Agent skill

auto-anton-abyzov-specweave

Start autonomous execution with stop hook feedback loop. Works until all tasks complete or max iterations reached. Use when you want continuous unattended execution.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill auto-anton-abyzov-specweave --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/auto-anton-abyzov-specweave/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Auto Command ## Project Overrides !`s="auto"; for d in .specweave/skill-memories .claude/skill-memories "$HOME/.claude/skill-memories"; do p="$d/$s.md"; [ -f "$p" ] && awk '/^## Learnings$/{ok=1;next}/^## /{ok=0}ok' "$p" && break; done 2>/dev/null; true` ## Project Context !`.specweave/scripts/skill-context.sh auto 2>/dev/null; true` **Start autonomous execution session using Claude Code's Stop Hook.** ## Usage ```bash /sw:auto [INCREMENT_IDS...] [OPTIONS] ``` - `INCREMENT_IDS`: One or more increment IDs (e.g., `0001`, `0001-feature`). If omitted, finds active increments or intelligently creates new ones. ## Options | Option | Description | Default | |--------|-------------|---------| | `--max-turns N` | Max hook invocations before hard stop | 20 | | `--simple` | Minimal context mode | false | | `--dry-run` | Preview without starting | false | | `--all-backlog` | Process all backlog items | false | | `--skip-gates G1,G2` | Pre-approve specific gates | None | | `--no-increment` | Require existing increments (no auto-creation) | false | | `--yes`, `-y` | Auto-approve increment plan | false | | `--tdd`, `--strict` | TDD strict mode (RED->GREEN->REFACTOR enforced) | false | | `--buil

What's inside
Steps it walks through
  1. Project Overrides
  2. Project Context
  3. Usage
  4. Options
  5. Core Loop
  6. Execution
  7. Step 1: Set Up Auto Session
  8. Step 1.5a: MANDATORY - Complexity Check for Team-Lead Routing
  9. Step 1.5: MANDATORY - Display Stop Conditions
  10. Step 1.6: TDD Enforcement (if TDD mode enabled)
  11. Step 2: Intelligent Increment Creation (when none found)
  12. Step 3: Execute Tasks
  13. Credential Auto-Execution
  14. Session Management
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the auto-anton-abyzov-specweave skill do?

Start autonomous execution with stop hook feedback loop. Works until all tasks complete or max iterations reached. Use when you want continuous unattended execution.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill auto-anton-abyzov-specweave --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going