4 skills
testing
Type-specific validation checklists, six quality characteristics, and quality gate thresholds for documentation assessment
development
Implement distinctive, production-grade frontend UI code with strong visual direction, motion systems, local media asset generation, conversion-aware copy, and polished frontend execution. Use when building landing pages, marketing sites, product pages, dashboards, motion-heavy interfaces, or frontend experiences that need real assets and compelling copy.
data-ai
Restructures prompts for optimal execution, detects intent to route to skills/commands, and stays anchored to the original objective during long sessions. Combines prompt processing, intent detection, and drift prevention. Always-on.
tools
# CLI Design Follow these conventions for CLI commands and user interaction: ## Command Structure - Use clap with derive macros for argument parsing - Organize commands as subcommands where logical - Provide both short and long flags for common options - Include helpful examples in help text ## User Feedback - Print progress information during long operations - Use clear, action-oriented language ("Creating...", "Loading...") - Show success/failure status clearly - Provide next steps on compl