Templates · Claude Code & Codex

Automation templates for Claude Code & Codex

Start from a real, ready-to-run chore. Each template becomes a scheduled, unattended automation on the CLI subscription you already pay for — it runs on a cron, an orchestrator decides the next step within a budget cap, and you triage the result from one inbox.

Dependencies

Automate dependency bumps with Claude Code

Keep your project's dependencies current and green without babysitting it. The automation upgrades to the latest compatible versions, runs your tests, and opens a PR only when everything passes.

Schedule weekday 9amMode autonomousStops on broken build
>_ Every weekday at 9am, update this project's dependencies to their latest compatible versions, run the test suite, and open a PR if everything passes. Stop and escalate to me if a bump breaks the build.
Use this template →
Testing

Nightly flaky-test triage

Stop letting intermittent failures erode trust in CI. Each night the automation runs your suite a few times, isolates the tests that fail intermittently, quarantines them, and opens a PR with the list.

Schedule nightlyMode autonomousLeaves passing tests
>_ Each night, run the test suite a few times, identify tests that fail intermittently, quarantine the flaky ones, and open a PR listing them. Don't touch tests that pass consistently.
Use this template →
Documentation

Keep your docs in sync with the code

Docs drift the moment the code changes. This automation checks daily whether your README and docs still match the current code and public API, updates what's drifted, and opens a PR with the changes.

Schedule dailyMode autonomousOutput a PR
>_ Once a day, check whether the README and docs still match the current code and public API, update anything that has drifted, and open a PR with the changes.
Use this template →
Code quality

Weekly lint & format sweep

Keep the repo tidy without the chore landing on anyone's plate. Once a week the automation runs your linter and formatter, fixes everything auto-fixable, and commits the cleanup on a branch for review.

Schedule weeklyMode autonomousOutput a branch
>_ Once a week, run the linter and formatter across the repo, fix everything that's auto-fixable, and commit the cleanup on a branch for review.
Use this template →

How a template becomes an automation

  1. Open the app and pick a template (or describe your own) — the AI drafts the goal, schedule, and budget.
  2. Connect your machine with one command; a local runner drives your already-authenticated claude / codex CLI. Your vendor login never leaves your machine.
  3. Review and run. It runs on schedule, escalates to your inbox on a deterministic rule (budget, repeated failures, a risky step), and you steer it back with one line.
Start free — 20 credits →