Notification
25Hook
Runs when the agent sends a notification, executing invoke.py via python3. From mikeparcewski/wicked-garden.
Hook
Runs when the agent sends a notification, executing invoke.py via python3. From mikeparcewski/wicked-garden.
Hook
Runs before the context is compacted, executing invoke.py via python3. From mikeparcewski/wicked-garden.
Hook
Runs when the agent finishes a response, executing invoke.py via python3. From mikeparcewski/wicked-garden.
Hook
Runs when a session ends, executing invoke.py via python3. From mikeparcewski/wicked-garden.
Skill Claude CodeCodex
Five-layer architecture validation, agent topology analysis, orchestration pattern assessment, and framework detection for agentic systems. Use when: architecture review of an AI agent system, agent topology analysis, validating the five-layer model (cognition/context/interaction/runtime/ governance), assessing…
Skill Claude CodeCodex
Token optimization, latency budgets, cost analysis, caching strategy, and parallelization assessment for agentic systems. Use when: performance optimization of an AI agent system, cost analysis or token-budget review, latency profiling, cache-strategy assessment, parallelization opportunities, or as a parallel worker…
Skill Claude CodeCodex
Guardrails, prompt injection defense, PII protection, human-in-the-loop gates, and hallucination mitigation for agentic systems. Use when: safety review of an AI agent system, guardrail assessment, prompt injection audit, PII/compliance exposure check, HITL gate verification, or as a parallel worker in a heavyweight…
Skill Claude CodeCodex
Agentic-systems domain skill: review, design, audit, and framework selection for AI agent systems. Routes to one of four actions (review | design | audit | frameworks) backed by the rubrics in refs/. Use when: "agentic review", "review this agent system", "full agentic codebase review", "trust and safety audit"…
Skill Claude CodeCodex
Use when designing or analyzing multi-agent architectures — covers core patterns (sequential, hierarchical, parallel, event-driven), anti-patterns, and the five-layer model (Cognition → Context → Interaction → Runtime → Governance) for separating concerns in production-grade agentic systems. NOT for reviewing existing…
Skill Claude CodeCodex
Context window management, token optimization, and memory patterns for efficient multi-agent systems. Use when: optimizing token usage in an agentic pipeline, designing memory scope for short / long-term / episodic state, or applying a context-loading strategy (anticipatory / JIT / hybrid).
Skill Claude CodeCodex
Use when selecting or comparing agentic frameworks (LangChain, LangGraph, CrewAI, AutoGen, etc.) — curated comparison by use case, language, and maturity. Gets latest context via Context7 when available. NOT for reviewing existing agentic code (use review-methodology) or architecture patterns (use agentic-patterns).
Skill Claude CodeCodex
Use when reviewing an agentic codebase for issues, risks, and maturity gaps — covers the four-phase review process (Detect → Analyze → Prioritize → Report) and the five-level maturity model (Prototype → Functional → Reliable → Production → Optimized) for assessing production readiness. NOT for architecture design (use…
Skill Claude CodeCodex
Trust, safety, and control patterns for production agentic systems with human-in-the-loop gates and guardrails. Use when: designing guardrails or human-in-the-loop gates for an agent, or hardening an agentic system against prompt injection.
Skill Claude CodeCodex
Skill "wicked-garden-archetype" from mikeparcewski/wicked-garden, covering wicked-garden-archetype, when to use this skill, the archetypes, direct invocation and procedure.
Skill Claude CodeCodex
You are classifying a prompt into a v11 work-shape archetype. Your output drives downstream archetype routing for the rest of the session (until the user changes scope or invokes this skill again).
Skill Claude CodeCodex
Core utility surface for the wicked-garden plugin: help/overview, first-run setup + codebase onboarding, the wicked- peer installer, selective state reset, the where-am-i path manifest, and structured issue filing. Use when: "wicked-garden help", "show wicked-garden commands", "what can wicked-garden do", "set up…
Skill Claude CodeCodex
Execute implementation tasks according to approved designs and test strategies. Use when: executing implementation tasks from approved designs and test strategies, building features against phase artifacts, parallel dispatch of independent sub-tasks (single-message multi-Task batch), tracking work via the…
Skill Claude CodeCodex
Explore codebase and gather context before design or implementation choices. Use when: codebase exploration, pattern discovery, dependency mapping, read-only recon before design decisions, gathering context ahead of implementation, or fanning out as a recon worker in a swarm's recon wave.
Skill Claude CodeCodex
Perform basic code review and validation. Use when: general code review without a domain-specific specialist available, validating implementation against design and evidence quality, gate reviews requiring reviewer separation (evaluator != creator).
Skill Claude CodeCodex
ETL pipeline design, data quality assessment, schema validation, and performance optimization as a delegated fork worker. Use when: designing or reviewing ETL/ELT pipelines, assessing dataset quality (completeness, uniqueness, validity, consistency, timeliness), validating data against schemas, optimizing…
Skill Claude CodeCodex
Data engineering, analysis, and ML toolkit. One skill, routed sub-actions: analyze (interactive EDA on a CSV/Excel/data file), profile / validate / quality (schema-level data engineering ops), ml review / ml pipeline (model review + training-pipeline design), pipeline design / pipeline review (ETL architecture), and…
Skill Claude CodeCodex
Critical thinking framework applied before doing work. Challenges assumptions, reframes problems, identifies hidden opportunities, and validates whether the stated ask is the right ask. A way of approaching work, not a specialist discipline. Use when: challenging assumptions before implementation, reframing a stated…
Skill Claude CodeCodex
Coverage evaluator + pre-build threat model for the domain-extraction workflow (CONTRACT-3 §2). Emits coverage-report.json from the estate store, then adversarially reviews the extracted domain model: hunts missing error paths, ungrounded rules, reason-less drops, cross-cluster smears, and coverage holes. Use when…
Skill Claude CodeCodex
Rule-extraction fork worker for the FOUNDATIONAL domain-model capability. Mines testable business rules from a codebase — each with a numeric confidence and a provenance{source, ref, sourcekinds} — and annotates them into the estate store so wicked-core can build the domain-model requirements graph (coverage-gated).…