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 alexmmatos/arthur-mcp --skill session-handoffgit clone --depth 1 https://github.com/alexmmatos/arthur-mcpWrote 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/alexmmatos/arthur-mcp/session-handoff)<a href="https://agentmods.dev/skills/alexmmatos/arthur-mcp/session-handoff"><img src="https://agentmods.dev/badge/skills/alexmmatos/arthur-mcp/session-handoff/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/alexmmatos/arthur-mcp/session-handoff"><img src="https://agentmods.dev/badge/skills/alexmmatos/arthur-mcp/session-handoff.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.00049 | $0.00275 |
| Opus 5 | $0.00024 | $0.00138 |
| Sonnet 5 | $0.00010 | $0.00055 |
| Haiku 4.5 | $0.00005 | $0.00028 |
Grade A, and why
session-handoff 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 6d 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
Run the project's documentation gate (AGENTS.md → "After finishing") before reporting a task done:
- Append a new entry to
docs/HANDOFF.mddescribing what changed and why, in the file's existing format. - Update
docs/ROADMAP.mdif task/priority state changed (mark items done, add new ones discovered during the work). - Check every file
AGENTS.md's Documentation Gate lists (docs/ENTITIES.md,docs/DESIGN_PATTERNS.md,docs/FLOWS.md,src/locales/,.claude/agents/) and update any that the change actually touched — or state explicitly that none applied and why. - Report which validation commands were run (
npm run type-check,npm test,npm test --prefix api,npm run test:e2e --prefix api, etc.) and their result. - State the recommended next step.
Skip file updates that genuinely don't apply, but the check itself is mandatory — do not silently skip the documentation gate.
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.
- 6d ago First seen · 15 lines · 49 tokens per session scan A aa64bc3ff5b0
session-handoff is a skill published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 275 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
issue-management
Create, update, list and search GitHub issues and PRs, list a repository's labels, run milestones, and check for duplicates.
project-boards
Put issues and pull requests on a GitHub project board, set their fields, read what is on a board, and take items off it.
unreal-world-builder
Takes a validated Universal Assembly Graph (UAG) produced by the game-designer skill and realizes it in UEFN by calling this repo's own MCP tools (runtoolbelttool, qfoldit tools). Use this skill whenever a UAG needs to be turned into actual placed actors/lights/audio/particles in a live UEFN project, or when the user…
game-designer
Produces a Universal Assembly Graph (UAG) -- qFoldIT's engine-neutral JSON scene/interaction plan -- from a natural-language description of a scene, an interaction concept, or the output of another qFoldIT science skill (e.g. plant-growth, mining). Use this skill whenever the user wants to design a game world…
agentcore-investigation
Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.
Technical Debt Tracking with PMAT
Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…