A Claude Code plugin providing reusable skills and agents for everyday software engineering tasks.
Skills enforce coding conventions, scaffold new projects, and generate documentation. Agents handle code writing and code review with opinionated best-practice defaults.
Add the cc-plugins marketplace, then install skillbox:
/plugin marketplace add alexandreroman/cc-plugins
/plugin install skillbox@cc-plugins| Skill | Description |
|---|---|
project-rules |
Coding rules for Java, Go, Node.js / TypeScript, Spring Boot, and infrastructure |
project-memory |
Persist project decisions, deadlines, and team context across conversations |
| Agent | Description |
|---|---|
code-writer |
Writes, modifies, and refactors source code with simplicity-first style |
code-reviewer |
Read-only review of code, docs, and project memory: bugs, complexity, and dead code |
Skills and agents are namespaced under skillbox:.
Invoke a skill from the Claude Code prompt:
/skillbox:init-project
/skillbox:write-readme
Tip
Getting started with a new project — Run
/skillbox:init-project first when bootstrapping
a new repository. It generates a CLAUDE.md that
configures the code-writer and code-reviewer
agents and wires up project memory so that
decisions, deadlines, and team context persist
across conversations — and it applies them from the
very first generated file, with no session restart.
.claude-plugin/plugin.json Plugin manifest
skills/ One folder per skill (SKILL.md)
agents/ One file per agent (.md)