session-check

session-check is a skill for Claude Code from Ertinox7711/SGRR-AGI-V2. It costs 92 tokens per session (612 once invoked), scanned A, original, MIT.

A session-readiness check for confirming that Claude Code is in the intended project and that its configuration, plugins, hooks, and memory are loaded.

In plain words
What is it for?
Use it before coding to verify the repository location and inspect the active Claude Code setup.
Why use it?
It helps detect when work is happening in the wrong folder or when the expected agent setup is missing.

Skill for Claude Code

Written for Claude Code: UserPromptSubmit hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it before coding to verify the repository location and inspect the active Claude Code setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ertinox7711/sgrr-agi-v2/session-check
Install

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.

Any agent
npx skills add Ertinox7711/SGRR-AGI-V2 --skill session-check
Clone the repo
git clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2

Made for: Claude Code.

Wrote 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.

agentmods badge for session-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/session-check/github.svg)](https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/session-check)
Your own site
<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.

agentmods 80×15 button for session-check

Your own site · 80×15
<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>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 612 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 433f00cfd92c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/session-check/SKILL.md · 41 lines

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:

  1. Right place - they are in the repo / directory they intend ("le bon rep").
  2. 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-tips coach.
  • enabledPlugins has superpowers@claude-plugins-official=true (report plugin count, >= 12).
  • memory index present at EITHER ~/.claude/memory/MEMORY.md OR 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.
Changes

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.

  1. 11d ago First seen · 41 lines · 92 tokens per session scan A 433f00cfd92c

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

skill-factory

A workflow that examines completed session work and turns reusable patterns into Claude Code skills.

sangrokjung/claude-forge · 122 tokens

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.

sangrokjung/claude-forge · 58 tokens

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…

sangrokjung/claude-forge · 97 tokens

strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

sangrokjung/claude-forge · 27 tokens

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…

The01Geek/prflow · 97 tokens

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.

andregusman-raiz/a-gusman-claude · 78 tokens