This skill should be used when the user asks to review my UI, check accessibility, audit design, review UX, or check my site against best practices. It reviews UI code for Web Interface Guidelines compliance.
From hugin-coworknpx claudepluginhub michelve/hugin-marketplace --plugin hugin-coworkThis skill uses the workspace's default tool permissions.
resources/web-interface-guidelines.mdSearches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Review files for compliance with Web Interface Guidelines.
resources/web-interface-guidelines.mdfile:line formatThe rules are bundled in this skill at resources/web-interface-guidelines.md, sourced from:
The resource file is loaded automatically as context when the skill is invoked — no fetching needed.
When a user provides a file or pattern argument:
resources/web-interface-guidelines.mdIf no files specified, ask the user which files to review.
When invoking this skill with arguments:
$ARGUMENTS - File path or glob pattern to review for Web Interface Guidelines compliance
src/components/Header.tsxsrc/components/**/*.tsx (all TypeScript components)src/pages/*.tsx src/components/*.tsx/web-design-guidelines src/components/Navigation.tsx/web-design-guidelines "src/**/*.tsx"The skill will:
resources/web-interface-guidelines.mdfile:line formatIf invoked without arguments, the skill will prompt for which files or patterns to review.