Agents

Starter YAML templates for common tasks

Browse starter agents for the work your team repeats, like triaging CI failures, updating dependencies, and writing release notes. Copy the YAML into your repo and deploy it with Ellipsis.

ConfigOnboarding

Agent Config Builder

Interviews you about the agent you want, then opens a pull request that adds a schema-valid agent config YAML to your repository so merging it deploys the new agent.

Knows the full agent config schema and links to the docs. It asks what the agent should do, when it should run, and what it can touch, then writes the YAML and opens the deploy PR.

View YAML
ScheduledReporting

Daily Standup

Posts a product-level summary of yesterday's merged pull requests across every repository.

Runs each weekday morning, gathers every pull request merged in the last day across all repositories, and synthesizes them into a themed, product-level standup written for the #engineering channel.

View YAML
ScheduledSkills

Skill Maintainer

Scans each day's merged pull requests and opens a PR updating your team's skills when the code has moved past them.

Runs daily, reads every skill in your repositories in full, then reviews the day's merged pull requests for changes that contradict what a skill claims, then opens a focused PR that restores accuracy, citing the merge behind every edit.

View YAML
DocsOnboarding

Ellipsis Helper

Explains Ellipsis and walks your team through setting it up, working from the official documentation fetched fresh at the start of every run.

Fetches www.ellipsis.dev/llms.txt (the documentation index) before answering anything, then either explains what you asked or interviews you and writes the config you need. When building sandbox definitions it reads your GitHub Actions workflows to find the runtimes, dependency installs, and test commands your environment actually needs.

View YAML
SessionsSearch

Session Log Search

Answers questions about your team's session history by searching every cloud agent run and synced laptop Claude Code session, reading their recaps and transcripts, and citing the exact session ids and pull requests behind each answer.

Uses the agent CLI to search your session history by keyword, PR, or meaning (embeddings), reads recaps and transcripts, and answers with cited session ids and pull requests.

View YAML
GitHubMaintenance

Docstring Drift

Checks every merged pull request for docstrings its changes made wrong, and opens a follow-up pull request correcting them.

Runs when a pull request merges and checks docstrings only — the doc attached to a function, class, or module — both on the changed code and anywhere else that describes it. Fixes a docstring only when the merge made it state something false, then opens a focused pull request citing the change behind each edit.

View YAML
GitHubCI

PR Screenshots

Screenshots the screens a pull request changes, uploads them as org-gated files, and keeps one comment on the PR up to date as commits land.

Runs on every push to a pull request, but only re-screenshots when it is the first pass or the new commits could change how a screen renders. Captures the affected screens with playwright, uploads them with the agent CLI, and edits its existing comment in place so the PR never accumulates screenshot comments.

View YAML
GitHubReview

Schema Migration Reviewer

Reviews database migrations before they merge.

Reacts to pull request openings and reviews migration safety, rollout order, and missing backfills.

View YAML