By spm1001
Session lifecycle, code review, data analysis, and behavioral skills for Claude Code. Best with: bon
Build a Chart.js HTML dashboard from BigQuery data
Explore a BigQuery project or dataset — list tables, catalog search
Turn a Google Sheet into a queryable BigQuery table — paste a URL, get a table
Profile a BigQuery table — schema, shape detection, quality assessment
Analyse a Google Sheet directly — no BigQuery needed. Paste a URL, get insights.
Spawn a peer Claude on the Anthropic conductor mesh to review code. The reviewer reads the target files, sends observations via mesh message, and you receive them as <channel> tags — peer-to-peer, not authority channel. Requires conductor-channel MCP server (aboyeur). Triggers on /peer-review, 'get a peer review', 'fresh eyes on this', 'spawn a reviewer'. (user)
Generate images using Google Imagen. Use when user needs 'hero image', 'presentation visual', 'conceptual illustration', or 'generate an image'. Composes with itv-styling for brand-constrained outputs. (user)
Code review alias. Invokes titans (three-lens review).
Orchestrates new repo creation — required before setting up any batterie Python package. 5-step workflow (interview, plan, init script, CLAUDE.md fill-in, conformance validation) ensures every repo starts with hatchling, src layout, bon, and working tests. Handles greenfield, adopt, and extract modes. Triggers on 'create a repo', 'new project', 'scaffold', 'init repo', 'set up a new package', 'make this a proper repo'. (user)
Take screenshots to see what's on screen. Triggers on 'screenshot', 'grab a screenshot', 'have a look', 'can you see', 'what does it look like', 'check the screen', 'did that work', 'verify it worked', 'what happened'. AFTER uncertain CLI operations (backgrounded processes, nohup, visual changes), consider capturing to verify state. Captures windows or full screen to files. (user)
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.
Robustness: Stable — used daily Works with: Claude Code (plugin or manual install) Requires: Claude Code CLI 2.0+
A skill drawer for Claude Code — slash commands that teach Claude specialized workflows.
Trousse provides 18 skills as SKILL.md files. Each one is a structured instruction set Claude reads and follows when you invoke the slash command.
Session lifecycle (startup briefings, handoffs, tactical tracking) is handled by bon, not trousse. Trousse is purely skills.
claude plugin marketplace add spm1001/batterie
/plugin install trousse@batterie
git clone https://github.com/spm1001/trousse ~/repos/spm1001/trousse
The plugin system discovers skills from skills/*/SKILL.md automatically.
| Skill | What it does |
|---|---|
/titans (or /review) | Three-lens code review: hindsight, craft, foresight |
/diagram | Create diagrams with iterative render-and-check |
/screenshot | Capture screen to verify changes |
/picture | Generate images with Google Imagen |
/server-checkup | Linux server audit and management |
/github-cleanup | Audit repos, find stale forks and deps |
/skill-forge | Build and validate new skills |
/scaffold | Orchestrate new repo creation |
/ia-presenter | Write iA Presenter slide decks |
/google-devdocs | Look up Google developer documentation |
/mandoline | Transform raw data into clean BigQuery tables |
/consomme | BigQuery data analysis — discover, profile, analyse, validate, present |
/toise | Architecture review (8 checks, letter grades) |
/ardoise | Context-isolated Claude (blank-slate testing) |
/deglacer | CC session JSONL parsing — schema reference + CLI |
/peer-review | Spawn a peer Claude on the mesh to review code |
/tamis | Identify ad/martech/analytics tags firing on a site |
trousse/
├── skills/ # 18 skill definitions (SKILL.md files)
│ ├── titans/ # → three-lens code review
│ ├── diagram/ # → diagramming workflow
│ ├── skill-forge/ # → skill development + validation
│ └── ...
├── scripts/ # Utility scripts used by skills
│ ├── ardoise.sh # → context isolation for spawned Claudes
│ └── bon-survey.py # → survey automation for claude-survey skill
├── hooks/
│ └── hooks.json # → empty (trousse registers no hooks)
├── references/ # Architecture docs (not loaded automatically)
│ └── ERROR_PATTERNS.md # → troubleshooting guide
├── tests/ # pytest suite
└── CLAUDE.md # Instructions Claude reads when working in this repo
cd ~/repos/spm1001/trousse && git pull
# Plugin cache refreshes on next session start
Use /plugin uninstall trousse to remove the plugin.
Trousse is part of Batterie de Savoir — a suite of tools for AI-assisted knowledge work.
npx claudepluginhub spm1001/batterie-de-savoir --plugin trousseSuite-level utilities for the Batterie de Savoir suite — cross-plugin updates and maintenance
Fast browser automation via Chrome DevTools Protocol. Requires: passe CLI (auto-installed on first session), Chrome with CDP
GTD-native work tracker for AI coding agents — outcomes, actions, tactical steps
Session lifecycle skill (couvert) + ping diagnostic MCP.
Mobile web UI for Claude Code — setup, status, and management. Requires: Node.js, Tailscale
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement