Install
$ agentstack add skill-michelve-hugin-cowork-web-design-guidelines ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Web Interface Guidelines
Review files for compliance with Web Interface Guidelines.
How It Works
- Read the bundled guidelines from
resources/web-interface-guidelines.md - Read the specified files (or prompt user for files/pattern)
- Check against all rules in the guidelines
- Output findings in the terse
file:lineformat
Guidelines Source
The 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.
Usage
When a user provides a file or pattern argument:
- Read guidelines from
resources/web-interface-guidelines.md - Read the specified files
- Apply all rules from the fetched guidelines
- Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
Arguments
When invoking this skill with arguments:
$ARGUMENTS- File path or glob pattern to review for Web Interface Guidelines compliance- Single file:
src/components/Header.tsx - Glob pattern:
src/components/**/*.tsx(all TypeScript components) - Multiple patterns:
src/pages/*.tsx src/components/*.tsx - Example:
/web-design-guidelines src/components/Navigation.tsx - Example:
/web-design-guidelines "src/**/*.tsx"
The skill will:
- Read the guidelines from
resources/web-interface-guidelines.md - Expand glob patterns to matching files
- Read each file and check against all guidelines rules
- Output findings in
file:lineformat
If invoked without arguments, the skill will prompt for which files or patterns to review.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: michelve
- Source: michelve/hugin-cowork
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.