Use to diagnose the health of a Gramaton knowledge store. Aggregates the standard health probes into a single report — pending classification, orphans, duplicates, stale-temporal, refuted, expiring, ephemeral survivors. Identifies when piggyback curation should run and when dedup is worth attempting. Triggers include "check store health", "is my store healthy", "audit the knowledge store", "what does the store look like", "store status". Works against any Gramaton instance (the dev's dogfood store or a user's production store).
$npx -y skills add gramaton-ai/gramaton --skill store-healthInstalls into the current project.
Run `npx skills use "https://github.com/gramaton-ai/gramaton" --skill "gramaton-ai/gramaton/store-health"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gramaton-ai/gramaton" that are relevant to the current task. Run `npx skills add "https://github.com/gramaton-ai/gramaton"` and select the relevant skills, then follow their instructions.