
from claude-mpm-skills49
Guides building production-quality Go CLIs using Cobra for commands and Viper for configuration, with patterns for flags, completion, testing and best practices
This skill teaches best practices for building production-grade command-line applications in Go using Cobra (command framework) and Viper (configuration). It covers command structure, persistent vs local flags, flag binding to Viper, shell completion generation, testing patterns for commands, output formatting, error-handling conventions, and deployment/build suggestions.
Activate when creating multi-command CLIs, developer tools, admin utilities, or DevOps automation in Go. Use it for scaffolding, adding shell completion, formalizing config precedence (flags > env > config > defaults), and writing testable command logic.
Best for code-focused assistants that write Go code or generate project scaffolds (Copilot/Codex-like agents).
A well-crafted reference skill for building Go CLIs with Cobra and Viper. Covers command structure, configuration management, shell completion, testing, and anti-patterns with production-quality code examples. No bundled scripts — pure reference documentation. No security concerns whatsoever.
Clean, educational reference skill. Comprehensive coverage of Cobra+Viper patterns with good anti-patterns section. No security issues. Single-file architecture is appropriate for a reference skill but lacks scripts/ or references/ separation that more complex skills would benefit from.
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
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