Intelligent workflow router with Lyra AI optimization, build config detection, and triple code review. Auto-analyzes complexity, risk, and scope to execute the optimal workflow automatically.
View on GitHubclaude-agent-system-plugin/skills/systemcc/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/Kasempiternal/Claude-Agent-System/blob/main/claude-agent-system-plugin/skills/systemcc/SKILL.md -a claude-code --skill systemccInstallation paths:
.claude/skills/systemcc/# SystemCC - Master Command Router **User types:** `/systemcc "any task"` **Claude does:** EVERYTHING automatically --- ## Phase 1: CRITICAL DETECTION (MANDATORY) When `/systemcc` is detected, you MUST IMMEDIATELY show: ``` ๐ฏ SYSTEMCC DETECTED - Command acknowledged and workflow initiated โ Following SYSTEMCC workflow instructions ``` This message MUST appear: - **IMMEDIATELY** when /systemcc is detected - **BEFORE** any other processing - **CANNOT BE SKIPPED** under any circumstances --- ## Phase 2: LYRA AI PROMPT OPTIMIZATION (MANDATORY) After detection, ALWAYS show Lyra optimization with this EXACT format: ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ฏ LYRA AI PROMPT OPTIMIZATION โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ Original Request: "$ARGUMENTS" ๐ Analysis Phase: - Deconstructing intent... - Diagnosing gaps... - Developing enhancements... - Delivering optimized prompt... โจ Optimized Prompt: "[enhanced prompt with complete specifications]" ๐ Optimization Details: - Mode: [BASIC/DETAIL] - Complexity Score: [1-10] - Improvements Applied: [number] ๐ง Key Enhancements: โข [Enhancement 1] โข [Enhancement 2] โข [Enhancement 3] โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ``` ### The 4-D Methodology 1. **DECONSTRUCT**: Extract coding intent, feature requirements, technical context 2. **DIAGNOSE**: Audit for technical clarity and specification gaps 3. **DEVELOP**: Select optimal techniques based on request type: - Bug Fixes โ Precise error context + systematic debugging - Feature Development โ Clear requirements + implementation scope - Refactoring โ Architecture goals + code quality standards - UI/UX โ Design principles + user experience objectives 4. **DELIVER**: Construct development-focused prompt with complete specs ### Mode Detection - **BASIC mode**: Simple fixes, single-file changes, typos, config updates - **DETAIL mode**: Complex architecture, multi-componen