Command
Create a new Claude Code plugin with agents, commands, and/or skills.
Command
Create a new Claude Code plugin with agents, commands, and/or skills.
Command
Regenerate all documentation files from marketplace data and plugin metadata.
Command
Update an existing Claude Code plugin by adding, modifying, or removing components.
Command
Review Go code for idiomatic patterns, performance issues, security vulnerabilities, and common pitfalls with actionable suggestions.
Command
Scaffold new Go projects with modern structure, Go modules, testing setup, CI/CD pipelines, and best practices.
Command
Generate comprehensive tests including unit tests, table-driven tests, benchmarks, and examples with high coverage.
Command
Analyze and optimize Ruby code for performance, memory usage, and idiomatic patterns.
Command
Review Sinatra code for security issues, performance problems, route conflicts, and framework best practices.
Command
Scaffold new Sinatra applications with modern structure, best practices, testing setup, and deployment configuration.
Command
Generate comprehensive tests for Sinatra routes, middleware, and helpers using RSpec or Minitest.
Command
Add features to existing CLI applications like colors, progress bars, shell completions, and better error messages.
Command
Review Rust CLI applications for UX, error handling, testing, and cross-platform compatibility.
Command
Scaffold new Rust CLI projects with Clap, error handling, logging, and testing setup.
Command
Generate comprehensive tests for Rust CLI applications including integration, snapshot, and property-based tests.
Command
Generate reusable GPUI components with proper typing, state management, styling, and documentation.
Command
Review GPUI code for idiomatic patterns, performance issues, state management correctness, and framework best practices.
Command
Scaffold new GPUI applications with modern structure, Cargo workspace setup, component organization, and best practices.
Command
Generate comprehensive tests for GPUI components, views, state management, and user interactions.
Command
Migrate synchronous code to async Tokio or upgrade between Tokio versions.
Command
Review Tokio code for async anti-patterns, performance issues, and best practices.