@batsonofgotham/ai-skillbox
v0.1.0
Published
Installable mega-library of AI coding assistant skills, bundles, and workflows.
Maintainers
Readme
AI Skillbox
A giant installable toolbox of AI coding-assistant skills for Cursor, Claude, and Gemini.
What This Includes
- 1,200 pre-written skill playbooks across brainstorming, coding, debugging, testing, security, and more.
- Role-based bundles for common team personas (full-stack, backend, security, SRE, prototyping).
- Multi-step workflows for jobs like feature delivery, incident response, and secure release.
- A searchable catalog page so people can see exactly what is included.
- A simple CLI installer that can be run through
npx.
Install
npx ai-skillbox --allTarget specific tools:
npx ai-skillbox --cursor
npx ai-skillbox --claude
npx ai-skillbox --geminiInstall into a specific folder:
npx ai-skillbox --all --out=/path/to/projectOutput Layout
Installation creates:
.ai-skillbox/library/skills/*.md(full playbook library).ai-skillbox/library/bundles/*.json(role bundles).ai-skillbox/library/workflows/*.json(workflow definitions).ai-skillbox/catalog/index.html(searchable catalog)
Tool-specific integration markers:
- Cursor:
.cursor/skills/ai-skillbox/manifest.json - Claude:
CLAUDE_SKILLS/ai-skillbox/README.md - Gemini:
.gemini/skills/ai-skillbox/skillbox.json
If hidden directories are blocked by your environment, installer falls back to:
- Cursor:
cursor/skills/ai-skillbox/manifest.json - Gemini:
gemini/skills/ai-skillbox/skillbox.json
Local Development
npm run build
node ./bin/ai-skillbox.js --all --out=./sandbox-install