Skillquality 0.47
wiki-sync
Organizes research notes into a structured wiki knowledge base with wikilinks ([[slug]] syntax), cross-references, and an auto-generated index. Use when the user asks to build a wiki, organize notes into a knowledge base, create an index, or sync notes into a structured format.
What it does
Wiki Sync
Organize research notes into a structured wiki knowledge base.
Wiki Conventions
- Slugs: lowercase kebab-case (
protein-folding,hypothesis-1) - Wikilinks:
[[slug]]for internal links,[[slug|Display Text]]for custom labels - Index: always maintain a
index.mdwith a table of all pages - One concept per page: each page should focus on a single entity, concept, or topic
- Sources section: every page ends with a
## Sourcessection listing where the info came from
Workflow
- Audit existing notes — list all files, identify what already has wiki structure
- Identify concepts — extract key entities, topics, and relationships from unstructured notes
- Create/update pages — one page per concept, with cross-links
- Build index — generate or update
index.md - Report — list new pages created, pages updated, links added
Page Template
# [Page Title]
[1–2 sentence summary of this concept]
## Overview
[Detailed content about this concept]
## Related Concepts
- [[related-slug-1]] — [brief description of relationship]
- [[related-slug-2]] — [brief description of relationship]
## Sources
- [Source name/file]
- [Source URL if applicable]
*Last updated: [date]*
Index Template
# Wiki Index
> Auto-maintained index of all wiki pages.
| Page | Summary | Updated |
|------|---------|---------|
| [[slug-1]] Page Title | One-line summary | YYYY-MM-DD |
| [[slug-2]] Page Title | One-line summary | YYYY-MM-DD |
Configuration
Override defaults by adding a wiki-sync.config.md file in your notes directory:
# Wiki Sync Config
maxPages: 20
outputDir: wiki/
indexFile: index.md
language: en
| Option | Default | Description |
|---|---|---|
maxPages | 8 | Max pages created per sync run. Increase for large note collections. |
outputDir | . (same dir as notes) | Subdirectory to write wiki pages into |
indexFile | index.md | Filename for the auto-generated index |
language | en | Output language for generated text (en, ko, ja, etc.) |
If no config file is present, all defaults apply.
Rules
- Default max 8 pages per sync run — override with
maxPagesin config (avoid overwhelming the user) - Prefer updating existing pages over creating new ones for incremental syncs
- Never delete existing content — append or update sections
- Always rebuild the index after adding pages
- Respect
outputDirif set in config — write all new pages there
Capabilities
skillsource-richard-kim-79skill-wiki-synctopic-academictopic-agent-skillstopic-claudetopic-hypothesistopic-peer-reviewtopic-researchtopic-science
Install
Installnpx skills add richard-kim-79/archora-skills
Transportskills-sh
Protocolskill
Quality
0.47/ 1.00
deterministic score 0.47 from registry signals: · indexed on github topic:agent-skills · 37 github stars · SKILL.md body (2,552 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 18:58:32Z · deterministic:skill-github:v1 · v1
First seen2026-05-15
Last seen2026-05-18