hwchany0ung/claude-agent-playbook
Agent
Use for generating README updates, API documentation, technical specs, migration guides, and developer onboarding docs. Triggered after major feature completion or API changes. Reads existing code and docs to produce accurate, up-to-date documentation.
hwchany0ung/claude-agent-playbook
Agent
Use for CI/CD pipeline setup, Docker containerization, Terraform infrastructure, and cloud deployment (AWS/GCP/Firebase). Handles GitHub Actions workflows, environment secrets, deployment automation, and cloud resource management. DO NOT use for application code implementation.
hwchany0ung/claude-agent-playbook
Agent
Use for Flutter/Dart E2E testing, widget testing, and mobile-specific QA. Handles device simulator testing, Riverpod state verification, GoRouter navigation testing, and platform-specific behavior. Separate from web-qa-tester which handles browser-based tests.
hwchany0ung/claude-agent-playbook
Agent
Use for bundle size analysis, Lighthouse audits, DB query profiling, serverless cold start optimization, and frontend rendering performance. Read-only analysis — identifies bottlenecks and provides specific fix recommendations without modifying code.
hwchany0ung/claude-agent-playbook
Agent
Use for OWASP Top 10 security audits, JWT/auth flow review, database RLS policy validation, API rate limiting checks, and vulnerability assessment. Read-only analysis agent — does NOT modify code. Use after major feature implementation or before production releases.
hwchany0ung/claude-agent-playbook
Command
Command "cc-sync" from hwchany0ung/claude-agent-playbook, covering /cc-sync, 사용법, backup — 현재 구성 백업, 에이전트 and 커맨드.
hwchany0ung/claude-agent-playbook
Command
A check that compares implementation code with its design documents before running a gap detector.
hwchany0ung/claude-agent-playbook
Command
Command "scenario-test" from hwchany0ung/claude-agent-playbook, covering /scenario-test, 사용법, 동작, 실행 순서 and 1. .qa-evidence.json 경로 확인.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
Generate release notes from git commit history. Classify commits by type, convert to user-friendly language, and update CHANGELOG.md.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
Guide for running multiple Claude Code agents concurrently. Identifies parallelizable tasks, manages dependencies, and integrates results. Based on real multi-agent workflows.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
Optimize Claude API prompts for quality and token efficiency. Analyze system prompts, improve output format constraints, and tune Haiku vs Sonnet usage for cost efficiency.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
Generate QA scenarios (Phase 2.5) from design documents. Creates .qa-evidence.json with Happy Path, Edge Case, and Failure Case scenarios before implementation begins.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
Gradually reduce codebase complexity without changing behavior. Handle deferred refactors: Props Drilling removal, useState→useReducer consolidation, duplicate code extraction.
hwchany0ung/claude-agent-playbook
Skill Claude CodeCodex
OWASP Top 10 automated code scan. Read-only analysis for FastAPI + React + Supabase stack. Detects hardcoded secrets, missing auth, unvalidated input, and misconfiguration.