AutomationRust

AGTX Execute

by fynnfluegge

AGTX Execute is an Automation skill for Claude Code, published by fynnfluegge in agtx.

1.2K stars111 forkson fynnfluegge/agtxAdded 2026/08/20Repository updated 2026/08/11
claudeclaude-codecodexcursorgeminiopencodespec-driven-developmentvibe-coding
Install in seconds
Install AGTX Execute
Copy AGTX Execute into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/fynnfluegge/agtx/tree/main/plugins/agtx-terse/skills/agtx-execute ~/.claude/skills/agtx-execute

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/fynnfluegge/agtx.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agtx-terse/skills/agtx-execute/SKILL.md in fynnfluegge/agtx
Installs to
~/.claude/skills/agtx-execute
Collection
One of 7 skills cataloged from this repository
Category
Automation1523 skills

What AGTX Execute does

AGTX Execute implements an approved implementation plan in the current working directory, runs tests to verify changes, and writes a summary to .agtx/execute.md before stopping for further instructions.

AGTX Execute is cataloged under Automation on DirSkills. AGTX Execute comes from a repository tagged claude, claude-code, codex, cursor and gemini.

Documentation

README

Execution Phase

You are in the execution phase of an agtx-managed task.

Input

The argument to this command is a task ID.

If .agtx/plan.md exists in the current working directory, read it — it already contains the approved plan and all needed context. Do NOT call get_task.

If .agtx/plan.md does not exist, fetch the task description:

mcp__agtx__get_task(task_id: "<the id passed to this command>")

Instructions

  1. Read .agtx/plan.md if it exists (skip get_task), otherwise fetch via get_task
  2. Implement the changes
  3. Run relevant tests to verify your changes
  4. Fix any issues found during testing

Output

When implementation is complete, write a summary to .agtx/execute.md in the current working directory with these sections:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AGTX Execute

  • What else does fynnfluegge publish alongside AGTX Execute?

    AGTX Execute is one of 7 skills that DirSkills catalogs from fynnfluegge/agtx, the repository it ships in. Its siblings there include AGTX Research, AGTX Review and Agtx Plan. Each one is a separate skill with its own page in this directory, installs the same way AGTX Execute does, and is maintained by fynnfluegge in that same repository. The rest of the collection is listed on the fynnfluegge/agtx page.

  • How does AGTX Execute compare to other Automation skills?

    AGTX Execute ranks #699 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AGTX Execute against them. Open each page to compare what they document and how they install.

More from fynnfluegge/agtx

AGTX Execute is one of 7 skills cataloged on DirSkills from fynnfluegge/agtx.

See all 7 skills