POPUP STUDIO's Vibecoding Kit marketplace - PDCA methodology and AI-native development tools
npx claudepluginhub popup-studio-ai/bkit-claude-codeClaude Code 초보자를 위한 한글 학습 가이드 및 설정 템플릿
bkit: Claude Code vibecoding plugin — PDCA-driven development automation with CTO-Led Agent Teams. Clean Architecture 4-Layer + Defense-in-Depth + Invocation Contract (226 assertions). 39 Skills, 36 Agents, 21 Hook Events (24 blocks), 16 MCP Tools. Living Context System, 5-level controllable AI (L0-L4), CLI dashboard, quality gates, audit logging. See docs/ for details.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
PDCA methodology + CTO-Led Agent Teams + AI coding assistant mastery for AI-native development
bkit is a Claude Code plugin that transforms how you build software with AI. It provides structured development workflows, automatic documentation, and intelligent code assistance through the PDCA (Plan-Do-Check-Act) methodology.

Context Engineering is the systematic curation of context tokens for optimal LLM inference—going beyond simple prompt crafting to build entire systems that consistently guide AI behavior.
Traditional Prompt Engineering:
"The art of writing good prompts"
Context Engineering:
"The art of designing systems that integrate prompts, tools, and state
to provide LLMs with optimal context for inference"
bkit is a practical implementation of Context Engineering, providing a systematic context management system for Claude Code.

bkit implements Context Engineering through three interconnected layers:
| Layer | Components | Purpose |
|---|---|---|
| Domain Knowledge | 37 Skills | Structured expert knowledge (phases, levels, specialized domains) |
| Behavioral Rules | 32 Agents | Role-based constraints with model selection (opus/sonnet/haiku) |
| State Management | ~620+ Functions | PDCA state machine, workflow engine, automation control, audit, quality gates, intent detection, team coordination |
Context injection occurs at six distinct layers:
Layer 1: hooks.json (Global) → SessionStart, UserPromptSubmit, PreCompact, PostCompact, PreToolUse, PostToolUse, Stop, StopFailure + 10 more (18 events)
Layer 2: Skill Frontmatter → Domain-specific hooks (deprecated in v1.4.4, use hooks.json)
Layer 3: Agent Frontmatter → Task-specific hooks with constraints
Layer 4: Description Triggers → Semantic matching in 8 languages
Layer 5: Scripts (21 modules) → Actual Node.js execution logic with unified handlers
Layer 6: Plugin Data Backup → ${CLAUDE_PLUGIN_DATA} persistent state management
Learn more: See Context Engineering Principles for detailed implementation.

if conditional field documentation (CC v2.1.85+), Enterprise org policy documentation, CC v2.1.86+ recommended, 52 consecutive compatible releases (v2.1.34~v2.1.86)lib/context/ 7 modules), Self-Healing agent (opus) for automated error recovery, Deploy skill with 3-environment state machine, PDCA Handoff Loss Fix Phase 2+3 (PRD→Code context preservation 30-40% → 75-85%), 11 infrastructure templates (ArgoCD, Terraform, observability), 88 lib modules, 37 skills, 32 agents, 57 scripts