tour

Guides new users through core concepts while writing memory and regret data to files.

16|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/YehudaFrankel/clankbrain --skill tour-yehudafrankel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tour
Source: https://github.com/YehudaFrankel/clankbrain/tree/main/.claude/skills/tour
Command: npx skills add https://github.com/YehudaFrankel/clankbrain --skill tour-yehudafrankel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tour demonstrates how memory, lessons, regret logs, and reusable workflows help onboarding new users in real time.

Core Features & Use Cases

  • Demonstrates memory persistence across sessions
  • Shows how lessons get extracted and stored
  • Illustrates how regret logs prevent repeating mistakes and how skills are reused

Quick Start

Navigate through the prompts by typing next to experience memory saving, lessons extraction, and workflow demonstrations in real time.

Frequently Asked Questions about tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I demonstrate AI memory persistence and onboarding workflows to new users?

Demonstrate AI memory persistence and onboarding workflows by running an interactive 5-minute tour that writes memory data to .claude/memory/user.md and regret entries to .claude/memory/tasks/regret.md while prompting for user input.

What is an interactive memory log and how does it help with user onboarding?

An interactive memory log is a sequence of guided steps that saves user data and extracts lessons in real time. It helps onboarding by showing new users how memory persists across sessions and how mistakes are logged to prevent repetition.

How do I set up a guided tour for extracting lessons and logging regrets in an AI workflow?

Set up a guided tour for extracting lessons and logging regrets by installing the Skill and navigating through prompts by typing next. The tour automatically writes extracted lessons and regret entries to local memory files during the interactive session.

Can I use this interactive tour to show reusable skills and memory saving without prior setup?

You can use this interactive tour without prior setup or dependencies. Apply it directly in onboarding sessions after installation to guide a user through core concepts like memory saving, lessons extraction, and workflow demonstrations in real time.

Does the interactive tour support writing regret logs to specific memory file paths?

The interactive tour supports writing regret logs to specific memory file paths. It writes regret entries directly to .claude/memory/tasks/regret.md and memory data to .claude/memory/user.md while prompting for user input during the onboarding sequence.

What are the limitations of using a guided tour for AI memory and workflow onboarding?

Limitations of using a guided tour for AI memory and workflow onboarding include its fixed 5-minute interactive sequence format and restriction to writing only to predefined memory and regret log file paths, which may not suit custom onboarding workflows.