Agent skill
plugin-packager-subset
Package language-specific subsets of claudefiles
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/plugin-packager-subset-jamesprial-claudefiles
SKILL.md
Subset Packaging
Go-Only
json
{
"name": "claudefiles-go",
"version": "1.0.0",
"commands": "./commands/golang/",
"agents": "./agents/golang/",
"skills": "./skills/golang/",
"hooks": "./hooks/golang/hooks.json"
}
TypeScript-Only
json
{
"name": "claudefiles-typescript",
"version": "1.0.0",
"commands": "./commands/typescript/",
"agents": "./agents/typescript/"
}
Python-Only
json
{
"name": "claudefiles-python",
"version": "1.0.0",
"agents": "./agents/python/"
}
Security-Only
json
{
"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 |
Didn't find tool you were looking for?