divyanshu-iitian/agent-website-design-skills · Archived

conversion-accessibility-polish

Improve an existing website or web app's decision clarity, trust, forms, UX copy, and accessibility without dark patterns.

First seen Jul 14, 2026

Installation

$ npx skills add divyanshu-iitian/agent-website-design-skills --skill conversion-accessibility-polish

Summary

  • Improve an existing website or web app's decision clarity, trust, forms, UX copy, and accessibility without dark patterns.
  • Use when an agent must polish CTAs, navigation, pricing, onboarding, empty or error states, keyboard behavior, semantic HTML, focus, contrast, or the end-to-end conversion path.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from divyanshu-iitian/agent-website-design-skills.

npx skills add divyanshu-iitian/agent-website-design-skills

Browse all from divyanshu-iitian/agent-website-design-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,961 B
  • docs SUMMARY.md 339 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

Conversion and Accessibility Polish

Improve business outcomes by making the interface clearer, more trustworthy, and easier to operate. Accessibility is a product requirement, not a final visual filter.

Workflow

  1. Identify the primary user task, success event, and doubts or access barriers that block it.
  2. Walk the path from entry to success. Include navigation, forms, validation, loading, errors, confirmation, and return visits.
  3. Audit decision clarity:

- what the user is choosing; - cost and commitment; - what happens next; - evidence and risk; - how to recover or leave.

  1. Audit semantics and interaction: landmarks, headings, names, labels, descriptions, keyboard order, focus management, announcements, and pointer alternatives.
  2. Audit visual access: contrast, text resize/reflow, focus visibility, target spacing, zoom, motion, and content hidden by sticky UI.
  3. Replace vague or inflated copy with specific outcomes, constraints, examples, and next-step language.
  4. Reduce form friction without removing necessary consent, security, or error prevention.
  5. Place trust information where commitment increases. Keep terms, privacy, cancellation, and destructive effects visible.
  6. Implement the highest-impact fixes first: blocked tasks, misleading decisions, keyboard failures, form failures, then visual polish.
  7. Re-test the complete path on mobile and with keyboard-only navigation. Use automated checks as support, not as proof of conformance.

Ethical Guardrails

  • Do not add fake scarcity, hidden fees, confirmshaming, disguised ads, forced continuity, preselected consent, or obstructive cancellation.
  • Do not fabricate testimonials, metrics, security claims, or guarantees.
  • Do not trade away accessibility for a presumed conversion lift.
  • Do not claim WCAG conformance from automated tooling alone.
  • Preserve user input after recoverable errors and make destructive actions explicit.

Delivery Contract

Provide:

  1. Primary path - entry -> decision -> action -> success.
  2. Findings - severity, affected users, evidence, and relevant standard when known.
  3. Prioritized fixes - impact versus effort.
  4. Implementation - when changes are requested.
  5. Verification - keyboard path, mobile path, form states, and automated/manual checks.
  6. Honest limits - what still requires content, legal, analytics, or assistive-technology review.

Reference

Read [references/a11y-conversion-checks.md](references/a11y-conversion-checks.md) for a practical WCAG 2.2 AA-oriented audit and ethical conversion checklist.