From attune-author
Initialize a .help/ documentation system in a project. Scans source directories for features and creates features.yaml. Triggers on: init help, set up help, bootstrap docs, scan project for features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/attune-author:author-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bootstrap a `.help/` documentation system in a project by
Bootstrap a .help/ documentation system in a project by
scanning source directories and creating an initial
features.yaml manifest.
.help/ to an existing projectUse AskUserQuestion to confirm:
question: "Which directory should I scan and initialize?"
header: "Init"
options:
- label: "Current directory"
description: "Scan and create .help/ here"
- label: "Specific path"
description: "I'll provide a project root path"
author_init with the chosen
project_root..help/features.yaml and edit
it before generating templates.author-generate for one
feature, or author-maintain to generate all.Initialized .help/features.yaml with N features:
+ auth — Authentication module (3 files)
~ utils — Utility helpers (5 files)
? scripts — Build scripts (1 file)
Edit .help/features.yaml to refine, then run:
author-generate <feature>
Confidence markers: + high, ~ medium, ? low.
npx claudepluginhub smart-ai-memory/attune-docs --plugin attune-authorProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.