packages/forge/src/skills/soleri-curator/SKILL.md
Triggers: "curator status", "vault health", "how is the vault", "curator health", "check vault quality", "what needs grooming". Quick vault health + grooming recs. Use vault-curate for full maintenance.
npx skillsauth add adrozdenko/soleri soleri-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Get a rapid health snapshot of the vault and run targeted grooming on specific entries. Use this for regular check-ins and spot fixes. For deep maintenance (dedup, archive stale, full consolidation) use the vault-curate skill.
YOUR_AGENT_curator op:curator_health
Present results as a status table:
| Metric | Value | Status | | ----------------------- | ------------------ | ------------- | | Total entries | {totalEntries} | — | | Quality score | {qualityScore}/100 | {ok/warn/bad} | | Stale entries | {staleCount} | — | | Duplicates detected | {duplicateCount} | — | | Grooming needed | {needsGrooming} | — |
If health score < 70 or duplicates > 10, recommend running vault-curate.
YOUR_AGENT_curator op:curator_status
Show last grooming date, entries processed, and any pending actions.
If specific entries need attention:
YOUR_AGENT_curator op:curator_groom
params: { entryId: "<entry-id>" }
Report how many entries were updated.
Health snapshot presented. If issues found, user is informed with a clear recommendation to run vault-curate for full maintenance or curator_groom for spot fixes.
testing
Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.
tools
Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.
testing
Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.
development
Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.