Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Ertinox7711/SGRR-AGI-V2 --skill session-checkgit clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/session-check)<a href="https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/session-check"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/session-check/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/session-check"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/session-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.00612 |
| Opus 5 | $0.00046 | $0.00306 |
| Sonnet 5 | $0.00018 | $0.00122 |
| Haiku 4.5 | $0.00009 | $0.00061 |
Grade A, and why
session-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Session-Check - GO / NO-GO readiness verdict
The user doubts their session is correctly wired. Give them certainty on two fronts:
- Right place - they are in the repo / directory they intend ("le bon rep").
- Not in the void - the rig + superpowers + skills are LOADED in THIS session, not merely installed on disk.
This mirrors the /session-check command. Run all three groups, then print the verdict.
Be terse, read real state, never assume.
A. Location
Shell for the OS (PowerShell on Windows, bash elsewhere):
- cwd;
git rev-parse --show-toplevel;git remote -v;git status -sb. - No git root AND a generic dump cwd (home / Downloads / Desktop / Documents, no project
marker like
.git/package.json/pyproject.toml/go.mod/Cargo.toml) -> flag "working in the void".
B. Rig loaded (read ~/.claude)
- CLAUDE.md present + rig signature (
SGRR AGI V2/anticipate, verify, execute). - settings.json: model=opus, env.CLAUDE_CODE_SUBAGENT_MODEL=sonnet.
- hooks: UserPromptSubmit / SessionStart / PreCompact / Stop + PreToolUse
pitfall-tipscoach. - enabledPlugins has
superpowers@claude-plugins-official=true (report plugin count, >= 12). - memory index present at EITHER
~/.claude/memory/MEMORY.mdOR a project-scoped~/.claude/projects/<encoded-cwd>/memory/MEMORY.md(Claude Code keeps memory global or per-project - accept either, only flag if BOTH are absent); PITFALLS.md present.
C. Live proof (attest from your own session - disk cannot prove this)
- Is the Skill tool available right now? Did using-superpowers load this session?
- Both yes -> skills LIVE. Cannot see them -> installed but NOT active (restart Claude Code).
Verdict
- GO - one line:
GO - repo <name> | <branch> (clean) | rig active | superpowers ON | <N> plugins | coach wired | skills live. - NO-GO - only the failing items, each with a one-line fix.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 41 lines · 92 tokens per session scan A 433f00cfd92c
session-check is a skill published in the GitHub repository Ertinox7711/SGRR-AGI-V2 (1 stars, last pushed 2d ago), licensed MIT. It adds 92 tokens to every session and 612 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
skill-factory
A workflow that examines completed session work and turns reusable patterns into Claude Code skills.
session-wrap
Use when wrapping up a session before ending. 4 parallel subagents detect doc updates, repeated patterns, learning points, and follow-ups, then a verifier deduplicates and presents choices. Triggers on /session-wrap, session wrap, session cleanup, end of session.
relay
Session relay — compresses what's been done so far (writes a one-liner for /compact) and generates a "next task" prompt (a baton) for the user to hand off. Use on requests like "relay / hand off / next session / continue after compact / baton / handoff / clean up context and continue next task." Does not run /compact…
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
docs
Use when documentation generally needs to catch up with a branch before pushing or merging, covering internal developer docs, external customer-facing docs, and release notes together — "update the docs", "do a docs pass before I merge", "make sure everything's documented". Prefer this when no single documentation…
ag-referencia-cmux
Reference skill — cmux (terminal agent-first macOS) que hospeda as sessoes interativas Claude Code e Codex do Andre. Carregar antes de: coordenar/monitorar terminais, mandar mensagem entre sessoes, automatizar via CLI/socket cmux, abrir workspace para missao, recovery pos-crash, ou qualquer trabalho multi-terminal.