agentsclimarketplace

Apex mode

Skill lhbsaa/apex-discovery/skills/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

Install
npx -y skills add lhbsaa/apex-discovery --skill apex-mode

Assembled 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

CommandModeSkillsAgents
/apex:mode daily-dev日常开发TDD, code review, brainstorming, writing plansplanner, 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, securityarchitect, 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.