Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:50:57 +08:00
commit 3b77c5d8c3
7 changed files with 403 additions and 0 deletions

15
skills/snapas/plugin.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "snapas",
"description": "Provides Snap.as integration for Claude Code.",
"version": "1.0.0",
"author": {
"name": "Tim Green",
"email": "rawveg@gmail.com"
},
"homepage": "https://github.com/rawveg/claude-skills-marketplace",
"repository": "https://github.com/rawveg/claude-skills-marketplace",
"license": "MIT",
"keywords": ["snapas", "snapas-api", "snap.as", "Claude Code"],
"category": "productivity",
"strict": false
}