Skip to content

Commit 0be87d6

Browse files
committed
feat: add skill references
1 parent 9bcba77 commit 0be87d6

43 files changed

Lines changed: 3276 additions & 3263 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

skills/accessibility/SKILL.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Audit categories (check all six in order):
7878
5. **Text Scaling** — no fixed-height text containers, no clamped text scaling, overflow handling at 200% scale
7979
6. **Animation & Motion**`disableAnimations` gating on all `AnimationController`, `Hero`, and `AnimatedContainer` instances; no content flashing > 3 Hz
8080

81-
After completing all six categories, produce the Audit Report using the level-specific template in [reference.md](reference.md).
81+
After completing all six categories, produce the Audit Report using the level-specific template in [references/audit-templates.md](references/audit-templates.md).
8282

8383
### Phase 4 — Remediation Scope Selection
8484

@@ -320,12 +320,10 @@ AnimatedContainer(
320320

321321
## Additional Resources
322322

323-
See [reference.md](reference.md) for:
324-
325-
- Extended code examples per category (full widget classes, `AccessibleRatingBar`, `AccessiblePageRoute`, etc.)
326-
- Level-specific audit report templates (A, AA, AAA) with pre-annotated passed checks
327-
- Full accessibility test suite (`tester.ensureSemantics()` patterns)
328-
- Widget-to-accessibility requirements mapping table
323+
- [Extended code examples](references/examples.md) — full widget classes per category (`AccessibleRatingBar`, `AccessiblePageRoute`, etc.)
324+
- [Audit report templates](references/audit-templates.md) — level-specific templates (A, AA, AAA) with pre-annotated passed checks
325+
- [Full accessibility test suite](references/testing.md) — `tester.ensureSemantics()` patterns covering all six categories
326+
- [Widget-to-accessibility mapping](references/widget-mapping.md) — quick-reference table of Flutter widgets and their accessibility requirements
329327

330328
Official references:
331329

0 commit comments

Comments
 (0)