Significant-Gravitas/AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

187kStars on the repository
14Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

open-pr

01

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Open a pull request with proper PR template, test coverage, and review workflow. Guides agents through creating a PR that follows repo conventions, ensures existing behaviors aren't broken, covers new behaviors with tests, and handles review via bot when local testing isn't possible. TRIGGER when user asks to "open a…

187k 2d ago A 101 tokens

orchestrate

02

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Meta-agent supervisor that manages a fleet of Claude Code agents running in tmux windows. Auto-discovers spare worktrees, spawns agents, monitors state, kicks idle agents, approves safe confirmations, and recycles worktrees when done. TRIGGER when user asks to supervise agents, run parallel tasks, manage worktrees…

187k 2d ago C 78 tokens

pr-address

03

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Address PR review comments and loop until CI green and all comments resolved. TRIGGER when user asks to address comments, fix PR feedback, respond to reviewers, or babysit/monitor a PR.

187k 2d ago A 42 tokens

pr-polish

04

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Alternate /pr-review and /pr-address on a PR until the PR is truly mergeable — no new review findings, zero unresolved inline threads, zero unaddressed top-level reviews or issue comments, all CI checks green, and two consecutive quiet polls after CI settles. Use when the user wants a PR polished to merge-ready…

187k 2d ago A 77 tokens

pr-review

05

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Review a PR for correctness, security, code quality, and testing issues. TRIGGER when user asks to review a PR, check PR quality, or give feedback on a PR.

187k 2d ago A 39 tokens

pr-test

06

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

E2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.

187k 2d ago A 51 tokens

setup-repo

07

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Initialize a worktree-based repo layout for parallel development. Creates a main worktree, a reviews worktree for PR reviews, and N numbered work branches. Handles .env creation, dependency installation, and branchlet config. TRIGGER when user asks to set up the repo from scratch, initialize worktrees, bootstrap their…

187k 2d ago A 101 tokens

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

187k 2d ago A 67 tokens

worktree

09

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Set up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, and generates Prisma client. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.

187k 2d ago A 62 tokens

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Analyze the current branch diff against dev, plan integration tests for changed frontend pages/components, and write them. TRIGGER when user asks to write frontend tests, add test coverage, or 'write tests for my changes'.

187k 2d ago A 48 tokens