Your Repobuddy CLI


Keywords
cli, repository, tools, jest, typescript
License
MIT
Install
npm install repobuddy@1.7.0

Documentation

Your repository buddy

GitHub NodeJS Visual Studio Code

repobuddy helps you to manage your repository.

Agent Skills

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.

Available Skills

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

Installing Skills

List available skills:

npx skills add repobuddy/repobuddy --list

Install all skills:

npx skills add repobuddy/repobuddy

Install specific skills:

npx skills add repobuddy/repobuddy --skill create-issue --skill setup-github-repo

Install 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_sync

Installing as a Plugin

This 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@repobuddy

GitHub Copilot CLI

copilot plugin marketplace add repobuddy/repobuddy
copilot plugin install repobuddy@repobuddy

Start 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

Related Skill Collections

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-changesets

NPM version NPM downloads Codecov

Contains predefined configs for biome.

NPM version NPM downloads Codecov

Contains various presets and config to customize jest.

NPM version NPM downloads

Shared test utilities used across the repobuddy packages.

NPM version NPM downloads Codecov

Provides tools and utilities to take care of TypeScript stuffs, so you don't have to.

NPM version NPM downloads

Contains various presets and config to customize vitest.

NPM version NPM downloads

CLI for managing your repository.