By martinciu
Find, inspect, and recover past Claude Code sessions — list by date / repo / branch / keyword and produce the right resume command, including worktree restore.
A coordinated set of Claude Code plugins — skills, hooks, and helpers that I use day-to-day. Install one, all, or none.
/plugin marketplace add martinciu/gruppo
/plugin install <plugin-name>
| Plugin | What it does |
|---|---|
| session-stats | Token usage, cost, runtime, per-model breakdown |
| autonomo | Turn a freeform task description into a PR unattended via superpowers |
| session-finder | Find and recover past sessions; produces the right resume command incl. worktree restore |
Plugins in this repo are authored as plain files (Markdown skills, JSON manifests, occasional shell scripts). To work on one with live reload, symlink it into your user-global skills directory:
git clone https://github.com/martinciu/gruppo ~/code/gruppo
ln -s ~/code/gruppo/plugins/session-stats/skills/session-stats \
~/.claude/skills/session-stats
Edits in the repo are picked up immediately — Claude Code loads the skill via the user-global path. No install step, no reload.
To verify the plugin install path (what consumers see) before publishing a change, register the working tree as a local marketplace:
/plugin marketplace add ~/code/gruppo
/plugin install <plugin-name>
After verification, remove it: /plugin marketplace remove gruppo.
.claude/commands/mc/ contains personal slash commands that wire together
the superpowers workflow. They are not
shipped with any plugin — symlink them manually if you want them:
ln -s ~/code/gruppo/.claude/commands/mc ~/.claude/commands/mc
| Command | What it does |
|---|---|
/mc:brainstorm-issue | Drive a GitHub issue from brainstorm → spec → plan → review-note |
/mc:fix | Apply fixes at the right model tier (Haiku / Sonnet / inline) |
/mc:review-pr | Review a finished PR against its plan and review-focus note |
/mc:review-note | Distill brainstorm context into a one-page review-focus note |
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 martinciu/gruppo --plugin session-finderToken usage, cost, runtime, and per-model breakdown for the current Claude Code session.
Autonomously turn a freeform task description into a PR by running the superpowers pipeline (brainstorm → plan → execute → PR) without user interaction.
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
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.