Plugins and skills to rock your development
npx claudepluginhub andreyvit/rockstarManage task-based report files with dated folders and sequential numbering
Rockstar is a collection of plugins and skills that enhance AI-assisted development workflows in Claude Code and Codex.
Add this marketplace and install plugins:
/plugin marketplace add andreyvit/rockstar
/plugin install bureau@rockstar
Clone and copy the skill + CLI:
git clone https://github.com/andreyvit/rockstar.git
./rockstar/bureau/bureau --install-symlink
# Copy the skill (user-scoped)
cp -r rockstar/bureau/skills/report-keeping ~/.codex/skills/
# Or for repo-scoped (travels with your project)
cp -r rockstar/bureau/skills/report-keeping .codex/skills/
See Codex Skills documentation for more details.
Teaches your AI agents to store your input and write report files after each step. This solves agent amnesia and helps medium-term steering.
When an agent works in multiple iterative steps, it's helpful to keep a structured set of "reports":
_tasks/
├── current -> 2025-10-02-refactor-something
├── 2025-10-01-implement-feature/
│ ├── 001-user-request.md
│ ├── 002-plan.md
│ ├── 003-implementation.md
│ └── 004-tests.md
└── 2025-10-02-refactor-something/
├── 001-analysis.md
└── 002-plan.md
Bureau provides:
Clone the repo, then add it as a local marketplace:
/plugin marketplace add /path/to/rockstar
/plugin install bureau@rockstar
Or for temporary per-session loading:
claude --plugin-dir /path/to/rockstar/bureau
./bureau/bureau-selftest.sh
MIT