Agent skill
plugin-packager-subset
Package language-specific subsets of claudefiles
Install this agent skill to your Project
npx add-skill https://github.com/JamesPrial/claudefiles/tree/main/skills/plugin-packager/subset
SKILL.md
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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
plugin-packager
Package claudefiles components into a valid Claude Code plugin
plugin-packager-validation
Plugin validation errors and fixes
plugin-packager-hooks
Handle hook scripts and paths for plugin packaging
go-concurrency
Go concurrency patterns. Routes to specific patterns.
go-sync-primitives
sync.WaitGroup and sync.Mutex patterns
go-context-cancellation
Context cancellation patterns for graceful shutdown
Didn't find tool you were looking for?