From attune-help
Look up help topics with progressive depth. Pair with attune-author for full author-and-read workflow. Triggers on: lookup, look up, depth, topic, help topic, tell me more.
How this skill is triggered — by the user, by Claude, or both
Slash command
/attune-help:lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**IMPORTANT: Start your response by telling the user:**
IMPORTANT: Start your response by telling the user:
Lookup Hub — Read
.help/templates with progressive depth. Companion to/authorfor author-and-read workflows.
If no argument is provided, use AskUserQuestion:
question: "What would you like to do?"
header: "attune-help"
options:
- label: "Look up a topic"
description: "Progressive depth — concept, then task, then reference on repeat calls"
- label: "List available topics"
description: "Show all bundled or project-specific topics, optionally filtered by tag"
- label: "Warn me about this file"
description: "Show context warnings relevant to the file I'm editing"
Map the user's intent to the right sub-skill:
| Input | Route to |
|---|---|
"Look up X" or <topic> | lookup-topic skill |
| "Tell me more" or "deeper" | lookup-topic skill (repeat call advances depth) |
| "Start over" or "reset" | lookup-topic skill (calls lookup_reset first) |
"List topics" or list | lookup-list skill |
"What about this file" or warn <path> | lookup-warn skill |
| Pattern | Route to |
|---|---|
| "look up", "find topic", "open template" | lookup-topic skill |
| "list topics", "what's available", "browse help" | lookup-list skill |
| "warn me", "check this file", "gotchas for" | lookup-warn skill |
The plugin exposes these tools via the attune-help MCP server:
| Tool | Purpose |
|---|---|
lookup_topic | Progressive depth lookup (concept -> task -> reference) |
lookup_list | Enumerate available topics as a markdown table |
lookup_warn | File-context warnings by extension and name |
lookup_preamble | One-line "Use X when..." tooltip for a feature |
lookup_reset | Clear session so next lookup starts at concept |
If the MCP server is not responding, install the package with the plugin extra and verify it's reachable:
pip install 'attune-help[plugin]'
python -m attune_help.mcp.server # should start without errors
/coach (attune-ai) — full workflow coach with team memory/lookup (attune-help) — lightweight read-only topic lookup/author (attune-author) — writes templates that /lookup reads/lookup is designed to coexist with /coach. Both can be
installed; Claude picks the right one based on trigger phrases.
npx claudepluginhub smart-ai-memory/attune-docs --plugin attune-helpGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Creates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters from source material. Adapts voice and format per platform while avoiding engagement bait and filler.