Skip to content

btw-hash/btw-agents-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btw-agents-pack

37 Claude Code subagents + 17 skills. Battle-tested in BTW Studio's production pipeline. MIT licensed. Copy-paste to install.

Live catalog with search: agents.btw.studio Studio that ships them: btw-studio.fly.dev

What's inside

btw-agents-pack/
├─ agents/               37 × .md subagents (product-manager, architect, developer, debugger, …)
└─ skills/               17 × slash-commands (/waterfall, /log, /deploy, /audit, …)

All agents have explicit tool-allowlists; skills follow Anthropic's SKILL.md convention. Nothing here depends on our private workspace — files are sanitized (no paths, tokens, or personal refs).

Install

Option A — Bulk copy (takes 10 seconds)

git clone https://github.com/btw-hash/btw-agents-pack.git
cp btw-agents-pack/agents/*.md ~/.claude/agents/
cp -r btw-agents-pack/skills/* ~/.claude/skills/

Restart Claude Code. Agents become available to the Agent tool; skills are invokable via /<name>.

Option B — Cherry-pick via the catalog

Browse agents.btw.studio, click an agent, copy the install snippet, paste into your ~/.claude/agents/<name>.md.

Agents (37)

Planning & product product-manager · business-analyst · architect · ux-designer

Design brand-identity-designer · motion-designer · 3d-scene-designer · image-prompt-engineer · visual-storyteller

Development developer · debugger · refactoring-specialist · prompt-engineer · ollama-expert

Domain experts prisma-expert · supabase-expert · chrome-extension-expert · telegram-bot-expert · n8n-editor · api-tester

Quality reviewer · qa-engineer · test-engineer · tester · accessibility-tester · performance-engineer · security-engineer

Ops devops-automator · dependency-manager · git-workflow-manager · seo-specialist · technical-writer

Content content-creator · instagram-curator · carousel-growth-engine

Orchestration boss · worker

Skills (17)

/waterfall · /log · /reflect-session · /audit · /new-project · /onboard /deploy · /check-types · /test-all · /lighthouse · /refactor · /bundle-analyze /deps-audit · /git-pr · /security-scan · /accessibility-audit · /db-migrate

How we use them

BTW Studio's standard pipeline for shipping a new product:

Idea
  └─→ product-manager      → PRD
    └─→ business-analyst   → spec with REQ-N/TASK-N/SVC-N identifiers
      └─→ architect        → technical design
        └─→ ux-designer    → wireframes
          └─→ motion-designer + brand-identity-designer → polish
            └─→ developer  → implementation
              └─→ reviewer + test-engineer + tester → QA
                └─→ devops-automator → deploy

Invoked as one command via /waterfall. See real case studies on btw-studio.fly.dev/notes.

Contributing

This is a snapshot pack — not a monorepo with submissions. If you've improved an agent, open a PR with the diff + a 1-line rationale. We'll merge liberally.

License

MIT. Use commercially. Fork freely. Attribution appreciated but not required.

About

37 Claude Code subagents + 17 skills — production-tested, MIT licensed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors