Agent plugins from Aviator.
Teaches Claude code or other coding agents how to use the Aviator CLI (av) for stacked PR workflows.
What is av? The Aviator CLI is a command-line tool for managing stacked pull requests on GitHub. Stacked PRs let you break large features into small, reviewable chunks while maintaining dependencies between them. av automates the tedious parts: rebasing child branches when parents change, setting correct PR bases, and keeping everything in sync.
What this plugin does:
.git/av/av.db)--continue, --abort, --skip flagsav adopt --remote to work on teammates' branchesCommon use case: Full-stack feature development with stacked PRs:
main
└── add-feature-db (DB schema)
└── add-feature-service (Backend logic)
└── add-feature-api (API endpoints)
└── add-feature-ui (Frontend)
Each layer gets a focused, reviewable PR. When you update the DB schema, av sync automatically rebases all dependent branches.
Usage:
When you're in an av-initialized repository, the agent will automatically use av commands for branch and PR operations. Just ask naturally:
Or invoke the skill directly with /av-cli.
Requirements:
brew install aviator-co/tap/av)av initgh) for authentication, or GitHub PAT configuredExample interaction:
User: Create a stack of branches for auth, login, and logout features
Claude: I'll create a stack of three branches for you.
[Creates feature-auth from main]
[Creates feature-login from feature-auth]
[Creates feature-logout from feature-login]
Here's your stack:
main
└── feature-auth
└── feature-login
└── feature-logout
You can now make changes and commit to each branch. When ready,
run `av pr --all` to create PRs for the entire stack.
Connects Claude Code to Aviator Runbooks via MCP for workflow automation.
What are Runbooks? Aviator Runbooks let you capture and replay complex development workflows. Create a runbook from your Claude session to save your exploration, decisions, and implementation approach for future use or to share with your team.
What this plugin does:
Usage:
Use /spec-submit to submit a spec and create a runbook from your current session.
Requirements:
Self-hosted / On-prem: The plugin connects to https://app.aviator.co/mcp by default. To point it at a self-hosted instance, set the AVIATOR_MCP_URL environment variable:
export AVIATOR_MCP_URL=https://aviator.your-company.com/mcp
Alternatively, you can configure the MCP server manually:
claude mcp add --transport http aviator https://aviator.your-company.com/mcp
# Add the Aviator plugin marketplace
/plugin marketplace add aviator-co/agent-plugins
# Install plugins
/plugin install av-cli
/plugin install aviator
# Clone the repository
git clone https://github.com/aviator-co/agent-plugins.git
# Use with Claude Code
claude --plugin-dir /path/to/claude-plugins
Maintainers should bump the version in .claude-plugin/marketplace.json when updating plugin content, to trigger cache invalidation for users.
If a user isn't seeing the latest plugin version after updating, they can manually clear the cache and reinstall:
rm -rf ~/.claude/plugins/cache/aviator-plugins/av-cli
Then run /plugin install av-cli again.
Contributions welcome! Please open an issue or PR on GitHub.
MIT - see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub aviator-co/agent-plugins --plugin av-cliCreate Aviator Runbooks from Claude Code sessions to capture and relay development workflows
Git workflow management with feature branches, releases, and hotfix flows
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Stacked diffs CLI for GitHub and GitLab. Skills for creating, syncing, landing, and managing stacked PRs/MRs with gg.
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Git workflow automation and conventional commits
Git and PR workflows with code review, onboarding, and PR enhancement