Skip to content
Development
Skill

/auto-doc

Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.

From plugin
wisp
412 skills4 agents1 command2 hooks
Install
$ npx -y skills add Samuel0101010/wisp-orchestrator --skill auto-doc --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/auto-doc

Context preview

The summary Claude sees to decide when to auto-load this skill.

Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.

SKILL.md

auto-doc.SKILL.md
name: auto-doc
description: Drafts a docs/solutions/YYYY-MM-DD-<slug>.md entry for a recently completed run, capturing problem/solution/lessons.
model: sonnet
allowed-tools: ["Read", "Write", "Bash"]
argument-hint: "<run-id> <slug>"
timeout-ms: 180000

Given the run-id and slug in the user message: 1. Read the run's events via the orchestrator 2. Read the latest commit message for the run's worktree (`git -C <worktree> log -1 --format=%B`) 3. Synthesize a docs/solutions entry with frontmatter:

   ---
   date: <today YYYY-MM-DD>
   tags: [<2-5 kebab-case>]
   files: [<paths touched>]
   related: []
   ---
   # <title>
   ## Problem
   ## Root cause
   ## Solution
   ## Verification
   ## Lessons

4. Write to `docs/solutions/<date>-<slug>.md`. Output the path.

Ships withwisp

Visual team-builder, plan-as-artifact, and live execution graph for autonomous Claude Code agent crews. Spawn a 3-role team, generate a DAG plan, run for hours, watch it ship in your browser.

Get the whole plugin

Other skills on wisp.