agentic-vault
v1.8.0
Published
A curated collection of high-performance AI skills and system prompts designed for LLMs (Claude, GPT-4o, Gemini). These aren't just "prompts"—they are structurally sound **AI Personas** hardened for production-grade engineering, architectural review, and
Maintainers
Readme
Agentic-Vault
The Standard for Production-Grade AI Architecture.
Agentic-Vault is a curated library of high-performance AI skills, system prompts, and architectural frameworks. Designed for AI Architects and MLOps Engineers, these tools move beyond basic chat, enabling LLMs to perform complex system design, autonomous agent orchestration, and secure tool integration.
Distribution
Access the skills via GitHub or through our npm package:
npx agentic-vault list --claudeQuick Install
# Install all skills to your preferred platform
npx agentic-vault install --claude # Claude Code
npx agentic-vault install --cursor # Cursor
npx agentic-vault install --gemini # Gemini CLI
npx agentic-vault install --codex # Codex CLIManage Skills Locally
npx agentic-vault list --claude # View status
npx agentic-vault disable architect-review --claude # Disable a skill
npx agentic-vault enable architect-review --claude # Re-enableThe Vault
1. Strategy & Vision
| Skill | Phase | Best For | | :--- | :--- | :--- | | product-vision-architect | Vision | Requirements orchestration, UI/data analysis, roadmapping | | architect-planner | Plan | Requirements discovery, trade-off evaluation, feasibility | | architecture-decision-records | Record | ADR drafting, decision lifecycle, trade-off capture | | documentation-architect | Memorialize | Codebase manuals, C4 model, ebook authoring | | legal-researcher | Legal | Deep research, document cross-referencing |
2. AI Logic & Search
| Skill | Phase | Best For | | :--- | :--- | :--- | | ai-agents-architect | Logic | Multi-agent orchestration, tool design, guardrails | | langchain-architect | Orchestrate | LangChain/LangGraph, LCEL, agentic workflows, memory | | rag-systems-architect | Retrieval | Semantic retrieval, RAG pipelines, GraphRAG, evaluation | | rag-implementation-engineer | RAG Code | Vector DB integration, ingestion pipelines, retrieval logic | | prompt-strategist | Prompts | Prompt engineering, CoT, few-shot, system instructions | | embedding-strategist | Search | Vector search, chunking strategies, re-ranking |
3. Engineering & UI
| Skill | Phase | Best For | | :--- | :--- | :--- | | ui-craftsman | UI Craft | Intentional aesthetics, component craft, premium UI design | | ui-builder | UI Build | React, Next.js, state management, performance, a11y | | mcp-builder | Connect | MCP servers, secure data access, transport design |
4. Infrastructure & Pipeline
| Skill | Phase | Best For | | :--- | :--- | :--- | | k8s-platform-architect | Platform | Enterprise K8s, GitOps, service mesh, multi-tenancy | | container-architect | Artifact | Docker optimization, multi-stage builds, image hardening | | deployment-engineer | Pipeline | CI/CD pipelines, GitOps, progressive delivery, DevSecOps | | mlops-pipeline-architect | ML Pipelines | Vertex AI/Kubeflow, model registry, feature stores, CT | | config-validator | Validate | Schema enforcement, secret validation, drift detection | | mlops-engineer | ML Ops | RAG pipelines, LLM scaling, CI/CD for AI |
5. Safety, Security & Ops
| Skill | Phase | Best For | | :--- | :--- | :--- | | toxic-skills-scanner | Threat Scan | ToxicSkills taxonomy, prompt injection, malicious code detection | | agent-security-hardener | Security | Skill auditing, injection prevention, threat modeling | | skill-audit | Audit | Static security analysis, ToxicSkills detection, read-only audits | | hydra-security-loop | Red Team | Adversarial simulation, closed-loop hardening, automated red-teaming | | compliance-officer | Compliance | GDPR, HIPAA, SOC2, PCI-DSS, audit trails | | deployment-procedures | Safeguard | Go/No-Go criteria, rollback strategy, blast radius control | | incident-response-specialist | Command | Incident command, blameless post-mortems, runbooks | | architect-review | Review | PR reviews, ADR drafting, Distributed Systems |
Manual Usage
For Claude (Web/Projects)
- Copy the contents of the
.mdfile from the/skillsdirectory. - Paste it into your Project Instructions or Custom Instructions.
- Trigger the skill by name (e.g., "Using the architect-review skill, evaluate this schema...").
For Claude Code (CLI)
Run npx agentic-vault install --claude or add the skill to your global or project-level .claude.json configuration.
Why Agentic-Vault?
Most AI prompts focus on "what to write." Agentic-Vault focuses on "how to think."
- Type 1 vs Type 2 Decisions: Built-in logic to distinguish between irreversible and reversible choices.
- Traceability: Forces agents to log "Hidden Thoughts" for better observability.
- Safety First: Includes guardrails for token loops, prompt injection, and hallucination.
Principles of the Vault
Every skill in this repository is built on four core pillars:
- Trade-off Analysis: No solution is perfect; every recommendation must weigh pros and cons.
- Context-Awareness: Minimal generic advice; maximum alignment with project constraints.
- Risk Identification: Proactively flagging "Type 1" (irreversible) decisions.
- Actionable Output: Moving beyond theory to concrete "Refactored Views" and implementation steps.
Contributing
Have a hardened skill you use daily? Pull requests are welcome! All skills are validated against a standard structure on PR — run npm run validate locally to check before submitting.
Please ensure your skill includes:
- Metadata (Name, Version, Focus)
- Use This Skill When scenarios
- Instructions & Constraints with risk categorization
- Response Format for structured output
- Behavioral Traits
License
Maintained by mandadapu. Built for the next generation of AI-augmented engineering.
