Claude Armory
Description
A curated collection of Claude Code agents and skills for coding, security, and DevOps
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
claude-armory
A curated collection of Claude Code agents and skills for **coding**, **security**, and **DevOps**.
Built for the [Claude Code](https://claude.ai/claude-code) ecosystem — drop these into your workflow to supercharge your development process.
Skills & Agents
Security
| Name | Type | Command | Description |
|---|---|---|---|
| Secret Scanner | Skill | /secret-scan |
Scan codebase for leaked API keys, tokens, passwords, and credentials |
| Dependency Audit | Skill | /dep-audit |
Audit dependencies for CVEs, outdated packages, and license issues |
| OWASP Checker | Skill | /owasp-check |
Scan web app code for OWASP Top 10 vulnerabilities |
DevOps
| Name | Type | Command | Description |
|---|---|---|---|
| Dockerfile Generator | Skill | /dockerfile |
Generate optimized multi-stage Dockerfiles from project analysis |
| CI Pipeline Generator | Skill | /ci-gen |
Generate GitHub Actions CI/CD pipelines for any stack |
Coding
| Name | Type | Description |
|---|---|---|
| Test Writer | Agent | Generates comprehensive unit tests with edge cases for any function/class |
| Code Reviewer | Agent | Performs thorough code review checking for bugs, security, and performance |
Installation
Clone the repo and copy the skills/agents you want into your project's `.claude/` directory:
git clone https://github.com/pulkit0x/claude-armory.git
# Copy a skill to your project
cp -r claude-armory/security/skills/secret-scanner your-project/.claude/skills/
# Copy an agent to your project
cp claude-armory/coding/agents/test-writer.md your-project/.claude/agents/
Or install as a Claude Code plugin:
# From your project
Related Skills
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 Google Workspace Alert Center
Manage security alerts
Security Related Agents
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,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -