workspace-organize
Installation
SKILL.md
Audit and organize workspace documents: $ARGUMENTS
$ARGUMENTS should be one of:
- "audit" — Full audit of all docs in docs/workspace/
- "fix" — Audit and auto-fix all issues found
- A specific section (e.g., "articles") — Audit that section only
- A specific file path — Audit that single file
- Empty — Run full audit
What This Skill Does
The workspace at /workspace reads markdown from docs/workspace/ and renders it in the browser. This skill ensures:
- Frontmatter is clean — Only the right fields, correctly formatted
- No metadata leaks — Status fields, editorial notes, and raw frontmatter never show in the reader
- Sections match directories — Every subdirectory is a sidebar section
- Ordering is intentional —
orderfield controls sort within each section - Filenames follow conventions — Lowercase kebab-case, no prefixes,
.mdextension - Content renders correctly — Headings, lists, blockquotes, code, and task lists all work in
workspace-prose