Skill Vault
Description
Your personal skill library for Claude Code. Organize, analyze, and search skills with built-in security analysis. Zero dependencies — clone and go.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Vault
**Your personal library for Claude Code skills.**
[Lea esto en Español](README.es.md)
What is this?
Imagine you have a big toy box, but instead of toys, it holds **skills** — special abilities that make Claude Code smarter.
People are sharing thousands of skills online every day. The problem? They're scattered everywhere. You find one on GitHub, another on skills.sh, another someone shared on X... and then you forget where you saved them. Or worse — some of them might be harmful.
**Skill Vault** is your organized, safe toy box for skills. It does three things:
- Saves and organizes your skills into labeled folders
- Checks each skill for danger before saving it (like a security guard for your computer)
- Helps you find the right skill when you're building something
That's it. Clone it, open it with Claude, and start collecting.
Getting Started
git clone https://github.com/Hainrixz/skill-vault.git
cd skill-vault
claude
No installs. No setup. No dependencies. Just open it and go.
How It Works
When you open this project with Claude Code, the **Vault Master** agent takes over. Think of it as your personal librarian who:
- Accepts skills from anywhere — paste a URL, paste the content, or just tell it a name
- Analyzes each skill through a 13-point security checklist and rates it: SAFE, CAUTION, or DANGEROUS
- Files it in the right category folder automatically
- Finds skills for you when you describe what you're building
Commands
| Command | What it does |
|---|---|
/vault-add |
Save a new skill (from URL, paste, or name) |
/vault-search |
Search your vault by keyword |
/vault-recommend |
Describe your project, get matching skills |
/vault-discover |
Find new skills from the internet |
/vault-list |
See everything in your vault |
/vault-stats |
Vault stats + health check |
/vault-remove |
Remove a skill |
Folder Structu
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,