🧠 A collection of reusable "skills" for Claude AI and developer tooling.
Each skill is a focused, modular package that brings automation to your dev workflows — from SEO analysis to document parsing, CI/CD generation, Docker automation, and more.
- ⚙️ Modular: Pick and use only the skills you need.
- 🚀 Ready-to-run Scripts: Includes tools for SEO analysis, sitemap generation, document unpacking, resume creation, and more.
- 🤖 Automations: Automatically generates index and package files on build.
- 🔁 Reproducible Builds: Ensures clean and consistent skill packaging.
- 🧩 Extensible: Easily add new skills by following existing folder patterns.
npm i ai-labs-claude-skillsnpm i ai-labs-claude-skills@latest
- Install (postinstall will attempt to copy skills into the host project): npm install
- Build distribution: npm run build
- Generate missing package or index files: npm run gen:pkg npm run gen:index
- Root package manifest: package.json
- Installer that copies skills into projects: install-skills.mjs
- Helpers to create packages/index files: create-packages.js, generate-index-files.js
- Skills directory: packages/skills/ (each skill contains scripts, assets, and a SKILL.md)
- Use these Claude “skills” to automate and extend your workflows:
-
🔍 SEO report and metadata generation
-
🧾 Document unpacking and validation
-
🧱 Docker container creation and setup
-
🧠 Resume or report generation scripts
-
⚙️ CI/CD pipeline auto-generation
-
📊 Developer project automation utilities
- We welcome contributions from the community! Here’s how to add a new skill:
-
Create a new folder inside packages/skills/. (or just add a new skill)
-
Include a SKILL.md file describing your skill.
-
Add your scripts, assets, or templates.
-
Run these commands to create index and package inside skills
-
Follow the existing project structure for consistency.
-
Submit a pull request with clear details.
- This project is licensed under the MIT License