From contextstellar
Analyze recent prompt patterns and suggest optimizations. Use when the user wants to improve their prompting patterns, reduce token costs, or see what the RLM flywheel has learned about their project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contextstellar:optimizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the user's recent scoring patterns and provide actionable optimization recommendations.
Analyze the user's recent scoring patterns and provide actionable optimization recommendations.
curl -s "${CONTEXTSTELLAR_BASE_URL:-https://contextstellar.com}/api/v1/hooks/stats?projectId=${CONTEXTSTELLAR_PROJECT_ID}" \
-H "Authorization: ${CONTEXTSTELLAR_API_KEY}"
Grade Distribution Analysis:
RLM Learned Weights (if available):
Token Utilization (if low):
Structural Clarity (if low):
<context>, <instructions>, <output_format>)Specificity (if low):
Content Density (if low):
Cache-Friendliness (if low):
If $ARGUMENTS contains a prompt, score it and show before/after with specific edits.
End with the user's trend direction and encourage continued improvement.
npx claudepluginhub sunnypatneedi/claude-code-contextstellarAnalyzes Claude Code usage patterns and evaluates prompt quality with scoring and optimization suggestions.
Analyzes context window usage, setup overhead, and session habits to provide token efficiency coaching. Use when starting new projects or troubleshooting sluggish sessions.
Analyzes and optimizes prompts using BP-001~008 patterns and a gated 3-step flow. Use for prompt review, quality analysis, or creating rashomon skills.