agentsclimarketplace

Autopilot

Skill jajupmochi/agent-harness/skills/autopilot

Set up or manage the autopilot daily autonomous project-driver. Configures a daily timer that runs a fresh autorun session to advance a project (features, bug fixes, refactors, design, docs). Use when the user wants to "set up autopilot", schedule autonomous daily work, or configure/inspect the autopilot tool.From its SKILL.md

Install
npx -y skills add jajupmochi/agent-harness --skill autopilot

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `/autopilot setup <project-path>` and 1 more.

SKILL.md

1.2 KB, 217 tokens by cl100k_base, as published. Nobody here has run it

autopilot

Read ../general/autopilot/SKILL.md for the full Claude source. This Codex wrapper maps the autopilot workflow to Codex tooling.

Codex-specific mappings

Claude toolCodex equivalent
Claude bash with run_in_background: trueexec_command background session
Claude Monitorwrite_stdin polling
Claude session timerCodex cron / scheduled goal
/autopilot setup/autopilot setup (same syntax)

Quick start

/autopilot setup <project-path>

The skill reads the full autopilot design from docs/autopilot/README.md and the run prompt from docs/autopilot/PROMPT.md.

Codex schedule integration

For daily automation, create a Codex goal with --repeat daily:

codex goal create --repeat daily "autorun: advance <project> according to autopilot PROMPT.md"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.