Roxabi-plugins
Open-source Claude Code plugins by Roxabi. Context engineering tools for teams using Claude Code.
Why
Every team using Claude Code ends up reinventing the same things: documenting their workflow in CLAUDE.md, writing custom slash commands for code review, figuring out how to structure CI setup prompts, syncing docs after a refactor. It works, but it's disposable — none of it is reusable across projects.
Roxabi plugins are the reusable layer on top of Claude Code. Each plugin ships opinionated, battle-tested skills and agents for a specific domain. Install what you need, skip what you don't, and get consistent AI-assisted workflows across every project without starting from scratch.
Quick Start
# 1. Add the marketplace (once per machine)
claude plugin marketplace add Roxabi/roxabi-plugins
# 2. Install the plugin you need
claude plugin install dev-core # full dev lifecycle
claude plugin install web-intel # URL research + analysis
claude plugin install compress # token-efficient skill notation
Then trigger any skill by describing what you want — no slash commands to memorize:
"start working on issue #42" → /dev
"improve readme" → /readme-upgrade
"sync docs after this refactor" → /doc-sync
"scrape and summarize this URL" → /summarize
How it works
Each plugin is self-contained: it ships skills (trigger-phrase workflows), agents (specialized sub-processes), and optionally hooks (automated guardrails that run on every tool call). Claude Code discovers and loads them automatically on install.
flowchart LR
A[claude plugin install] --> B[Skills loaded into Claude]
B --> C{You describe a task}
C --> D[Claude matches trigger phrase]
D --> E[Skill runs — agents, tools, hooks]
E --> F[Result in your repo]
Plugins are project-agnostic: they read your stack from .claude/stack.yml at runtime and adapt to your framework, package manager, and file layout. The same dev-core plugin works on a NestJS monorepo and a Django service.
Plugins
Development lifecycle
| Plugin | Description |
|---|
| dev-core | Full dev workflow — frame, analyze, spec, plan, implement, review, ship. 29 skills, 9 agents, safety hooks. Project-agnostic via stack.yml |
Research & analysis
| Plugin | Description |
|---|
| web-intel | Multi-platform URL scraper + 6 analysis skills (scrape, summarize, analyze, roast, benchmark, adapt) |
Content & branding
| Plugin | Description |
|---|
| linkedin-post-generator | Generate LinkedIn posts with best practices and visual identity |
| image-prompt-generator | Generate AI image prompts with style consistency |
| logo-generator | Animated SVG logos from brand briefs — interactive design, live preview, GIF export |
| forge | Forge HTML for ~/.roxabi/forge/ — forge-guide (multi-tab doc), forge-epic (issue-linked), forge-chart (Mermaid), forge-gallery (5 templates: pivot, simple, comparison, audio, multi-mode) |
| idna | Evolutionary idea selector — explore variants, pick, converge (amplify/blend/refine), finalize. Self-driving: browser → Claude API → imageCLI → auto-advance. |
Career tools
| Plugin | Description |
|---|
| cv | Generate and adapt CVs from structured data |
| linkedin-apply | Scrape and score LinkedIn job offers with LLM matching |
Utilities
| Plugin | Description |
|---|
| compress | Rewrite agent/skill definitions using compact math/logic notation to reduce token usage |
| 1b1 | Walk through a list of items one by one — brief, decide, execute, repeat |
| get-invoice-details | Extract and store invoice details from documents |
Endorsed marketplaces
External plugin marketplaces we endorse. Install them directly — no vendoring needed.
claude plugin marketplace add <source>