
from claude-mpm-skills53
Guided, safe patterns for evolving database schemas in production with decision trees, tooling examples, and rollback strategies.
Provides actionable, production-safe migration patterns for evolving database schemas. The skill outlines phased (expand-contract) approaches, backfill and data-migration steps, testing strategies, and rollback procedures. It includes SQL examples and tool-specific commands (Alembic, Knex, Rails).
Use this skill when planning or executing schema changes in staging or production — adding columns, changing types, adding indexes, or removing legacy fields. It is useful for engineers preparing zero-downtime migrations, large-table changes, and when rollback plans are required.
Best used by agents that can surface procedural guidance and produce migration scripts; works with code-assistant agents and CI tool integrations (Alembic, Knex/Node.js, Rails).
This skill has not been reviewed by our automated audit pipeline yet.
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.
MPM Orchestration Demo
Canonical demo of the Command → Agent → Skill orchestration pattern: shows preloaded vs dynamic skill invocation, with a code-review example and templates.
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