skills
Reverse code reviews, UX accountability checks, and semantic HTML cleanup
All Skills in This Repository (3)
Pure Emerald Level Indicatorsde-div
Refactor non-semantic div and span elements into HTML5 semantic tags.
do-i-understand
Validate developer comprehension of AI-generated code changes through targeted questioning.
do-i-understand-the-ux
Interview code authors about design rationale and user impact of UX changes.
Frequently Asked Questions
FAQPage SchemaHow to install AnthonyPAlicea skills?โผ
Run `npx skills add AnthonyPAlicea/skills --all -g -y` in your terminal to install all three skills globally.
How to verify I understand AI-generated code before merging?โผ
Run the do-i-understand skill on your PR or diff. It interviews you about the riskiest changes and produces a report you can paste into your merge request.
How to check the UX impact of a code change?โผ
Run do-i-understand-the-ux on your branch or diff. It translates changed lines into user consequences and interviews you about who is affected and why.
How to clean up div soup in my HTML?โผ
Run the de-div skill on existing markup to convert divs and spans into semantic elements, or use it while creating new components so they are accessible from the start.
Do these skills work with Claude Code and Cursor?โผ
Yes. All three skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core