v0.22.0: the agent surface — usage-insight skill - #8
Open
lroolle wants to merge 1 commit into
Open
Conversation
Three layers, one source of truth: line 1 shows the numbers, the advisor row says the one sentence, and this skill carries the full conversation — should I start a heavy task, which account has headroom, what did I waste this week. It encodes the state-dir contract, the learned-forecast semantics, and the advisor's judgment rules (feasibility before advice, facts only while unlearned, staleness said out loud), and runs the same report/check subcommands instead of re-mining — so the layers cannot disagree. Install: cp -r skills/usage-insight ~/.claude/skills/ Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lroolle
force-pushed
the
feat/check-session-summary
branch
from
July 29, 2026 06:05
cccc810 to
88dd3dd
Compare
lroolle
force-pushed
the
feat/agent-surface
branch
from
July 29, 2026 06:05
9bb2615 to
81a64bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #7 (merge order: #6 → #7 → this; base is
feat/check-session-summary).What
skills/usage-insight/SKILL.md— teaches any Claude Code instance to read the statusline's state dir and answer usage questions conversationally. Three layers, one source of truth:Install:
cp -r skills/usage-insight ~/.claude/skills/The skill encodes the state-dir contract (docs/api/state-dir.md), the learned-forecast semantics (
pct_per_window, weekday profile,predicted_endcalibration), and the advisor's judgment rules — feasibility before advice, facts only while the ratio is unlearned, staleness said out loud, fresh siblings only. It runs the samereport/checksubcommands instead of re-mining, so the layers cannot disagree. It also carries the privacy posture: read-only against the state dir, quote numbers not emails/uuids.Docs-only: no script changes, suite stays 334/334.
🤖 Generated with Claude Code