skills/execute/SKILL.md
--- name: execute description: Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent. --- # Execute Route all `<@skill-name: ...>` annotations in a file to their matching skill subagents. ## Usage ``` /execute <filename> ``` ## Grammar ``` <@skill-name: prompt> ``` Tags are written inline, directly in the original text. `<@output: ...>` is a special data tag — never dispatched, only consumed by other skills. ### Modifiers Prompts may contain **c
npx skillsauth add a554b554/Reactant skills/executeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route all <@skill-name: ...> annotations in a file to their matching skill subagents.
/execute <filename>
<@skill-name: prompt>
Tags are written inline, directly in the original text. <@output: ...> is a special data tag — never dispatched, only consumed by other skills.
Prompts may contain context references ( path ) that point the skill agent to external resources (files, sections, etc.). The execute router does not interpret these — they are passed through to the subagent as part of the prompt.
| Tag | Skill | Description |
|---|---|---|
| <@edit: ...> | edit | Generic edit per prompt. |
| <@proofread> | proofread | Fix grammar, spelling, punctuation. |
| <@plan: ...> | plan | Produce a revision plan. |
| <@ph> / <@ph: ...> | ph | Fill placeholder from context. |
| <@resolve> | resolve | Apply preceding plan/output chain. |
| <@figure: ...> | figure | Generate a figure. (Placeholder — needs Gemini API.) |
| <@cite: ...> | cite | Find and insert citations to support a claim. |
| <@plot: ...> | plot | Generate and execute a data visualization script. |
To add a new skill: create skills/<name>/SKILL.md and add a row to this table.
Every subagent receives:
<@output: ...>).Each subagent is responsible for applying its own changes directly to the file. The execute skill does not write back results — it only dispatches.
<@...> tags, top to bottom.<@output: ...> — it is data, not a dispatch target.<@output: ...> tags.data-ai
Apply a preceding plan/output chain to the content, then remove all tags.
tools
Proofread surrounding text for grammar and spelling errors.
data-ai
Generate and execute a visualization script for a given data file based on user instructions and context.
data-ai
Produce a revision plan for the surrounding text based on the prompt. Supports multi-turn conversation chains.