From pev
Reference for axiom-annotations decorator and step marker syntax. Use when adding or modifying @workflow, @task, Step, or AutoStep markers in Python code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pev:axiom-annotations-markersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The canonical reference for axiom-annotations decorator and step marker syntax lives in axiom-graph docs:
The canonical reference for axiom-annotations decorator and step marker syntax lives in axiom-graph docs:
axiom_graph_render("axiom_graph::docs.references.axiom-annotations-markers", level=2)
Use axiom_graph_search("axiom annotation step marker") to find it, or render individual sections:
axiom_graph::docs.references.axiom-annotations-markers::core-rule — the one rule that governs everythingaxiom_graph::docs.references.axiom-annotations-markers::decorators — @workflow and @task usageaxiom_graph::docs.references.axiom-annotations-markers::step-markers — Step and AutoStep fields and numberingaxiom_graph::docs.references.axiom-annotations-markers::common-mistakes — error tableaxiom_graph::docs.references.axiom-annotations-markers::pattern-summary — quick copy-paste templateQuick reminder: Minor step numbers (N.M) can ONLY appear inside loops. Major step numbers (integers) can appear anywhere.
npx claudepluginhub ddpoe/axiom-graph --plugin pevGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.