From rock-star-skills
Optimize the LLM Wiki. Compacts verbose pages, merges near-duplicates, reorganizes misplaced content, strengthens cross-references, improves consistency, and generates missing synthesis pages. Run periodically as the wiki grows.
npx claudepluginhub marvec/rock-star-skills --plugin rock-star-skillsThis skill is limited to using the following tools:
Compact, reorganize, and improve the wiki. This is the "gardening" operation — it makes the wiki better without adding new sources.
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'.
Check LLM Wiki health. Finds orphan pages, broken wikilinks, contradictions, stale content, missing pages, cross-reference gaps, and suggests improvements. Run periodically to keep the wiki in good shape.
Audits markdown wiki for broken links, orphan pages, contradictions, stale claims, missing frontmatter, coverage gaps; generates categorized report with fixes after ingests.
Share bugs, ideas, or general feedback.
Compact, reorganize, and improve the wiki. This is the "gardening" operation — it makes the wiki better without adding new sources.
Read all wiki pages and build a picture of the current state:
wiki/index.md for the master inventory..md files in wiki/ recursively.Identify issues:
entities/, an entity in concepts/)type fieldsPresent findings to the user as a categorized list:
Ask the user which categories to proceed with (default: all).
Process each category. Use parallel subagents where changes are independent.
type fieldswiki/synthesis/type: synthesisAfter all changes, rebuild wiki/index.md from scratch by scanning all wiki pages.
qmd update
Append to wiki/log.md:
## [YYYY-MM-DD] optimize | Wiki optimization pass
- Pages compacted: N
- Pages merged: N (list)
- Pages reorganized: N
- Cross-references added: N
- Synthesis pages created: N (list)
Summarize all changes made. Highlight any synthesis pages created — these are often the most valuable output of an optimization pass.