Add public paste CLI and skill

Provide a zero-dependency Python tool that races multiple public paste providers and documents safe AI-tool usage through a project skill.
This commit is contained in:
2026-05-12 13:14:05 +08:00
parent 8b9720a338
commit fbde4d6aca
13 changed files with 1035 additions and 0 deletions
+8
View File
@@ -1,2 +1,10 @@
.narrafork/
.worktrees/
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
build/
dist/
*.egg-info/
.venv/