Prompts · JavaScript · v0.1.0
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
#anthropic#claude-ai#claude-code
/Catalogue/Prompt/composio-community/composio-community-awesome-claude-plugins-reflecting-on-sessions
Origin: githubUse 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
by composio-community · updated 2mo ago · imported from GitHub
Announce: "[skill-bus] Reflecting on this session's skill-bus activity."
This skill is for natural transition moments:
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": trueto your skill-bus config. For full coverage visibility, also add"observeUnmatched": true."
Stop here if telemetry is off.
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"
Present the stats output to the user with brief interpretation:
If there are suggestions, highlight the top 1-2:
/skill-bus:add-sub."If everything looks healthy (matches > 0, no suggestions):
If no telemetry data:
If there are actionable suggestions:
/skill-bus:add-sub for any of these?"/skill-bus:report anytime to check coverage."No comments yet — start the thread.
Sign in to join the discussion.
Prompts · JavaScript · v0.1.0
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
#anthropic#claude-ai#claude-code
Prompts · JavaScript · v0.1.0
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
#anthropic#claude-ai#claude-code
Prompts · JavaScript · v0.1.0
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
#anthropic#claude-ai#claude-code
Prompts · JavaScript · v0.1.0
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
#anthropic#claude-ai#claude-code