Use to run piggyback curation on pending records when the server has no LLM configured. Self-triggered by the curation field in any MCP response showing {overdue: true, autonomous: false} with pending_count > 0. User-triggered by "classify pending records", "run curation", "clean up the pending queue". Runs once per session at a natural breakpoint. Walks each pending record: inspect → classify → search related → link. Not needed when the server's autonomous curation is configured (autonomous: true in the piggyback field).
$npx -y skills add gramaton-ai/gramaton --skill curation-sweepInstalls into the current project.
Run `npx skills use "https://github.com/gramaton-ai/gramaton" --skill "gramaton-ai/gramaton/curation-sweep"` 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.