
from claude-mpm-skills58
Server-side JSX renderer for Hono: async components, Suspense streaming, head hoisting and error boundaries for fast SSR and HTML generation.
Hono JSX provides a server-side JSX renderer that supports async components, Suspense-based streaming, automatic head hoisting, and error boundaries. It enables generating HTML on the server with minimal client-side hydration, making it suitable for fast MPA/SSR pages, email templates, and streaming large HTML responses.
Use this skill when you need server-rendered HTML with streaming or async data fetching (dashboard fragments, large lists, server-assembled email templates). Avoid for highly interactive SPAs where full client-side frameworks (React/Vue) are required.
Likely useful for agents and tooling that author or modify server-side TypeScript/Node/Deno projects (Copilot-style assistants, Claude Code, Copilot GPT-style code helpers).
Pure documentation skill for Hono JSX server-side rendering covering async components, Suspense streaming, error boundaries, Context API, and head hoisting. No scripts to execute. Well-structured reference with clear code examples and TypeScript types. Demonstrates raw() and dangerouslySetInnerHTML without explicit XSS warnings, which is a minor concern in a documentation context.
Clean reference-only skill. No executable code. The dangerouslySetInnerHTML and raw() examples are standard Hono patterns but should ideally include security caveats. Frontmatter has progressive_disclosure which is good. Related skills section references hono-core, hono-middleware, hono-cloudflare but these are not in references/ dir.
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+.
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).