{"_id":"@batsonofgotham/ai-skillbox","name":"@batsonofgotham/ai-skillbox","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@batsonofgotham/ai-skillbox","version":"0.1.0","description":"Installable mega-library of AI coding assistant skills, bundles, and workflows.","type":"module","bin":{"ai-skillbox":"bin/ai-skillbox.js"},"scripts":{"build:library":"node ./scripts/generate-library.mjs","catalog":"node ./scripts/build-catalog-page.mjs","build":"npm run build:library && npm run catalog"},"keywords":["ai","cursor","claude","gemini","skills","developer-tools"],"author":"","license":"MIT","_id":"@batsonofgotham/ai-skillbox@0.1.0","_nodeVersion":"20.20.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-i4hwpJLRkJ90qkw5CFRRIqoyiR9x+WVt8syIZHLzexvlqwxpqLYXLT/mVOtL1hy41hwo+hemra/sFTqEMxkiKQ==","shasum":"01c0aaef5b63954cba37c07b1d3943a52002f9ba","tarball":"https://registry.npmjs.org/@batsonofgotham/ai-skillbox/-/ai-skillbox-0.1.0.tgz","fileCount":1214,"unpackedSize":2123985,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC2ZfXdScC46LY1qaHDeFWNAHIAhoPhJDfzluHBW3fE/AIhAOK09coG03OeSSjXfiOEnixuztZ91/Sn/+mjji9SeHGj"}]},"_npmUser":{"name":"batsonofgotham","email":"batsonofgotham@gmail.com"},"directories":{},"maintainers":[{"name":"batsonofgotham","email":"batsonofgotham@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ai-skillbox_0.1.0_1775488309475_0.6517990495355652"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-06T15:11:49.355Z","0.1.0":"2026-04-06T15:11:49.677Z","modified":"2026-04-06T15:11:52.997Z"},"maintainers":[{"name":"batsonofgotham","email":"batsonofgotham@gmail.com"}],"description":"Installable mega-library of AI coding assistant skills, bundles, and workflows.","keywords":["ai","cursor","claude","gemini","skills","developer-tools"],"license":"MIT","readme":"# AI Skillbox\n\nA giant installable toolbox of AI coding-assistant skills for Cursor, Claude, and Gemini.\n\n## What This Includes\n\n- 1,200 pre-written skill playbooks across brainstorming, coding, debugging, testing, security, and more.\n- Role-based bundles for common team personas (full-stack, backend, security, SRE, prototyping).\n- Multi-step workflows for jobs like feature delivery, incident response, and secure release.\n- A searchable catalog page so people can see exactly what is included.\n- A simple CLI installer that can be run through `npx`.\n\n## Install\n\n```bash\nnpx ai-skillbox --all\n```\n\nTarget specific tools:\n\n```bash\nnpx ai-skillbox --cursor\nnpx ai-skillbox --claude\nnpx ai-skillbox --gemini\n```\n\nInstall into a specific folder:\n\n```bash\nnpx ai-skillbox --all --out=/path/to/project\n```\n\n## Output Layout\n\nInstallation creates:\n\n- `.ai-skillbox/library/skills/*.md` (full playbook library)\n- `.ai-skillbox/library/bundles/*.json` (role bundles)\n- `.ai-skillbox/library/workflows/*.json` (workflow definitions)\n- `.ai-skillbox/catalog/index.html` (searchable catalog)\n\nTool-specific integration markers:\n\n- Cursor: `.cursor/skills/ai-skillbox/manifest.json`\n- Claude: `CLAUDE_SKILLS/ai-skillbox/README.md`\n- Gemini: `.gemini/skills/ai-skillbox/skillbox.json`\n\nIf hidden directories are blocked by your environment, installer falls back to:\n\n- Cursor: `cursor/skills/ai-skillbox/manifest.json`\n- Gemini: `gemini/skills/ai-skillbox/skillbox.json`\n\n## Local Development\n\n```bash\nnpm run build\nnode ./bin/ai-skillbox.js --all --out=./sandbox-install\n```\n","readmeFilename":"README.md","_rev":"1-6e78ff89746260e1c4dab88a72eca891"}