Borrowing it
Nothing to install: this file belongs to WingedGuardian/GENesis-AGI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/main/.claude/skills/shelve/SKILL.mdgit clone --depth 1 https://github.com/WingedGuardian/GENesis-AGIWrote 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/wingedguardian/genesis-agi/shelve)<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/shelve"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/shelve/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/wingedguardian/genesis-agi/shelve"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/shelve.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00027 | $0.00430 |
| Opus 5 | $0.00014 | $0.00215 |
| Sonnet 5 | $0.00005 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
shelve 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 10d 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
Shelve Session
Create a bookmark for the current session so you can return to it later.
This skill wraps the bookmark_shelve MCP tool
(mcp__genesis-memory__bookmark_shelve). The legacy command at
.claude/commands/shelve.md is superseded by this skill (skills take
precedence over commands when names collide).
Arguments
The user may provide optional arguments after /shelve:
/shelve— shelve with no tags/shelve auth-refactor, critical— shelve with tags "auth-refactor" and "critical"/shelve auth-refactor | fixing the OAuth flow— tags before|, context note after
Steps
-
Get the full session ID. The Clock context line shows a truncated session ID (e.g.,
Session: 802a856e). To get the full UUID, list the session directories and match the prefix:ls ~/.genesis/sessions/ | grep "^<prefix>"If no match is found, tell the user the session context isn't available.
-
Parse arguments. Split on
|if present:- Before
|: comma-separated tags - After
|: context note (trim whitespace) - If no
|: treat everything as comma-separated tags
- Before
-
Call
bookmark_shelveMCP tool (mcp__genesis-memory__bookmark_shelve) with:session_id: the full UUID from step 1tags: comma-separated tag string (or empty)context: the context note (or empty)
-
Confirm. Show the user the bookmark ID and the resume command:
claude --resume <full_session_id>
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.
- 10d ago First seen · 48 lines · 27 tokens per session scan A a1c74873bff8
shelve is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 430 once invoked, about $0.0001 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-30.
Other skills, from other repositories
outlook-calendar-automation
Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage attendees, find meeting times, and handle invitations. Always search tools first for current schemas.
office-productivity
Office productivity workflow covering document creation, spreadsheet automation, presentation generation, and integration with LibreOffice and Microsoft Office formats.
google-calendar-automation
Lightweight Google Calendar integration with standalone OAuth authentication. No MCP server required.
zapier-make-patterns
No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity - these platforms have their own patterns, pitfalls, and breaking points.
preflight
Mandated first action — auto-check, load index summaries + memory + cost, recommend the optimal set, then clarify.
Production Health & Optimization
Manage system stability, avoid agentic loops, optimize costs, and enforce sleep cycles.