Claude Armory banner
pulkit0x pulkit0x

Claude Armory

Security community

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