apex

GitHub

基于APEX方法论的系统化实现技能,支持并行代理、自验证及对抗性审查。适用于特性开发、Bug修复和代码重构等结构化工作流。

web-app/.agents/skills/apex/SKILL.md Melvynx/Parler

Trigger Scenarios

实现新功能 修复Bug 进行代码变更

Install

npx skills add Melvynx/Parler --skill apex -g -y
More Options

Non-standard path

npx skills add https://github.com/Melvynx/Parler/tree/main/web-app/.agents/skills/apex -g -y

Use without installing

npx skills use Melvynx/Parler@apex

指定 Agent (Claude Code)

npx skills add Melvynx/Parler --skill apex -a claude-code -g -y

安装 repo 全部 skill

npx skills add Melvynx/Parler --all -g -y

预览 repo 内 skill

npx skills add Melvynx/Parler --list

SKILL.md

Frontmatter
{
    "name": "apex",
    "description": "Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.",
    "argument-hint": "[-a] [-x] [-s] [-t] [-v] [-b] [-pr] [-i] [-m] [-r <task-id>] <task description>"
}
Execute systematic implementation workflows using the APEX methodology with progressive step loading.

<quick_start>

/apex add authentication middleware           # Basic
/apex -a -s implement user registration       # Autonomous + save
/apex -a -x -s fix login bug                  # With adversarial review
/apex -a -v implement user dashboard          # With feature verification
/apex -a -m implement full auth system        # Agent Teams (parallel)
/apex -a -x -s -t -v add auth middleware      # Full workflow with tests + verify
/apex -a -pr add auth middleware              # With PR creation
/apex -r 01-auth-middleware                   # Resume previous task
/apex -e add auth middleware                  # Economy mode (save tokens)
/apex -i add auth middleware                  # Interactive flag config

</quick_start>

**Enable (lowercase ON) / Disable (UPPERCASE OFF):**
ON OFF Long Description
-a -A --auto Skip confirmations, auto-approve
-x -X --examine Adversarial code review
-s -S --save Save outputs to .claude/output/apex/
-t -T --test Include test creation + runner
-v -V --verify Launch app and verify feature works
-e -E --economy No subagents, save tokens
-b -B --branch Verify not on main, create branch
-pr -PR --pull-request Create PR at end (enables -b)
-i --interactive Configure flags via menu
-k -K --tasks Task breakdown with dependencies
-m -M --teams Agent Teams parallel execution (enables -k)
-r --resume Resume from previous task ID

Parsing: Defaults from steps/step-00-init.md, flags override, remainder = {task_description}, ID = NN-kebab-case.

1. **Init** → Parse flags, setup state 2. **Analyze** → Context gathering (1-10 parallel agents) 3. **Plan** → File-by-file strategy + TaskList creation 4. **Tasks** → Task breakdown (if -k or -m) 5. **Execute** → Implementation (standard or Agent Teams if -m) 6. **Validate** → Typecheck, lint, tests 7. **Tests** → Create + run tests (if -t) 8. **Examine** → Adversarial review (if -x) 9. **Resolve** → Fix findings (if examine found issues) 10. **Verify** → Launch app, test feature (if -v) 11. **Finish** → Create PR (if -pr)

<step_files>

Step File Purpose
00 steps/step-00-init.md Parse flags, initialize state
00b steps/step-00b-save.md Setup save output structure (if -s)
00b steps/step-00b-branch.md Git branch setup (if -b)
00b steps/step-00b-economy.md Economy mode overrides (if -e)
00b steps/step-00b-interactive.md Interactive flag config (if -i)
01 steps/step-01-analyze.md Smart context gathering
02 steps/step-02-plan.md File-by-file plan + TaskList
02b steps/step-02b-tasks.md Task breakdown (if -k/-m)
03 steps/step-03-execute.md Todo-driven implementation
03t steps/step-03-execute-teams.md Agent Team execution (if -m)
04 steps/step-04-validate.md Self-check and validation
05 steps/step-05-examine.md Adversarial code review
06 steps/step-06-resolve.md Finding resolution
07 steps/step-07-tests.md Test analysis and creation
08 steps/step-08-run-tests.md Test runner loop
09 steps/step-09-finish.md Create pull request
10 steps/step-10-verify.md Launch & verify feature

</step_files>

<state_variables>

Variable Type Set by
{task_description} string step-00
{feature_name} string step-00
{task_id} string step-00 / step-00b-save
{acceptance_criteria} list step-01
{auto_mode} boolean step-00
{examine_mode} boolean step-00
{save_mode} boolean step-00
{test_mode} boolean step-00
{verify_mode} boolean step-00
{economy_mode} boolean step-00
{branch_mode} boolean step-00
{pr_mode} boolean step-00
{tasks_mode} boolean step-00
{teams_mode} boolean step-00
{output_dir} string step-00b-save
{branch_name} string step-00b-branch

</state_variables>

<execution_rules>

  • Load one step at a time (progressive loading)
  • ULTRA THINK before major decisions
  • Persist state variables across all steps
  • Follow next_step directive at end of each step
  • Save outputs if {save_mode} = true (each step appends to its file)
  • Use parallel agents for independent exploration (step-01) </execution_rules>

<entry_point> FIRST ACTION: Load steps/step-00-init.md </entry_point>

Version History

  • 1aaa38b Current 2026-08-20 07:34

Same Skill Collection

web-app/.agents/skills/add-documentation/SKILL.md
web-app/.agents/skills/convex-cost-optimizer/SKILL.md
web-app/.agents/skills/convex-create-component/SKILL.md
web-app/.agents/skills/convex-migration-helper/SKILL.md
web-app/.agents/skills/convex-performance-audit/SKILL.md
web-app/.agents/skills/convex-quickstart/SKILL.md
web-app/.agents/skills/convex-setup-auth/SKILL.md
web-app/.agents/skills/convex/SKILL.md
web-app/.agents/skills/create-saas-idea/SKILL.md
web-app/.agents/skills/create-tests/SKILL.md
web-app/.agents/skills/dev-browser/SKILL.md
web-app/.agents/skills/init-project/SKILL.md
web-app/.agents/skills/intercepted-route-using-tanstack-start/SKILL.md
web-app/.agents/skills/optimizer/SKILL.md
web-app/.agents/skills/org-api-route/SKILL.md
web-app/.agents/skills/publish-to-production/SKILL.md
web-app/.agents/skills/setup-stripe/SKILL.md
web-app/.agents/skills/sync-with-nowstack/SKILL.md
web-app/.agents/skills/exa-search/SKILL.md
web-app/.agents/skills/find-docs/SKILL.md

Metadata

Files
0
Version
1aaa38b
Hash
4b28f08e
Indexed
2026-08-20 07:34

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 06:47
浙ICP备14020137号-1 $Map of visitor$