diff --git a/.agents/skills/project-discipline-guides/SKILL.md b/.agents/skills/project-discipline-guides/SKILL.md index 0fc7c0b22..9ab62c55e 100644 --- a/.agents/skills/project-discipline-guides/SKILL.md +++ b/.agents/skills/project-discipline-guides/SKILL.md @@ -1,11 +1,11 @@ --- name: project-discipline-guides -description: Workflow for refactoring discipline-level guides (e.g., JavaScript, CSS) to remove "Common Knowledge" by generating and comparing against model-specific "Knowledge Mirrors". +description: Workflow for refactoring discipline-level guides (e.g., performance, CSS) to remove "Common Knowledge" by generating and comparing against model-specific "Knowledge Mirrors". --- # Project Discipline Guides -This skill facilitates the "Differential Knowledge Refactor" of technical guides. It ensures that `SKILL.md` files for specific disciplines are lean, context-efficient, and strictly additive to what modern AI models already know natively. +This skill facilitates the "Differential Knowledge Refactor" of technical guides. It ensures that `guide.md` files for specific disciplines are lean, context-efficient, and strictly additive to what modern AI models already know natively. ## Workflow: The Inverse Knowledge Filter diff --git a/.agents/skills/project-discipline-guides/mirrors/accessibility/claude_mirror.md b/.agents/skills/project-discipline-guides/mirrors/accessibility/claude_mirror.md new file mode 100644 index 000000000..499498d21 --- /dev/null +++ b/.agents/skills/project-discipline-guides/mirrors/accessibility/claude_mirror.md @@ -0,0 +1,595 @@ +# Accessibility Development: Common Knowledge Guide + +A comprehensive reference of standard accessibility best practices, syntax, and APIs that I apply by default when writing or reviewing accessible web content. + +--- + +## 1. Semantic HTML Foundations + +### Document Structure +- Always declare `` and set `` (or appropriate BCP 47 language tag). +- Use `` on the root and `lang` attributes on inline elements with different languages (e.g., `bonjour`). +- Set `dir="rtl"` for right-to-left languages; prefer `dir="auto"` for user-generated content. +- Provide a meaningful `