plugin-packager-subset
Package language-specific subsets of claudefiles
$ Instalar
git clone https://github.com/JamesPrial/claudefiles /tmp/claudefiles && cp -r /tmp/claudefiles/skills/plugin-packager/subset ~/.claude/skills/claudefiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: plugin-packager-subset description: Package language-specific subsets of claudefiles
Subset Packaging
Go-Only
{
"name": "claudefiles-go",
"version": "1.0.0",
"commands": "./commands/golang/",
"agents": "./agents/golang/",
"skills": "./skills/golang/",
"hooks": "./hooks/golang/hooks.json"
}
TypeScript-Only
{
"name": "claudefiles-typescript",
"version": "1.0.0",
"commands": "./commands/typescript/",
"agents": "./agents/typescript/"
}
Python-Only
{
"name": "claudefiles-python",
"version": "1.0.0",
"agents": "./agents/python/"
}
Security-Only
{
"name": "claudefiles-security",
"version": "1.0.0",
"hooks": "./hooks/security/hooks.json"
}
Component Matrix
| Want | Include |
|---|---|
| Go dev | agents/golang, commands/golang, skills/golang, hooks/golang |
| TS dev | agents/typescript, commands/typescript |
| Python | agents/python |
| Security | hooks/security |
| Docs | agents/docs, commands/docs |
Repository

JamesPrial
Author
JamesPrial/claudefiles/skills/plugin-packager/subset
2
Stars
0
Forks
Updated3d ago
Added1w ago