CLAUDE CODE
AI agents for Claude Code
FlickClaw installs into Claude Code as CLAUDE.md and .claude/skills/ directories — structured agent packages that give Claude Code specialized working memory, repeatable workflows and quality gates.
Install in 2 steps
Step 1: Install CLI
npm install -g @flickclaw/cli@latestStep 2: Install agent
npm exec --yes @flickclaw/cli@latest -- install security-claw --target claude-codeWhat you get
CLAUDE.md (persistent instructions).claude/skills/agent/SKILL.md.claude/agents/agent.mdworkflow.md (structured steps)quality-gates.md (validation rules)output-template.md (report structure)settings.example.jsonAGENTS.md (runtime instructions)Recommended agents for Claude Code
Security Claw
Code review, secret detection, dependency audit
Performance Claw
Core Web Vitals, bundle analysis, load testing
Fullstack Claw
End-to-end feature design & implementation
Migrate Claw
Zero-downtime migrations with rollback plans
API Claw
REST & GraphQL design, OpenAPI specs
Product Claw
Specs, user stories, roadmaps & priorities