Skip to main content
George Khananaev
Open Source

Claude Skills Vault: Skills, Commands & MCP

A reusable toolkit for Claude Code development workflows

Inside the project

1 / 1 · Repository preview

Claude Skills Vault repository artwork showing skills, commands, MCP servers, and tutorials around a terminal

Original Claude Skills Vault preview artwork from the GitHub repository.

Open image

Reusable workflows for Claude Code

Claude Skills Vault brings together skills, slash commands, MCP server configurations, and tutorials for Claude Code. I maintain the collection to make recurring development work easier to reuse across projects, from feature planning and implementation to testing, code review, and repository maintenance.

What's in the vault

  • Skills: instructions for frontend and backend development, security reviews, databases, automation, SEO, and working with documents. Examples include brainstorming, Next.js, FastAPI, OWASP security, and test-driven implementation.
  • Slash commands: shortcuts for feature planning, pull requests, releases, and DevOps tasks, loaded from the project's .claude/commands/ directory.
  • MCP integrations: server configurations and a source-linked catalog covering databases, cloud services, observability, productivity, and developer tools.
  • Tutorials: guides to creating skills, writing commands, and building MCP servers.

Browse and install

The npm CLI lets you find a workflow and download it into your project without cloning the repository.

npx claude-skills-vault@latest list
npx claude-skills-vault@latest search react
npx claude-skills-vault@latest info owasp-security
npx claude-skills-vault@latest install brainstorm --dry-run
npx claude-skills-vault@latest install brainstorm

Skills are saved in .claude/skills/. You can install several by name, or use install --commands to add the slash commands.

A workflow in practice

For a new feature, start with brainstorming to clarify the requirements, then bring in the relevant frontend or backend skill for implementation. Add testing and code review instructions as the work progresses. Keeping these instructions in the repository makes the workflow visible to collaborators and gives each project room to adapt its conventions.

Keep workflows adaptable

Installed skills are snapshots that can be adapted to a repository. Using @latest selects the current CLI and catalog; updating installed files requires reinstalling with --force, which replaces local edits. MCP connections have their own setup and credentials.

Explore the GitHub repository, skills catalog, commands, and MCP guide.

Read AI Travel Journey
AI Travel Journey header with Thai Tours branding and a Thailand destination image1 images
Commercial workConfidential

AI Travel Journey

From customer conversation to a shared travel direction

AI turns customer and agency conversations into a visual journey summary, helping travelers confirm the direction before specific travel offers are prepared.

nextjsreacttypescriptmongodb+1 more
2 min read
Read overview
Read VisaBreeze: Custom Plugins & AI Workflows
VisaBreeze public visa services website1 images
Commercial workConfidential

VisaBreeze: Custom Plugins & AI Workflows

Interactive visa tools, AI assistance, news publishing, and content automation

A WordPress visa-services platform with custom design, twelve visitor tools, AI chat, a news hub, and n8n workflows for research, content, and SEO.

wordpressphpmcpn8n+1 more
3 min read
Read overview
Read Spark Clean: a macOS storage cleaner for developers
Spark Clean Disk Map showing storage categories and their disk usage4 images + video
Public projectGitHub

Spark Clean: a macOS storage cleaner for developers

Free, open source, and built for developer workflows

A free, open-source macOS storage and cache cleaner built specifically for developers. Scans Docker images, Xcode derived data, Node.js node_modules, Ollama models, JetBrains caches, Homebrew cellar, and more. Shows you exactly what it wants to delete before it deletes anything.

swiftmacosdevtoolsopen-source
2 min read49
Explore project