Mathews-Tom/armory
Curated, production-grade skills for AI coding agents. Battle-tested workflows for developers who use AI seriously.
What it solves
armory provides a curated collection of production-grade skills, agents, and workflows for AI coding agents, specifically targeting Claude Code and Claude.ai. It solves the problem of inconsistent or "magic" AI outputs by providing battle-tested, opinionated automation units that define precise inputs, outputs, and failure modes for complex development tasks.
How it works
The project organizes its capabilities into several categories:
- Agents (Orchestrators & Analyzers): High-level agents (like
team-lead or project-architect) that can decompose requests, delegate tasks to specialized agents, and synthesize results.
- Skills: Self-contained prompt or automation units for specific domains, such as GitHub operations, GPU optimization, systematic debugging, and architecture reviews.
- Planning Lifecycle: A structured sequence of packages (from
decision-map to stacked-prs) that guides a feature from unresolved design to merged implementation.
- Runtime Model-Fit Matrix: A system for validating that the client and model (e.g., Claude Opus) are correctly configured for the required effort levels and token tracking.
Who it’s for
Developers who use AI coding agents as a serious, professional part of their software development workflow and require repeatable, high-quality results rather than simple demos.
Highlights
- Comprehensive Agent Ecosystem: Includes specialized agents for everything from security reviews and codebase auditing to business idea validation and research analysis.
- Structured Planning: A defined lifecycle for moving from unknown destinations to known designs and implementation slices.
- Surgical Tooling: Skills for advanced tasks like managing stacked pull requests, converting MCP servers to skills to save context window tokens, and automating Google NotebookLM.
- Quality Gates: Built-in review skills (e.g.,
pre-landing-review, architecture-reviewer) that apply severity-ranked findings to block or advise on code landing.
Related
- Project
alirezarezvani/claude-skillsA massive open‑source library (364 skills, 120 commands) that adds domain‑specific expertise to Claude Code, Codex, Gemini CLI, Cursor, and 9 other AI coding agents. Each skill bundles a structured markdown guide, pure‑Python CLI helpers, and reference assets. The repo includes personas, an orchestration protocol, and a built‑in security auditor, making it a turnkey way to turn any LLM‑coding assistant into a full‑stack engineering, product, marketing, compliance, or C‑suite advisor.
- Project
wesammustafa/Claude-Code-Everything-You-Need-to-KnowA thorough, example‑rich tutorial for Anthropic’s Claude Code CLI, covering installation, prompt engineering, and advanced extensions (Skills, Hooks, Sub‑agents, Workflows, MCP) to let developers use Claude for repo‑wide code analysis, editing, testing and automation.
- Project
Prorise-cool/Claude-Code-Multi-AgentClaude Code Multi‑Agent is an open‑source framework that gives Anthropic’s Claude Code project awareness and expert‑agent capabilities. It uses a Python Hook system and a locally‑run Ollama model to automatically detect the codebase type, analyse user intent, load 300+ domain‑specific “Skills” (backend, frontend, testing, security, etc.), and enforce automatic documentation (DEVELOPMENT.md, KNOWLEDGE.md, CHANGELOG.md). After cloning, installing Ollama, a model, and uv, you drop your project into the repo and Claude Code instantly knows its context, suggests appropriate tools, and can be driven with slash commands like `/backend‑specialist` or workflow commands such as `/kiro/spec`.
Key points:
- Zero‑config start; all configuration lives in `.claude/settings.json` and `prompts.json`.
- Hooks run on session start, user prompt, tool use, etc., handling project detection, intent analysis, and doc updates.
- Skills are defined by `SKILL.md` files and are auto‑discovered.
- Works entirely locally (no external API), integrates with Git, and is MIT‑licensed.
Ideal for developers or small teams who want a reproducible, on‑premise AI coding assistant.
- Project
FlorianBruniaux/claude-code-ultimate-guideA comprehensive, security‑focused educational guide for Claude Code, offering a 7‑module learning path, 24 K‑line docs, 48 diagrams, 275 annotated templates, a 473‑question quiz, and an MCP server that lets you query the guide from within Claude sessions.
- Project
sangrokjung/claude-forgeA professional equipment pack for Claude Code that adds specialist agents, safety hooks, and automated workflows to transform the terminal AI into a full-scale development kit.