T4LEL/Claude-Arsenal

25 Claude Code subagents + 14 lifecycle skills + CLAUDE.md templates - build, ship, and monetize products with AI. Clone, run sync, done.

1Stars on the repository
39Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ai-engineer

01

T4LEL/Claude-Arsenal

Agent

Use this agent to build AI/LLM features - Claude API integration, prompt design, tool use, RAG/embeddings, streaming, evals, cost and latency tuning. Give it the feature and the quality bar.

not rated 1 1mo ago A 50 tokens original MIT

architect

02

T4LEL/Claude-Arsenal

Agent

Use this agent to design a system or feature before building it - decomposing requirements into components, choosing data models and APIs, evaluating tech trade-offs, or reviewing an existing architecture. Returns a design document, not code.

not rated 1 1mo ago A 46 tokens original MIT

automation-engineer

03

T4LEL/Claude-Arsenal

Agent

Use this agent to automate repetitive work - scripts, scrapers, data pipelines, scheduled jobs, batch file processing, API glue between services. Give it the input, the desired output, and how often it runs.

not rated 1 1mo ago A 47 tokens original MIT

backend-builder

04

T4LEL/Claude-Arsenal

Agent

Use this agent to implement server-side code - API routes/endpoints, business logic, background jobs, third-party integrations (Stripe, email, webhooks), auth flows. Give it a specific, bounded task with acceptance criteria. Returns working code verified by real test output.

not rated 1 1mo ago A 57 tokens original MIT

biz-strategist

05

T4LEL/Claude-Arsenal

Agent

Use this agent for the business side of a product - choosing a monetization model, pricing, MVP scope cutting, competitor scan, landing page copy, launch plan. Give it the product idea and target user.

not rated 1 1mo ago A 47 tokens original MIT

code-reviewer

06

T4LEL/Claude-Arsenal

Agent

Use this agent to review a diff, branch, or module for correctness bugs, security issues, and needless complexity before merging or shipping. Read-only - it reports findings, it does not fix them.

not rated 1 1mo ago A 44 tokens original MIT

copywriter

07

T4LEL/Claude-Arsenal

Agent

Use this agent to write words that sell or explain - landing pages, emails, onboarding and UI microcopy, blog posts, launch/social posts, store listings. Give it the audience, the goal, and the voice if one exists.

not rated 1 1mo ago A 50 tokens original MIT

data-analyst

08

T4LEL/Claude-Arsenal

Agent

Use this agent to answer questions with data - defining metrics and KPIs, analytics SQL, event tracking plans, funnel/retention/cohort analysis. Give it the question to answer and where the data lives.

not rated 1 1mo ago A 47 tokens original MIT

db-designer

09

T4LEL/Claude-Arsenal

Agent

Use this agent for database work - designing schemas, writing migrations, Postgres/Supabase RLS policies, indexes, query optimization, seed data. Give it the entities/access patterns involved.

not rated 1 1mo ago A 42 tokens original MIT

debugger

10

T4LEL/Claude-Arsenal

Agent

Use this agent to investigate a bug, failing test, or unexpected behavior and find the root cause. It returns a diagnosis with evidence; it only applies the fix if the task explicitly says to.

not rated 1 1mo ago A 42 tokens original MIT

devops-engineer

11

T4LEL/Claude-Arsenal

Agent

Use this agent for deployment and infrastructure work - Vercel/Supabase deploys, CI/CD pipelines (GitHub Actions), Dockerfiles, environment variable management, domains, monitoring setup.

not rated 1 1mo ago A 43 tokens original MIT

docs-writer

12

T4LEL/Claude-Arsenal

Agent

Use this agent to write or update documentation - READMEs, setup guides, API references, user-facing help pages, changelogs, code comments cleanup. Give it the audience and the code/feature to document.

not rated 1 1mo ago A 48 tokens original MIT

finance-analyst

13

T4LEL/Claude-Arsenal

Agent

Use this agent for the numbers side of a business - unit economics, SaaS metrics (MRR, churn, LTV/CAC), pricing math, projections, runway, fundraising-ready financials. Give it current numbers or the assumptions to model.

not rated 1 1mo ago A 55 tokens original MIT

frontend-builder

14

T4LEL/Claude-Arsenal

Agent

Use this agent to implement UI - pages, components, forms, layouts, styling, client-side state, accessibility fixes. Give it a specific screen/component with the expected behavior and any design direction. Returns working code verified by real typecheck/build output.

not rated 1 1mo ago A 53 tokens original MIT

growth-marketer

15

T4LEL/Claude-Arsenal

Agent

Use this agent to get and keep users - SEO, content strategy, distribution channels, email lifecycle, ads basics, funnel and retention diagnosis. Give it the product, target user, and current numbers if any. Returns a prioritized, experiment-framed growth plan.

not rated 1 1mo ago A 56 tokens original MIT

legal-advisor

16

T4LEL/Claude-Arsenal

Agent

Use this agent for legal groundwork on software products - terms of service, privacy policy, GDPR/CCPA basics, cookie consent, open-source licenses, contractor agreement checklists. Returns plain-language drafts and checklists. It is not a lawyer and says when a real one is needed.

not rated 1 1mo ago A 61 tokens original MIT

market-analyst

17

T4LEL/Claude-Arsenal

Agent

Use this agent to analyze a market - TAM/SAM/SOM sizing, competitive landscape mapping, customer segmentation, trend and why-now analysis. Give it the product idea or category and the target customer. Returns a sized, sourced analysis with one beachhead recommendation.

not rated 1 1mo ago A 57 tokens original MIT

mobile-builder

18

T4LEL/Claude-Arsenal

Agent

Use this agent to implement mobile app code - React Native/Expo screens, navigation, push notifications, camera/storage, offline handling, app store release prep. Give it a specific, bounded task with acceptance criteria. Returns working code verified by real test/build output.

not rated 1 1mo ago A 55 tokens original MIT

T4LEL/Claude-Arsenal

Agent

Use this agent when something is slow or heavy - profiling, Core Web Vitals, bundle size, slow queries, caching, load testing. It measures first and proves improvements with before/after numbers.

not rated 1 1mo ago A 44 tokens original MIT

product-manager

20

T4LEL/Claude-Arsenal

Agent

Use this agent to turn ideas into build-ready specs - PRDs, user stories with acceptance criteria, scope cutting, prioritization, roadmaps. Give it the idea or feature request and who it's for.

not rated 1 1mo ago A 44 tokens original MIT

refactor-engineer

21

T4LEL/Claude-Arsenal

Agent

Use this agent for behavior-preserving code changes - refactors, framework/library upgrades, migrations, dead code removal, splitting oversized modules. Give it the target and the reason; tests must hold before and after.

not rated 1 1mo ago A 47 tokens original MIT

researcher

22

T4LEL/Claude-Arsenal

Agent

Use this agent for research tasks - comparing libraries, reading documentation, investigating APIs/pricing/limits, summarizing long docs or logs, broad codebase exploration. Returns conclusions with sources, not raw dumps.

not rated 1 1mo ago A 44 tokens original MIT

security-auditor

23

T4LEL/Claude-Arsenal

Agent

Use this agent for a defensive security audit of a project or feature - auth flows, access control, RLS policies, secret handling, input validation, dependency risk. Read-only - reports findings with severity and fixes.

not rated 1 1mo ago A 48 tokens original MIT

test-engineer

24

T4LEL/Claude-Arsenal

Agent

Use this agent to write or improve tests - unit, integration, or end-to-end - for new or existing code, to reproduce a reported bug as a failing test, or to identify untested edge cases in a module.

not rated 1 1mo ago A 49 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: