MCP Server / claude skills vault
claude skills vault
A curated collection of high impact skills for Claude Code designed to supercharge the senior full stack workflow. This vault automates the repetitive parts of development like architectural reviews, TDD cycles, and PR management so you can stay in flow. It is a force multiplier for shipping clean, production ready code at scale. 🚀⚡️
Installation
claude mcp add claude-skills-vault -- npx -y npx
npx -y npx
npm: npx
Transport
Tools (1)
Category
Count
Dokumentation
Claude Skills Vault
A curated collection of skills, commands, and MCP servers for Claude Code.
Quick Install
# Install the CLI globally or use npx
npx claude-skills-vault list # Browse all available skills
npx claude-skills-vault install brainstorm # Install a specific skill
npx claude-skills-vault search react # Search by keyword
npx claude-skills-vault info owasp-security # View skill details
# Install multiple skills at once
npx claude-skills-vault install brainstorm owasp-security github-cli
# Install all skills and commands
npx claude-skills-vault install --all
# Install only skills or only commands
npx claude-skills-vault install --skills
npx claude-skills-vault install --commands
# Preview without installing
npx claude-skills-vault install brainstorm --dry-run
# Overwrite existing skills
npx claude-skills-vault install brainstorm --force
Skills are downloaded directly from this repository into your project's .claude/skills/ directory. No git clone required.
What's Inside
| Category | Count | Details | |----------|-------|---------| | Skills | 52 | Development, security, testing, frontend, backend, mobile, AI, SEO | See SKILLS.md | | Commands | 7 | Git workflow, PR management, feature planning, npm release | See COMMANDS.md | | MCP Servers | 38 | Database, cloud, design, analytics, CI/CD configs | See MCP-SERVERS.md |
Manual Installation
git clone https://github.com/georgekhananaev/claude-skills-vault.git
cp -r claude-skills-vault/.claude your-project/
Tutorials
- Commands Tutorial - Creating slash commands
- Skills Tutorial - Creating and using skills
- MCP Servers Tutorial - Building MCP servers
Contributing
Contributions are welcome! Feel free to submit pull requests with new skills, commands, or MCP servers.
Credits
Created by George Khananaev
Skills sourced from ComposioHQ: document-skills (xlsx, docx, pptx, pdf), project-change-log, skill-creator, mcp-builder
Skills contributed by garesuta (PR #4, PR #5): react-best-practices, next-cache-components, next-upgrade, senior-backend, multi-agent-patterns, parallel-agents, vercel-react-native-skills
Skills contributed by palakorn-moonholidays (PR #6): owasp-security, color-accessibility-audit
Changelog
See CHANGELOG.md for version history and release notes.
License
MIT License - See NOTICE for attribution guidelines.