Agent skill
contrast-solver-helper
Implement APCA/WCAG2 contrast requirements and solver behavior per src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md, with minimal tests.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/contrast-solver-helper
SKILL.md
Contrast Solver Helper
Use this skill when implementing or validating contrast logic, APCA/WCAG2 targets, or solver behavior in src/contrast.
Workflow
- Read
src/planning/spec-v0.3.mdand the relevant phase insrc/planning/roadmap-v0.3.md. - Implement contrast evaluation for APCA and WCAG2.
- Implement solver behavior for targets and failure modes (best-effort vs strict).
- Add minimal tests for target attainment and failure handling.
Guardrails
- Respect
ContrastRequirementandOutputOptions.strictbehavior. - Prefer deterministic solver paths; document edge-case behavior.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?