Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Plugin Packager Subset

Package language-specific subsets of claudefiles

majiayu000 a43c37a 2 files · 1.4 KB Updated 567 repo stars

File contents

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

majiayu000/claude-skill-registry-data/tree/main/testing/plugin-packager-subset commit a43c37a7ad

Frequently asked questions

npx skillmds add majiayu000/plugin-packager-subset