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
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.
npx claudepluginhub andreyvit/rockstar --plugin bureauHire a rockstar development team
Persistent knowledge workspace for Claude Code — structured files, versioning, search, and knowledge graph across sessions
Open source document intelligence and review plugin for Claude Code: ingest, search, review, enrich, and export local document workspaces.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions