By redox
A curated collection of adaptable engineering skills for agentic coding harnesses
Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Remove AI-generated code slop and clean up code style
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
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.
Curate, adapt, and update a personal collection of Agent Skills from across GitHub.
Skillbrew vendors each skill as ordinary files, records its exact upstream revision, and optionally applies a semantic patch with the Cursor Agent SDK. Updates preserve local intent while incorporating upstream improvements, producing a normal Git diff for review.
The recommended installer is the open-source skills CLI. It detects installed harnesses and places Skillbrew's generated skills in their native skill directories:
npx skills add redox/skillbrew
Install every Skillbrew skill globally in every supported harness without prompts:
npx skills add redox/skillbrew --skill '*' --agent '*' --global --yes
Target particular harnesses or install only one skill:
npx skills add redox/skillbrew --agent cursor --agent codex --agent claude-code
npx skills add redox/skillbrew --skill brainstorming
The installer supports Cursor, Codex, Claude Code, OpenCode, Pi, Antigravity, Kimi, GitHub Copilot, and many other Agent Skills-compatible tools. These are external installation commands; they consume Skillbrew's generated output and do not require Bun.
Skillbrew also ships native manifests for harnesses that install plugins directly from Git repositories.
Claude Code:
/plugin marketplace add redox/skillbrew
/plugin install skillbrew@skillbrew
Antigravity:
agy plugin install https://github.com/redox/skillbrew
Factory Droid:
droid plugin marketplace add https://github.com/redox/skillbrew
droid plugin install skillbrew@skillbrew
Kimi Code:
/plugins install https://github.com/redox/skillbrew
Pi:
pi install git:github.com/redox/skillbrew
For OpenCode, add the Git-backed package to opencode.json; see the OpenCode instructions.
You only need Bun when adding, updating, or validating the collection itself. Install the development dependencies, then use the Skillbrew CLI through the project scripts:
bun install
bun run start list
Skillbrew commands in this repository always begin with bun run start:
bun run start list
bun run start add <source>
bun run start update [name]
Update one skill:
bun run start update brainstorming
Update the entire collection:
bun run start update
Preview an update without writing files:
bun run start update brainstorming --dry-run
An update resolves the recipe's update_ref, validates the generated skill, writes the new output and provenance data, and advances the pinned ref. Skills that are already current are skipped without invoking a model.
Review updates with Git. Commit the generated diff to keep it, or restore it to reject it.
Add a skill from a GitHub directory URL:
bun run start add https://github.com/owner/repository/tree/main/skills/example
Or add a committed skill from a local Git repository:
bun run start add ../another-repository/skills/example
add reads the upstream frontmatter, resolves the exact Git commit, creates a minimal recipe, imports the skill, and writes its lock entry. A plugin or repository URL also works when it contains exactly one nested SKILL.md or one Claude agents/*.md definition; Skillbrew discovers and normalizes it automatically.
Available options:
--name <name> Install under a different local name
--license <spdx> Record the upstream license
--ref <ref> Override the branch, tag, or commit
--path <path> Override the skill path inside the repository
--ref and --path are useful for repository URLs or branch names that cannot be inferred unambiguously from a GitHub URL:
bun run start add https://github.com/owner/repository \
--ref feature/agent-skills \
--path skills/example
Local skills must be committed before they are added. This ensures the generated recipe can be rebuilt from its pinned revision.
A recipe is a complete build definition for one skill:
name: diagnosing-bugs
source:
repository: https://github.com/example/skills.git
path: skills/diagnosing-bugs
ref: 71e0a6b1c7f00000000000000000000000000000
update_ref: main
license: MIT
transforms:
- type: llm
mode: semantic-rebase
prompt: |
Adapt this skill to our engineering environment.
- Prefer GitHub Issues over Linear.
- Assume a Rails, Rust, Kubernetes, and DuckDB stack.
- Preserve upstream wording where it already fits.
- Never invent commands or internal infrastructure.
allowed_paths:
- SKILL.md
- references/**
forbidden_paths:
- scripts/**
validation:
require:
- SKILL.md
max_skill_tokens: 5000
npx claudepluginhub redox/skillbrew --plugin skillbrewMatt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review