Apex mode
Switch between development modes. Use /apex:mode to change mode or check current mode. Triggers on: switch mode, change mode, /apex:mode, what mode am I in.From its SKILL.md
npx -y skills add lhbsaa/apex-discovery --skill apex-modeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 280 tokens by cl100k_base, as published. Nobody here has run it
apex-mode — Switch Development Mode
Switch between predefined development modes to optimize skill loading and token usage.
Available Modes
| Command | Mode | Skills | Agents |
|---|---|---|---|
/apex:mode daily-dev | 日常开发 | TDD, code review, brainstorming, writing plans | planner, code-reviewer, tdd-guide |
/apex:mode full-stack | 全栈开发 | + API design, frontend/backend patterns, DB, security | + architect, security-reviewer, executor |
/apex:mode deep-research | 深度研究 | Debugging, architecture, error handling, security | architect, spec-miner, security-reviewer, optimizer |
Usage
/apex:mode — Show current mode
/apex:mode full-stack — Switch to full-stack mode
apex config --mode daily-dev — CLI equivalent
Auto-Detection
The system also auto-detects mode from natural language:
- "我要做一个全栈功能" → auto-switch to full-stack mode
- "研究一下这个架构" → auto-switch to deep-research mode
- "修一个bug" → auto-switch to daily-dev mode
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.