
from claude-mpm-skills
Canonical demo of the Command → Agent → Skill orchestration pattern: shows preloaded vs dynamic skill invocation, with a code-review example and templates.
The MPM Orchestration Demo is a reference skill that documents and demonstrates the Command → Agent → Skill pattern used in Claude MPM. It explains two invocation styles — preloaded skills injected via frontmatter, and dynamic runtime invocation via the Skill tool — and provides a concrete code-review orchestration example that wires a command, an agent with preloaded checklist skills, and a dynamic formatter skill.
Use this demo when designing new MPM workflows, onboarding developers to orchestration best practices, or when choosing between embedding knowledge in agents versus invoking skills dynamically. It's especially useful as a template for building commands that orchestrate agents and conditional skill calls.
Designed for Claude MPM environments and similar multi-participant agent frameworks that support frontmatter-preloaded skills and runtime Skill tool invocation; relevant to teams building agent orchestration with Claude, Sonnet, or other MPM-capable runtimes.
A well-structured reference skill documenting the Command→Agent→Skill orchestration pattern in Claude MPM. No scripts to execute — pure documentation with concrete code examples and ASCII flow diagrams. Demonstrates two invocation styles (preloaded vs dynamic) with a code-review workflow. Good progressive disclosure and anti-patterns section. Niche audience limited to MPM framework users.
Clean documentation-only skill. No security concerns whatsoever. Well-organized with clear frontmatter, progressive disclosure, and reference links. The skill serves as a canonical template for MPM workflows but has limited broad appeal.
WordPress Block Editor & Full Site Editing (FSE)
Guidance for building block themes and custom Gutenberg blocks using theme.json, HTML templates, and server-rendered blocks for WordPress 6.7+.
Hono JSX (server-side rendering)
Server-side JSX renderer for Hono: async components, Suspense streaming, head hoisting and error boundaries for fast SSR and HTML generation.
Axum (Rust) — Production Web APIs
Patterns and best-practices for building production-ready Rust HTTP APIs with Axum: typed handlers, extractors, middleware, error handling, tracing, graceful sh
Go CLI (Cobra + Viper)
Guides building production-quality Go CLIs using Cobra for commands and Viper for configuration, with patterns for flags, completion, testing and best practices
AI Session Compression Techniques
Techniques and patterns to compress multi-turn AI conversations (summaries, RAG, hierarchical summarization) to reduce token costs and preserve key information.
Datadog Observability
Guides setup and best practices for Datadog APM, logs, metrics, synthetics and RUM to implement full-stack monitoring, tracing, and cost optimization in product
Database Migration Patterns
Guided, safe patterns for evolving database schemas in production with decision trees, tooling examples, and rollback strategies.
Python asyncio
Guides for writing concurrent I/O-bound Python code with async/await: event loops, tasks, aiohttp, async DB patterns, and FastAPI async endpoints.
Hono (core) - JavaScript Framework Skill
Skill entry for Hono core framework (JavaScript) — metadata missing in source; flagged as failed.