execute

Detect and route `<@skill: prompt>` annotations in documents to corresponding subagents.

53|11|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/a554b554/Reactant --skill execute-a554b554
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/a554b554/Reactant/tree/main/skills/execute
Command: npx skills add https://github.com/a554b554/Reactant --skill execute-a554b554

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of executing inline annotations within documents by routing each tagged instruction to the appropriate subagent, automating complex editing workflows.

Core Features & Use Cases

  • Annotation Routing: Detects <@skill: prompt> tags in files and directs each to the relevant subagent for processing.
  • Workflow Automation: Enables multi-step document modifications through embedded annotations, suitable for editing, proofreading, and content generation.
  • Use Case: When editing a technical report, add inline annotations for grammar correction, figure generation, and referencing—this Skill automatically dispatches each task.

Quick Start

Use the execute skill to process annotations in your document named 'report.md' by running /execute report.md.

Frequently Asked Questions about execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate document processing for inline annotations?

Automating document processing involves detecting inline file annotations and routing them to specialized subagents. This Skill automatically dispatches tagged instructions to corresponding AI skills for content modification and enhancement.

What is the best way to route multiple editing tasks within a single technical document?

Routing multiple editing tasks is best handled by embedding tags like `<@skill: prompt>` directly in the document. The system detects these annotations and dispatches each task to the correct subagent for sequential processing.

Can I use this for large-scale multi-step editing workflows?

Yes, you can use this for large-scale multi-step editing workflows. It is specifically designed for technical writing and document automation, ensuring each tag is dispatched to the correct subagent for annotated document processing.

How do I execute inline annotations in a markdown file?

To execute inline annotations in a markdown file, run the execute command with your target file. For example, processing annotations in 'report.md' is done by running `/execute report.md` to dispatch tasks to subagents.

Does this workflow automation tool require any dependencies?

No, this workflow automation tool requires no external dependencies to function. It operates independently to detect file annotations and route them to the appropriate subagents for content modification.

What are the limitations of using embedded annotations for content revision?

The primary limitation of using embedded annotations for content revision is that it strictly requires specific `<@skill: prompt>` tags to trigger routing. Without properly formatted tags, the automated document processing workflow cannot detect or dispatch the intended modifications.