reflecting-on-sessions

Solid

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

AI & Automation 1,844 stars 519 forks Updated yesterday

Install

View on GitHub

Quality Score: 79/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# 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 suggestions**, highlight the top 1-2: - For uncovered skills: "I noticed [skill] ran N times without any subscription. Would you like to add one? I can run `/skill-bus:add-sub`." - For condition skips: "[insert] was skipped N times due to conditions. This might mean the condition is too r...

Details

Author
composio-community
Repository
composio-community/awesome-claude-plugins
Created
9 months ago
Last Updated
yesterday
Language
JavaScript
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category