askill
apex

apexSafety 95Repository

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.

1 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

<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 -m implement full auth system        # Agent Teams (parallel)
/apex -a -x -s -t add auth middleware         # Full workflow with tests
/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>

ONOFFLongDescription
-a-A--autoSkip confirmations, auto-approve
-x-X--examineAdversarial code review
-s-S--saveSave outputs to .claude/output/apex/
-t-T--testInclude test creation + runner
-e-E--economyNo subagents, save tokens
-b-B--branchVerify not on main, create branch
-pr-PR--pull-requestCreate PR at end (enables -b)
-i--interactiveConfigure flags via menu
-k-K--tasksTask breakdown with dependencies
-m-M--teamsAgent Teams parallel execution (enables -k)
-r--resumeResume from previous task ID

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

<step_files>

StepFilePurpose
00steps/step-00-init.mdParse flags, initialize state
00bsteps/step-00b-save.mdSetup save output structure (if -s)
00bsteps/step-00b-branch.mdGit branch setup (if -b)
00bsteps/step-00b-economy.mdEconomy mode overrides (if -e)
00bsteps/step-00b-interactive.mdInteractive flag config (if -i)
01steps/step-01-analyze.mdSmart context gathering
02steps/step-02-plan.mdFile-by-file plan + TaskList
02bsteps/step-02b-tasks.mdTask breakdown (if -k/-m)
03steps/step-03-execute.mdTodo-driven implementation
03tsteps/step-03-execute-teams.mdAgent Team execution (if -m)
04steps/step-04-validate.mdSelf-check and validation
05steps/step-05-examine.mdAdversarial code review
06steps/step-06-resolve.mdFinding resolution
07steps/step-07-tests.mdTest analysis and creation
08steps/step-08-run-tests.mdTest runner loop
09steps/step-09-finish.mdCreate pull request

</step_files>

<state_variables>

VariableTypeSet by
{task_description}stringstep-00
{feature_name}stringstep-00
{task_id}stringstep-00 / step-00b-save
{acceptance_criteria}liststep-01
{auto_mode}booleanstep-00
{examine_mode}booleanstep-00
{save_mode}booleanstep-00
{test_mode}booleanstep-00
{economy_mode}booleanstep-00
{branch_mode}booleanstep-00
{pr_mode}booleanstep-00
{tasks_mode}booleanstep-00
{teams_mode}booleanstep-00
{output_dir}stringstep-00b-save
{branch_name}stringstep-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>

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/19/2026

Well-structured APEX methodology skill with comprehensive flag system, clear workflow steps, and good documentation. High actionability with quick start examples and explicit entry point. Slight internal_only signal due to .claude path references but methodology itself is reusable. Missing actual step file contents but references are clear. Scores well on clarity and structure."

95
90
80
75
85

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publishertwikus

Tags

github-actionslintingllmsecuritytesting