From showtail
Help a student show THEIR work with Showtail while pairing with Claude. Record the student's prompts, decisions, reflections, sources, tests, and artifacts into a local trail, and generate or verify the report. Use when working in a project that has a .showtail/ folder, or when the user mentions Showtail or wants to "show their work".
How this skill is triggered — by the user, by Claude, or both
Slash command
/showtail:showtailThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
[Showtail](https://github.com/Tingsters/Showtail) records a local, reviewable trail of **how
Showtail records a local, reviewable trail of how the student built their project — their prompts, their decisions, their understanding, the sources they used, the tests they ran, the files they changed. It is the student's record of their own learning. It is not a log of what you (Claude) did, and not AI-detection.
Everything is stored locally under .showtail/. Never send it anywhere.
Run this once at the start and follow what it says:
showtail skill status
auto-capture: ON — hooks already record every student prompt and every file edit
automatically. Do NOT log prompts or file snapshots yourself (you'd duplicate them).
Focus only on the judgment events in step 2.auto-capture: OFF — nothing is recording automatically. In addition to step 2, you
must also:
showtail log --type prompt --text "<what the student actually asked>"showtail artifact add <path>.showtail/ folder yet, have the student run showtail init inside their
project folder — not their home directory (initializing in ~ makes every folder look
like one project).showtail start.The report goes to an educator to show the student's thinking. Phrase every event the way the student would say it, about what they decided, learned, or did. Do not narrate your own implementation steps, and do not add meta-commentary about Showtail itself.
Log these only when they genuinely happen (don't pad):
showtail log --type decision --text "I used a dictionary so name lookups stay O(1)." --files src/store.py
(Not: "Created a project to demonstrate Showtail.")showtail log --type reflection --text "I understand how recursion unwinds the call stack now."showtail log --type source --text "Used the week 3 lecture notes on tokenizers."showtail log --type test --text "Ran the edge-case tests; the empty-input case failed until I added a guard." --files tests/test_greet.pyOffer to run showtail report (the Markdown report for the educator) and showtail verify
(checks the trail is complete and consistent).
| Command | What it does |
|---|---|
showtail skill status | Report whether auto-capture hooks are active |
showtail init | Create the .showtail/ folder (run in the project folder) |
showtail start | Begin a work session |
showtail log --type <type> --text "..." [--files a,b] [--tags x,y] | Record one event |
showtail artifact add <file> | Snapshot a file (SHA-256 + git commit) |
showtail trace <file> | Show a file's provenance trail |
showtail report [--format json] | Generate the report |
showtail verify | Check the trail is valid and consistent |
Event types: prompt, ai_output, human_edit, decision, reflection, source, test,
artifact.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub tingsters/showtail --plugin showtail