Advanced patterns for generating high-quality Claude Code commands. Used by /new-command.
Expert patterns for generating production-quality Claude Code commands with multiple action modes, intelligent recommendations, and built-in safety features like rollbacks and dry-run modes.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-llm@majestic-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Expert patterns for generating production-quality Claude Code commands.
Multiple Action Modes - Never single-purpose commands
analyze - Deep analysisoptimize - Performance improvementsfix - Automated remediationmonitor - Continuous watchingReal, Working Code - Every example must be executable
Intelligent Recommendations - Prioritized, actionable insights
Interactive Intelligence - Guide users to optimal solutions
Visual Outputs - Include diagrams/charts when helpful
# Simple for beginners
claude /your-command
# Power user with full control
claude /your-command analyze --depth=comprehensive --output=json
apply_change() {
# Snapshot current state
kubectl get deployment $1 -o yaml > "/tmp/rollback-$$.yaml"
# Apply change
kubectl patch deployment $1 --patch "$2"
# Monitor and rollback if needed
if ! monitor_health $1 60; then
kubectl apply -f "/tmp/rollback-$$.yaml"
fi
}
---
description: Brief description # REQUIRED
model: haiku # OPTIONAL - use full ID
allowed-tools: Bash, Read # OPTIONAL
argument-hint: "[action]" # OPTIONAL
---
"Would a senior engineer with 10 years experience be impressed?"
If not emphatic YES, keep improving.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.