reflecting-on-sessions
Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements
npx skills add composio-community/awesome-claude-plugins --skill reflecting-on-sessions --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Reflecting on Sessions **Announce:** "[skill-bus] Reflecting on this session's skill-bus activity." ## When to Reflect This skill is for natural transition moments: - After executing a plan (all tasks complete) - After finishing a development branch - Before session wrap-up or handover - At any natural pause between work phases - When asked about skill-bus effectiveness ## Process ### Step 1: Check telemetry status ```bash SB_CLI=$(ls ~/.claude/plugins/cache/*/skill-bus/*/lib/cli.py ~/.claude/plugins/repos/skill-bus/lib/cli.py 2>/dev/null | tail -1) python3 "$SB_CLI" status --cwd "$PWD" ``` If telemetry is off, tell the user: > "Skill-bus telemetry is disabled for this project. To enable session reflection, add `"telemetry": true` to your skill-bus config. For full coverage visibility, also add `"observeUnmatched": true`." Stop here if telemetry is off. ### Step 2: Run stats for this session ```bash SB_CLI=$(ls ~/.claude/plugins/cache/*/skill-bus/*/lib/cli.py ~/.claude/plugins/repos/skill-bus/lib/cli.py 2>/dev/null | tail -1) python3 "$SB_CLI" stats --cwd "$PWD" ``` ### Step 3: Interpret and present Present the stats output to the user with brief interpretation: **If there are su
- When to Reflect
- Process
- Step 1: Check telemetry status
- Step 2: Run stats for this session
- Step 3: Interpret and present
- Step 4: Offer next steps
python3 "$SB_CLI" status --cwd "$PWD" python3 "$SB_CLI" stats --cwd "$PWD"
What does the reflecting-on-sessions skill do?
Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements
How do I install it?
Run `npx skills add composio-community/awesome-claude-plugins --skill reflecting-on-sessions --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-claude-plugins, a repository with 1,858 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.