Apex mode
Scientific research extension for apex-unified - 149 scientific skills for biology, chemistry, medicine, materials research. Powered by Scientific Agent Skills (31.4k star).
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.
2 things to look at
- 15 days oldThe repository was created 15 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.6 KB, 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