بنقرة واحدة
execute
Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Find and insert citations to support a claim in the surrounding text.
Produce a revision plan for the surrounding text based on the prompt. Supports multi-turn conversation chains.
Generate and execute a visualization script for a given data file based on user instructions and context.
Apply a preceding plan/output chain to the content, then remove all tags.
Generic text edit — modify surrounding content according to the prompt.
Generate a figure using Google Gemini Nano Banana 2 API based on the prompt or surrounding context.
استنادا إلى تصنيف SOC المهني
| name | execute |
| description | Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent. |
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.