From attune-help
List all available help topics, optionally filtered by tag. Use to browse what's in the bundled templates or the project's .help/ directory. Triggers on: list topics, what's available, browse help, show topics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/attune-help:lookup-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enumerate available help topics as a grouped markdown table.
Enumerate available help topics as a grouped markdown table.
Uses the lookup_list MCP tool, which reads the
cross_links.json index for the active template directory.
Always ask about scope first — the unfiltered list is long:
question: "How should I narrow the list?"
header: "lookup-list"
options:
- label: "All topics"
description: "Show everything, grouped by category (concepts, tasks, references, etc.)"
- label: "Filter by tag"
description: "Pick a tag like python, security, ci, testing"
- label: "Just one category"
description: "concepts, tasks, references, warnings, or another category"
If the user picks "filter by tag", ask for the tag name via
a second AskUserQuestion.
lookup_list with:
tag — optional tag filter from scopinglimit — default 100, or what the user asked fortemplate_dir — .help/templates if the project has one## Available Topics
**Total:** 557 (showing 100)
**Filter:** tag=python
### Concepts (43)
- con-audience-adaptation
- con-progressive-depth
- ...
### Tasks (40)
- tas-task-api-endpoint-design
- ...
### References (64)
- ref-claude-code-hooks
- ...
Sort entries alphabetically within each group. Don't show categories that have no entries.
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