Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ra11y

ra11y에는 vanctran에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
2
업데이트
2026-05-05
Forks
1
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

continue
소프트웨어 개발자

Parallel-track dispatcher. Reads .claude/backlog.md, picks the next unchecked item from each of up to 3 active tracks, dispatches them in parallel to specialist subagents, verifies, commits, and checks off. The primary entry point for autonomous ra11y development.

2026-05-05
add-standard
소프트웨어 개발자

Scaffolds a new accessibility standard module (metadata, criteria, standard export, tests, kb entry). Delegates the criteria enumeration to spec-researcher + standard-builder. Use when adding any conformance framework.

2026-04-20
add-rule
소프트웨어 개발자

Scaffolds a new ra11y rule end-to-end from a criterion ID using the evaluator-optimizer pattern — spec-researcher produces WCAG context, rule-implementer generates, a11y-reviewer critiques, iterate up to 3 times, then code-reviewer signs off. Use when adding any new rule.

2026-04-17
verify
소프트웨어 품질 보증 분석가·테스터

Universal preflight — runs the full check sequence (typecheck, lint, tests, zero-dep, cycles, network isolation, limits, tsdoc, mermaid, kb drift) through the single `bun run verify` entrypoint. Use before every commit and before handing off to another agent.

2026-04-13
add-formatter
소프트웨어 개발자

Scaffolds a new output formatter — file in src/output/formatters/, snapshot tests, CLI --format registration, and a short doc stub. Use when adding terminal/json/sarif/junit/html/markdown/plain or a custom format.

2026-04-11
bench
소프트웨어 품질 보증 분석가·테스터

Runs scripts/bench.ts against the performance budget and reports the result. Fails if any scenario exceeds budget. Appends a row to docs/performance.md on success.

2026-04-11
fix-drift
소프트웨어 개발자

Regenerates auto-generated docs (docs/kb/wcag/, docs/kb/rules/, kb index, llms.txt, docs/api/) and commits the result so check-kb-drift passes. Use after any rule or standard change.

2026-04-11
release
소프트웨어 개발자

Prepares and cuts a ra11y release. Dispatches release-captain with the target version, verifies everything, updates changelog, bumps package.json, tags, and (with user confirmation) pushes. Use only for versioned releases.

2026-04-11
research-latest
일반 사무원

Looks up the current stable version of a package or spec (TypeScript, Bun, Node LTS, Biome, WCAG, SARIF, EN 301 549, Section 508) via WebSearch + WebFetch. Updates the stack table in CLAUDE.md section 2 with the finding and today's date.

2026-04-11
review
소프트웨어 품질 보증 분석가·테스터

Dispatches code-reviewer + a11y-reviewer (in parallel where relevant) against a git ref or branch. Returns a structured report of invariant violations, correctness issues, and discipline breakdowns. Use before merging or after significant work.

2026-04-11
session-state
소프트웨어 개발자

Dumps the current project state — branch, dirty count, phase progress, rule and standard counts, last test status, last commits, last audit entries — so you can quickly orient yourself after resuming.

2026-04-11
standards-audit
소프트웨어 품질 보증 분석가·테스터

Audits every loaded standard module for criterion counts, URL validity, level distribution, and equivalentTo reciprocal consistency. Catches silent drift between a standard's published version and our in-tree module.

2026-04-11
ra11y GitHub Agent Skills | SkillsMP