From sage-code
Show what SAGE-Code has learned about this project. Displays heuristic counts, confidence breakdown, top learnings, and recent additions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sage-code:sage-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a status report of what SAGE has learned about this project.
Generate a status report of what SAGE has learned about this project.
.sage/meta/config.json.jsonl files in .sage/events/.sage/knowledge/ files, extract confidence and category per entry.sage/meta/scores.json and .sage/meta/history.json## Sage Status for {project directory}
Sessions analyzed: {count}
Heuristics learned: {total} ({high} high, {medium} medium, {low} low)
Promoted to CLAUDE.md: {count}
Pruned (ineffective): {count in archive}
Last meta-evaluation: {date or "never"}
### Top Learnings (by confidence)
1. [high] {heading}
...
### Recently Learned (last 7 days)
1. [low] {heading} ({category})
...
### Category Breakdown
- Pitfalls: {count}
- Strategies: {count}
- Preferences: {count}
- Architecture: {count}
- Conventions: {count}
If .sage/ doesn't exist: "Sage has not been initialized in this project yet."
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub umxr/sage-code --plugin sage-code