From attune-help
Look up a help topic with progressive depth. First call returns concept, repeat calls escalate to task then reference. Triggers on: look up topic, open template, tell me more, go deeper, start over.
How this skill is triggered — by the user, by Claude, or both
Slash command
/attune-help:lookup-topicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Progressive depth lookup for a single topic. Uses the
Progressive depth lookup for a single topic. Uses the
lookup_topic MCP tool. Each repeat call on the same topic
escalates from concept (what is it, when to use) to task
(step-by-step) to reference (full detail).
If no topic is provided, use AskUserQuestion:
question: "Which topic do you want to look up?"
header: "lookup-topic"
options:
- label: "I know the topic slug"
description: "I'll provide it directly (e.g. progressive-depth, security)"
- label: "Show me what's available"
description: "Route to lookup-list first, then pick"
If the user picks the second option, route to lookup-list.
lookup_topic with:
topic — the slug from the usertemplate_dir — .help/templates if the project has one,
otherwise omit (uses bundled templates)user_id — default mcp-sessionsuccess is false, surface the error
and suggest lookup-list to find valid slugs.rendered field as-is.depth_level:
0 (concept): "Say 'tell me more' for step-by-step instructions"1 (task): "Say 'tell me more' for the full reference"2 (reference): "That's the full reference — say 'reset' to start over"If the user says "start over" or "reset":
lookup_reset with the same user_idlookup_topic with the topic — will return concept again## <topic>
<rendered content from the MCP tool>
*(concept view — say 'tell me more' for next depth level)*
**Tags:** help-system, ux
Keep it minimal. The rendered content usually includes its own heading and structure.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub smart-ai-memory/attune-docs --plugin attune-help