repobuddy helps you to manage your repository.
repobuddy provides agent skills for AI coding assistants (Claude Code, Cursor, etc.) to help manage your repository. Skills live in packages/buddy/skills/, ship inside the repobuddy npm package, and are installed with the Skills CLI.
| Skill | Description |
|---|---|
create-issue |
Create a bug report or feature request — searches for duplicates first |
llms-txt |
Publish an llms.txt generated from a project's real public surface, with a CI drift check |
merge-dep-prs |
Merge pending dependency update PRs — gates each merge on whether CI reached what the change can break, diagnoses CI failures, never merges release PRs |
review-permissions |
Audit what your agents are allowed to do — risk-rank every grant, then tighten and consolidate it |
setup-github-pages |
Deploy a static site to GitHub Pages — base path, Actions workflow, and Pages source |
setup-github-repo |
Set up a GitHub repo with branch protection, Dependabot, and CI |
to-question |
Word a question for Slack, Jira, Linear, Asana, GitHub, GitLab, Bugzilla, Redmine, Trac, or email — checks the markup before you paste |
List available skills:
npx skills add repobuddy/repobuddy --listInstall all skills:
npx skills add repobuddy/repobuddyInstall specific skills:
npx skills add repobuddy/repobuddy --skill create-issue --skill setup-github-repoInstall from npm:
The skills also ship inside the repobuddy package as a universal plugin, so installing the
package makes them available to Claude Code, Cursor, Codex, and GitHub Copilot CLI:
npm install repobuddy
npx skills experimental_syncThis repository is also a plugin marketplace — .claude-plugin/marketplace.json lists the
repobuddy plugin, and every runtime below reads that catalog.
Claude Code
/plugin marketplace add repobuddy/repobuddy
/plugin install repobuddy@repobuddy
Codex
codex plugin marketplace add repobuddy/repobuddy
codex plugin add repobuddy@repobuddyGitHub Copilot CLI
copilot plugin marketplace add repobuddy/repobuddy
copilot plugin install repobuddy@repobuddyStart a new session before using the plugin.
Cursor has no command-line install; a workspace admin imports the catalog from Dashboard → Plugins → Team Marketplaces → Add Marketplace → Import from Repo.
Via Claude Code — ask Claude to find and install a skill:
find a skill for creating issues
or install directly:
/find-skills repobuddy/repobuddy
These companion repositories provide additional skills often used alongside repobuddy:
| Repository | Skills |
|---|---|
repobuddy/agent-changesets |
Changeset authoring and release setup |
repobuddy/agent-security |
Security PR remediation |
Install from a related repo the same way:
npx skills add repobuddy/agent-changesetsContains predefined configs for biome.
Contains various presets and config to customize jest.
Shared test utilities used across the
repobuddypackages.
Provides tools and utilities to take care of TypeScript stuffs, so you don't have to.
Contains various presets and config to customize vitest.
CLI for managing your repository.