# Web Design Guidelines

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-michelve-hugin-cowork-web-design-guidelines`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [michelve](https://agentstack.voostack.com/s/michelve)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [michelve](https://github.com/michelve)
- **Source:** https://github.com/michelve/hugin-cowork/tree/main/skills/web-design-guidelines

## Install

```sh
agentstack add skill-michelve-hugin-cowork-web-design-guidelines
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

## How It Works

1. Read the bundled guidelines from `resources/web-interface-guidelines.md`
2. Read the specified files (or prompt user for files/pattern)
3. Check against all rules in the guidelines
4. Output findings in the terse `file:line` format

## 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:

1. Read guidelines from `resources/web-interface-guidelines.md`
2. Read the specified files
3. Apply all rules from the fetched guidelines
4. 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:

1. Read the guidelines from `resources/web-interface-guidelines.md`
2. Expand glob patterns to matching files
3. Read each file and check against all guidelines rules
4. Output findings in `file:line` format

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](https://github.com/michelve)
- **Source:** [michelve/hugin-cowork](https://github.com/michelve/hugin-cowork)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-michelve-hugin-cowork-web-design-guidelines
- Seller: https://agentstack.voostack.com/s/michelve
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
