tour

tour is a skill for Claude Code, Codex from awrshift/claude-memory-kit. It costs 50 tokens per session (1,093 once invoked), scanned B, original, MIT.

An interactive tour of Memory Kit, a system that stores project notes and session handoffs for an AI coding assistant. It uses the files already in the project to explain how the system works.

In plain words
What is it for?
Learning the Memory Kit setup, its session handoffs, memory file, project backlog, and working rules.
Why use it?
It helps you understand the system through your own files instead of generic examples, including how previous work is carried between sessions.

Skill for Claude CodeCodex

Part of the memory-kit plugin — 8 skills, 4 agents, 4 hooks shipped together

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.

agentmods
npx agentmods add skills/awrshift/claude-memory-kit/tour
Any agent
npx skills add awrshift/claude-memory-kit --skill tour
Clone the repo
git clone --depth 1 https://github.com/awrshift/claude-memory-kit

Made for: Claude Code, Codex.

Or install memory-kit, the plugin that ships this one along with the rest of its 8 skills, 4 agents, 4 hooks.

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 tour

README.md
[![agentmods](https://agentmods.dev/badge/skills/awrshift/claude-memory-kit/tour.svg)](https://agentmods.dev/skills/awrshift/claude-memory-kit/tour)
Your own site
<a href="https://agentmods.dev/skills/awrshift/claude-memory-kit/tour"><img src="https://agentmods.dev/badge/skills/awrshift/claude-memory-kit/tour.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00050 $0.01093
Opus 5 $0.00025 $0.00547
Sonnet 5 $0.00010 $0.00219
Haiku 4.5 $0.00005 $0.00109

Measured 4d ago against content hash 372f0f04f350, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

tour scanned grade B with 1 finding 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 4d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- **Don't lecture.** This is a tour, not a manual. Each stop = 1-2 sentences.
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • tour — 100% identical, 0 lines differ
plugins/memory-kit/skills/tour/SKILL.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/memory-kit:tour — Interactive walkthrough

You are giving the user a guided tour of their Memory Kit. Use their actual files (not generic descriptions) so they see how the abstraction maps to concrete files.

Tour structure (10-15 minutes)

Stop 1 — the working agreement (injected, not a file in this repo)

Run /context or point at the session's opening block. Say: "The rules I work by ship with the plugin and are injected at every session start — there's nothing for you to maintain. Your own project rules, if you ever want any, live in .claude/rules/."

Stop 2 — Session entry (handoff + backlog)

Open the newest context/handoffs/*.md (or the template if none yet) and, if multi-project mode, projects/<active>/BACKLOG.md. Say: "This is the note the previous session left for me — the handoff. The start-hook injects the newest one automatically, so I open every session already knowing where we left off."

Stop 3 — Hot path (MEMORY.md)

Open .claude/memory/MEMORY.md. Say: "This is my hot cache. Date-tagged one-liners of patterns from recent sessions; the header on top is the current state of work, replaced at every close. A hook watches three size caps so this file physically can't silently bloat."

Stop 4 — Rules (.claude/rules/)

List any .claude/rules/*.md files. If folder is empty (only _example.md.disabled), say: "This is where hard project rules live. 'Don't use X', 'always check Y'. They auto-load by keyword. Empty for now — they'll appear when you start dictating rules and I propose them on /memory-kit:close-session."

Stop 5 — Knowledge concepts

List knowledge/concepts/*.md. Say: "Deep memory with facts. 'What's our typography scale', 'what we know about SEO for AI'. Reference articles. Empty now — I write them during /memory-kit:close-session when a pattern has repeated on three-plus dates and you say yes."

Stop 6 — Handoff history

Show context/handoffs/. Say: "One note per closed session — my session diary. You never open them; just ask 'what did we do last Tuesday?' and I read them back."

Read the full file on GitHub · 55 lines

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. 4d ago First seen · 55 lines · 50 tokens per session scan B 372f0f04f350

Subscribe to this mod's changes

tour is a skill published in the GitHub repository awrshift/claude-memory-kit (31 stars, last pushed 7d ago), licensed MIT. It adds 50 tokens to every session and 1,093 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.