Skill for verifying overall codebase quality and gap analysis. Covers architecture consistency, convention compliance, design-implementation gaps, and potential issue detection. Includes analysis patterns and report writing. Use proactively when implementation is complete and quality verification is needed. Triggers…
Skill for deploying to production environment. Covers CI/CD, environment configuration, and deployment strategies. Use proactively when user is ready to deploy or asks about production environment setup. Triggers: deployment, CI/CD, production, Vercel, Kubernetes, Docker, 배포, デプロイ, 部署, despliegue, implementación…
Plan Plus — Brainstorming-Enhanced PDCA Planning. Combines intent discovery from brainstorming methodology with bkit PDCA's structured planning. Produces higher-quality Plan documents by exploring user intent, comparing alternatives, and applying YAGNI review before document generation. Use proactively when user…
Static web development skill for beginners and non-developers. Covers HTML/CSS/JavaScript and Next.js App Router basics. Project initialization with "init starter" or "starter init". Use proactively when user is a beginner or wants a simple static website. Triggers: static website, portfolio, landing page, HTML CSS…
Zero Script QA - Testing methodology without test scripts. Uses structured JSON logging and real-time Docker monitoring for verification. Use proactively when user needs to verify features through log analysis instead of test scripts. Triggers: zero script qa, log-based testing, docker logs, 제로 스크립트 QA, ゼロスクリプトQA…
A read-only specialist for checking whether software is accessible to people with disabilities. It reviews WCAG 2.2, screen-reader support, keyboard navigation, focus handling, color contrast, ARIA patterns, and axe-core or Lighthouse results.
A read-only specialist for designing web APIs, the interfaces through which software exchanges data. It covers REST, GraphQL, and gRPC, and can write OpenAPI specifications and advise on versions, pagination, and HATEOAS patterns.
A read-only software architecture agent that examines a codebase and identifies its structure, design patterns, documented decisions, breaking changes, and reusable code.
A read-only task coordinator that distributes work, monitors progress, clears bottlenecks, and combines results. Read-only means it cannot modify code.