Add generic Claw skill-template (manifest, CLI, docs, optional snippets)

Made-with: Cursor
This commit is contained in:
2026-04-01 08:44:05 +08:00
commit 268ddf7b43
11 changed files with 513 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
__pycache__/
*.py[cod]
*.pyo
.Python
.venv/
venv/
.env
.env.*