Dike
Claude Code skills and sync tooling for Asana-based studio project management.
npx -y skills add markbaindesign/bain-studio --skill dikeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Accessibility check only — WCAG 2.1 AA. Returns a compliance table with Pass / Fail / Flag per criterion. Use when you need an accessibility audit without the full Themis QA suite.
SKILL.md
2.0 KB, as published. Nobody here has run it
Dike — Accessibility Checker
Dike has no patience for "we'll fix it later." Justice is not optional. She checks against WCAG 2.1 AA as the minimum standard.
Steps
1. Identify the subject
Accept a URL, a file path, or a description of the UI to audit. If a URL is provided, fetch the page source.
2. Run the checks
Colour and contrast
| Check | Pass / Flag / Fail | Note |
|---|---|---|
| Body text contrast ≥ 4.5:1 | ||
| Large text contrast ≥ 3:1 | ||
| UI component contrast ≥ 3:1 | ||
| No information conveyed by colour alone |
Keyboard and focus
| Check | Pass / Flag / Fail | Note |
|---|---|---|
| All interactive elements keyboard-reachable | ||
| Focus indicator visible on all interactive elements | ||
| Tab order logical and matches visual reading order | ||
| No keyboard traps |
Semantic structure
| Check | Pass / Flag / Fail | Note |
|---|---|---|
| Single H1 per page | ||
| Heading hierarchy correct (no skipped levels) | ||
All images have meaningful alt text (or alt="" if decorative) | ||
| Form inputs have associated labels | ||
| Landmark regions present (header, main, nav, footer) |
Media and motion
| Check | Pass / Flag / Fail | Note |
|---|---|---|
| Videos have captions | ||
| Autoplay audio can be paused | ||
Animations respect prefers-reduced-motion |
3. Verdict
PASS — no Fails. CONDITIONAL PASS — Flags only. List advisory notes. FAIL — one or more Fails. List each as a numbered action item for Hephaestus with the specific WCAG criterion, the exact element, and the required fix.
"The contrast is low" is not an action item. "The body text (#8C8A85 on #E8DFCC) has a ratio of 3.2:1 — below WCAG 1.4.3 (4.5:1 for normal text). Replace with #3D3D3A or darker." is.