diff --git a/.claude/skills/docs/SKILL.md b/.claude/skills/docs/SKILL.md index c69752a7..3b7e98b7 100644 --- a/.claude/skills/docs/SKILL.md +++ b/.claude/skills/docs/SKILL.md @@ -151,7 +151,7 @@ For full guidelines, load `references/writing-style.md`. The essentials: - **Self-contained examples.** Include all imports. Use realistic values, not `foo`/`bar`. - **Show output.** When the result isn't obvious, add a comment showing expected output. - **Progressive.** Start with the simplest version. Add complexity in later examples. -- **Cross-link.** End pages with "See also" linking related concepts and references. Repetition across pages is fine — readers land anywhere. +- **Cross-link.** Generously link related concepts and references. Repetition across pages is fine — readers land anywhere. ### Do/don't contrasts @@ -195,7 +195,7 @@ Key gotchas: 3. Check existing docs for style and patterns 4. Write concise draft — code before prose 5. Add do/don't contrasts where helpful -6. Add cross-links and "See also" section +6. Add cross-links 7. **Site pages only:** Add page to sidebar in `site/src/docs.config.ts` 8. **Site pages only:** Verify it renders for all framework combinations diff --git a/.claude/skills/docs/references/component-libraries.md b/.claude/skills/docs/references/component-libraries.md index 05c6726d..72ebb538 100644 --- a/.claude/skills/docs/references/component-libraries.md +++ b/.claude/skills/docs/references/component-libraries.md @@ -16,7 +16,6 @@ All top-tier component libraries follow this structure: 8. **Data Attributes** (CSS styling hooks) 9. **CSS Variables** (theming) 10. **Accessibility** (keyboard table, ARIA) -11. **See also** (related components) ## Anatomy Documentation diff --git a/.claude/skills/docs/review/agents.md b/.claude/skills/docs/review/agents.md index c39fbc4e..134ec625 100644 --- a/.claude/skills/docs/review/agents.md +++ b/.claude/skills/docs/review/agents.md @@ -74,7 +74,7 @@ Review for: 2. **Matches template** — Does it follow the structure from its template? 3. **Code-first** — Code appears before explanation, not after 4. **Progressive** — Starts simple, adds complexity in later sections -5. **Cross-links** — Has "See also" section linking related pages +5. **Cross-links** — Links related pages 6. **Callouts** — Uses `