rysweet/amplihack · Archived

fleet-copilot

>- Autonomous co-pilot — agent formulates goal from natural language, enables lock mode with SessionCopilot reasoning, works until goal is achieved.

First seen Mar 12, 2026

Installation

$ npx skills add rysweet/amplihack --skill fleet-copilot

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from rysweet/amplihack · top by installs.

npx skills add rysweet/amplihack

Browse all from rysweet/amplihack

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 77
Default branch main
Open issues 201
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.0.0
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,535 B
  • docs SUMMARY.md 168 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 58 installs

SKILL.md

Fleet Co-Pilot Skill

The agent takes the user's natural language, formulates a goal with definition of done, writes it to the goal file, enables lock mode, and starts working. SessionCopilot reasoning monitors progress on each turn.

Usage

/fleet-copilot fix the auth bug and make sure tests pass
/fleet-copilot implement OAuth2 login and create a PR
/fleet-copilot keep going until all the TODOs are done

Instructions

When this skill is activated:

Step 1: Formulate the goal

From the user's natural language, create:

  1. Goal: Clear objective statement
  2. Definition of Done: Concrete, verifiable criteria

Step 2: Write the goal file

Use the Write tool to create .claude/runtime/locks/.lock_goal:

Goal: [objective from user's words]

Definition of Done:
- [criterion 1]
- [criterion 2]
- [criterion 3]

Step 3: Enable lock

python .claude/tools/amplihack/lock_tool.py lock

Step 4: Start working

Begin immediately. The LockModeHook uses SessionCopilot to monitor and guide.

Auto-disable

Lock mode stops when:

  • Goal achieved (mark_complete)
  • Human needed (escalate)
  • User runs /amplihack:unlock