quanta-skills
v0.5.1
Published
Install curated AI agent skills from Quanta Intelligence
Maintainers
Readme
quanta-skills
Install curated AI agent skills in one command. 37,000+ skills for Claude Code, Cursor, Copilot, Windsurf, Gemini CLI, and any agent that reads markdown skill files.
npx quanta-skills add react-best-practicesSkills install to ~/.claude/skills/<slug>/SKILL.md — your AI agent picks them up automatically. No config, no restart.
What's a skill?
A skill is a structured instruction file that teaches your AI coding agent how to do something specific. Instead of writing the same prompts over and over, install a skill once and your agent has that expertise permanently.
Examples: CI/CD pipeline setup, SEO audit workflows, database migration patterns, security hardening checklists, API design guides, test automation strategies.
Quick start
# Install a free skill (no account needed)
npx quanta-skills add react-best-practices
# Search the catalog
npx quanta-skills search "kubernetes deployment"
# Preview before installing
npx quanta-skills info docker-container-patterns
# Remove a skill
npx quanta-skills remove react-best-practicesCommands
| Command | Description |
|---------|-------------|
| add <slug> | Install a skill to ~/.claude/skills/<slug>/ |
| add <slug> --scaffold | Install + set up project dependencies and files |
| remove <slug> | Uninstall a skill |
| info <slug> | Preview skill contents, files, and scaffold details |
| search <query> | Search skills by keyword |
| list | Browse available skills |
| login [key] | Authenticate for Pro/Premium skills |
| logout | Remove stored API key |
| whoami | Check authentication status |
Tiers
| Tier | Price | What you get | |------|-------|-------------| | Free | $0 | 37,000+ community skills | | Pro | $29/mo | Everything free + 600 Pro workflow skills + 200 curated packs | | Premium | $99/mo | Everything + custom integrations + priority support |
Free skills work instantly with npx — no account required. Pro and Premium skills require authentication:
quanta-skills login <your-api-key>Get your API key at quantaintelligence.ai/profile.
How it works
- The CLI fetches the skill from the SkillForge API
- Writes
SKILL.md(and any bundled files) to~/.claude/skills/<slug>/ - Your AI agent reads the skill file on its next invocation — no restart needed
Skills include structured metadata: allowed tools, trigger keywords, MCP tool definitions, scaffold configs, and reference files. The --scaffold flag can install project dependencies and create starter files.
Auto-discovery with Quanta Meta
Want your agent to find the right skills automatically? Install the quanta-meta MCP server:
claude mcp add quanta-meta -- npx quanta-metaIt reads your CLAUDE.md, embeds it, and runs a vector search across the entire catalog to find skills that match your project. Zero config.
Browse the catalog
quantaintelligence.ai/skills — full directory with search, categories, and skill previews.
License
MIT
