
from claude-mpm-skills58
Guidance for building block themes and custom Gutenberg blocks using theme.json, HTML templates, and server-rendered blocks for WordPress 6.7+.
Practical reference and how-to for Full Site Editing (FSE) in WordPress: using theme.json, HTML block templates, template parts, block patterns, and custom blocks (block.json + render.php). Includes production examples, development workflow (@wordpress/scripts, wp-env), and best practices for accessibility and performance.
Use this skill when creating new block themes, migrating classic themes to FSE, building custom server-rendered or client blocks, or standardising design tokens via theme.json. Not for heavy server-side application logic.
Best for agents that help with web/PHP development, WordPress workflows, and code editing (e.g., Copilot, Codex, Claude Code).
WordPress FSE/block editor reference skill with comprehensive theme.json, block development, and migration guidance. No bundled scripts — purely instructional content. Code examples demonstrate good security practices (wp_kses_post, esc_html). Monolithic SKILL.md at ~6000 chars context limit rather than using progressive disclosure references effectively. Marked as user-invocable: false, serving as a toolchain reference rather than a standalone agent skill.
Solid reference documentation for WordPress FSE development. Main architectural concern is the monolithic SKILL.md that could benefit from better progressive disclosure — moving detailed examples into references/ directory. Security examples are good (proper escaping functions used). No scripts to audit. The skill's usefulness is moderate — valuable for WordPress developers but niche in the broader agent skill ecosystem.
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
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.
Svelte 5 Runes for Static Sites
Implements hydration-safe state management patterns for Svelte 5 runes when using SvelteKit adapter-static (SSG/SSR).