QM is a shared work environment for coding agents that gives each employee and conversation an isolated workspace while allowing collaboration in Slack and on the web. Startups use it to run agents for individuals, teams, and company operations, with selectable harnesses and models. The catalogue entries extend QM with skills, instructions, and settings.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add yc-software/qm --skill popular-web-designsgit clone --depth 1 https://github.com/yc-software/qmWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yc-software/qm/popular-web-designs)<a href="https://agentmods.dev/skills/yc-software/qm/popular-web-designs"><img src="https://agentmods.dev/badge/skills/yc-software/qm/popular-web-designs.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 33 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.02599 |
| Opus 5 | $0.00026 | $0.01300 |
| Sonnet 5 | $0.00010 | $0.00520 |
| Haiku 4.5 | $0.00005 | $0.00260 |
Grade A, and why
popular-web-designs scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Write the file with `write`, verify the result locally (`curl -fsS http://localhost:<port>`, This is a copy
91% identical to popular-web-designs — 264 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Popular Web Designs
54 real-world design systems ready for use when generating HTML/CSS. Each template captures a site's complete visual language: color palette, typography hierarchy, component styles, spacing system, shadows, responsive behavior, and practical agent prompts with exact CSS values.
Default look comes first
This skill is for when the user wants a page styled after a specific known brand. If they
have not named one, use your deployment's house-style skill (a *-design skill under
skills/, when installed) instead of picking from this catalog.
Related design skills
- The house-style skill (
*-design, when installed) — the org's default look as ready-to-apply tokens. Use it unless the user asks for a specific brand below. taste-skill— use for the design process and taste (reading the brief, producing variants, verifying the result, avoiding AI-design slop). Pair it with this skill when the user wants a thoughtfully-designed page styled after a known brand:taste-skilldrives the workflow, this skill supplies the visual vocabulary.
How to Use
- Pick a design from the catalog below
- Read it:
read skills/popular-web-designs/templates/<site>.md - Use the design tokens and component specs when generating HTML
- Build with
write, then serve the result with thepublishskill (skills/publish/SKILL.md)
Each template includes an Implementation Notes block at the top with:
- CDN font substitute and Google Fonts
<link>tag (ready to paste) - CSS font-family stacks for primary and monospace
- Reminders to use
writefor HTML creation and local headless Chromium for verification
HTML Generation Pattern
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Title</title>
<link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet" />
<style>
:root {
--color-bg: #ffffff;
--color-text: #171717;
--color-accent: #533afd;
}
body {
font-family: "Inter", system-ui, sans-serif;
color: var(--color-text);
background: var(--color-bg);
}
</style>
</head>
<body></body>
</html>
What ships with it
54 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- templates/airbnb.md 16 KB
- templates/airtable.md 4.5 KB
- templates/apple.md 22 KB
- templates/bmw.md 11 KB
- templates/cal.md 20 KB
- templates/claude.md 22 KB
- templates/clay.md 19 KB
- templates/clickhouse.md 17 KB
- templates/cohere.md 16 KB
- templates/coinbase.md 6.0 KB
- templates/composio.md 23 KB
- templates/cursor.md 21 KB
- templates/elevenlabs.md 17 KB
- templates/expo.md 20 KB
- templates/figma.md 13 KB
- templates/framer.md 20 KB
- templates/hashicorp.md 17 KB
- templates/ibm.md 21 KB
- templates/intercom.md 7.5 KB
- templates/kraken.md 5.2 KB
- templates/linear.app.md 25 KB
- templates/lovable.md 19 KB
- templates/minimax.md 16 KB
- templates/mintlify.md 19 KB
- templates/miro.md 5.7 KB
- templates/mistral.ai.md 17 KB
- templates/mongodb.md 17 KB
- templates/notion.md 20 KB
- templates/nvidia.md 19 KB
- templates/ollama.md 17 KB
- templates/opencode.ai.md 17 KB
- templates/pinterest.md 13 KB
- templates/posthog.md 20 KB
- templates/raycast.md 21 KB
- templates/replicate.md 16 KB
- templates/resend.md 20 KB
- templates/revolut.md 9.8 KB
- templates/runwayml.md 16 KB
- templates/sanity.md 23 KB
- templates/sentry.md 16 KB
- templates/spacex.md 12 KB
- templates/spotify.md 15 KB
- templates/stripe.md 22 KB
- templates/supabase.md 16 KB
- templates/superhuman.md 21 KB
- templates/together.ai.md 16 KB
- templates/uber.md 20 KB
- templates/vercel.md 22 KB
- templates/voltagent.md 28 KB
- templates/warp.md 19 KB
- templates/webflow.md 5.4 KB
- templates/wise.md 9.6 KB
- templates/x.ai.md 17 KB
- templates/zapier.md 21 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 202 lines · 51 tokens per session scan A c2d2ad857706
popular-web-designs is a skill published in the GitHub repository yc-software/qm (14,643 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 2,599 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to popular-web-designs, differing in 264 lines, and is treated as a copy.
Other skills, from other repositories
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
spherse-create-agent-chat-theme
Use when creating or editing an agent-level Spherse chat window theme.css for custom chat backgrounds, headers, message bubbles, avatars, composer inputs, markdown blocks, or placeholder text.
prototype
A clickable HTML and CSS mock-up for testing one main user journey before building the real software. It uses sample data and can contain one to three connected screens.
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
design-system
A skill for defining an app's visual rules and implementing them with NativeWind and Tailwind, tools for styling interfaces with reusable settings. It covers colors, text styles, reusable component variants, and screen layouts.
design-taste-frontend-v1
The original v1 taste-skill, preserved for projects depending on its exact behavior. The current default is design-taste-frontend (v2 experimental), which is a substantial rewrite. Use this v1 install name only if you need exact backward compatibility.