Skill Claude CodeCodex
Close the AutoSkillit kitchen — hides kitchen MCP tools for this session.
Skill Claude CodeCodex
Close the AutoSkillit kitchen — hides kitchen MCP tools for this session.
Skill Claude CodeCodex
Open the AutoSkillit kitchen — reveals all kitchen MCP tools for this session. Human-only entry point.
Skill Claude CodeCodex
Injected by openkitchen() into every orchestrator session. -->.
Skill Claude CodeCodex
Analyze all open PRs targeting a base branch — determine merge order, identify file overlaps, and tag each PR as simple or needscheck for complexity. Use at the start of a PR consolidation workflow.
Skill Claude CodeCodex
Create C4 Container architecture diagram showing static structure, building blocks, and technology choices. Anatomical lens answering "How is it built?".
Skill Claude CodeCodex
Create Concurrency architecture diagram showing parallel execution patterns, thread pools, synchronization, and barriers. Physiological lens answering "How does parallelism work?".
Skill Claude CodeCodex
Create Data Lineage architecture diagram showing information flow, transformations, and storage destinations. Data-centric lens answering "Where is the data?".
Skill Claude CodeCodex
Create Deployment/Physical architecture diagram showing infrastructure topology, process boundaries, and network communication. Physical lens answering "Where does it run?".
Skill Claude CodeCodex
Create Development architecture diagram showing project structure, build tools, and quality gates. Development lens answering "How is it built and tested?".
Skill Claude CodeCodex
Create Error/Resilience architecture diagram showing failure handling, recovery mechanisms, and circuit breakers. Diagnostic lens answering "How are failures handled?".
Skill Claude CodeCodex
Create Module Dependency architecture diagram showing package coupling, layering, and fan-in/fan-out. Structural lens answering "How are modules coupled?".
Skill Claude CodeCodex
Create Operational architecture diagram showing CLI workflows, configuration, and observability. Administration lens answering "How is it run and monitored?".
Skill Claude CodeCodex
Create Process/Execution Flow architecture diagram showing runtime behavior, state transitions, and decision points. Physiological lens answering "How does it behave?".
Skill Claude CodeCodex
Create Repository/Data Access architecture diagram showing the repository pattern, entity relationships, and data access patterns. Data-centric lens answering "How is data accessed?".
Skill Claude CodeCodex
Create Scenarios architecture diagram showing end-to-end user journeys and component cooperation validation. Validation lens answering "Do the components work together?".
Skill Claude CodeCodex
Create Security architecture diagram showing trust boundaries, validation layers, and process isolation. Security lens answering "Where are the trust boundaries?".
Skill Claude CodeCodex
Create State Lifecycle architecture diagram showing field contracts, validation gates, and resume safety. Contract overlay lens answering "How is state corruption prevented?".
Skill Claude CodeCodex
Parallel subagent-driven claim extraction and citation integrity audit for research PRs. Extracts claims by section, matches against available evidence, classifies unsupported claims as findings, and emits a verdict for recipe routing.
Skill Claude CodeCodex
Audit documentation for drift, staleness, and inconsistency against the actual codebase. Use when user says "audit docs", "check documentation", "docs audit", or "documentation review". Spawns parallel subagents to explore codebase subsystems, then cross-references all documentation sources against findings.
Skill Claude CodeCodex
Audit feature flag isolation — traces import chains, runtime gates, tool/skill tag coverage, UI surfaces, and test markers to detect leakage and miswiring.
Skill Claude CodeCodex
Scan Claude Code project logs for friction patterns — repeated failures, approach loops, tool errors, misunderstanding cycles, and stuck workflows. Categorizes and counts friction events to surface what causes the most resistance. Use when user says "audit friction", "find friction", "friction audit", or "what keeps…
Skill Claude CodeCodex
Audit a completed implementation against its originating plan(s). Returns GO (merge approved) or NO GO (generates remediation file for retry). Final gate before merge in any implementation pipeline.
Skill Claude CodeCodex
Audit merged PR review threads for agreed-but-deferred suggestions (design decisions, future work, out-of-scope items) that were never implemented. Mines REVIEW-FLAG markers from resolve-review and legacy keyword signals. Produces a structured markdown report with VALID/RESOLVED/STALE classifications and annotates…
Skill Claude CodeCodex
Analyze issue dependencies and produce a dispatch execution map for parallel orchestration.