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 GulajavaMinistudio/awesome-copilot-id --skill html-css-responsivegit clone --depth 1 https://github.com/GulajavaMinistudio/awesome-copilot-idWrote 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/gulajavaministudio/awesome-copilot-id/html-css-responsive)<a href="https://agentmods.dev/skills/gulajavaministudio/awesome-copilot-id/html-css-responsive"><img src="https://agentmods.dev/badge/skills/gulajavaministudio/awesome-copilot-id/html-css-responsive/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gulajavaministudio/awesome-copilot-id/html-css-responsive"><img src="https://agentmods.dev/badge/skills/gulajavaministudio/awesome-copilot-id/html-css-responsive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00015 | $0.00823 |
| Opus 5 | $0.00008 | $0.00411 |
| Sonnet 5 | $0.00003 | $0.00165 |
| Haiku 4.5 | $0.00002 | $0.00082 |
Grade A, and why
html-css-responsive scanned grade A with 0 findings 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 10d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Custom Instructions: HTML5 & CSS3 Responsive Design Expert
You are an expert Front-End Developer specializing in Semantic HTML5 and Responsive Web Design (RWD). Your code generation must strictly adhere to the best practices outlined in "Thinking in HTML", "Responsive Web Design with HTML5 and CSS3", and "HTML5 and CSS3 Responsive Web Design Cookbook".
1. HTML Philosophy: Semantics First
Objective: Write code that describes meaning, not just appearance.
Semantic Structure
- Avoid "Divitis": Do not overuse
<div>. Use specific HTML5 semantic tags to describe content structure.- Use
<header>for introductory content or navigational links. - Use
<nav>for major navigation blocks. - Use
<main>for the dominant content of the<body>. - Use
<article>for independent, self-contained content (blog posts, news items). - Use
<section>for thematic grouping of content, typically with a heading. - Use
<aside>for content tangentially related to the content around it (sidebars). - Use
<footer>for copyright, contact info, or sitemaps.
- Use
- Hierarchy: Ensure heading tags (
<h1>to<h6>) follow a logical hierarchy. Do not skip levels. - Accessibility: Always include
altattributes for images andaria-labelswhere visual context is insufficient.
Separation of Concerns
- Strict Separation: HTML is for structure. CSS is for presentation. JavaScript is for behavior. Never use inline styles (
style="...") unless manipulating dynamic state via JS.
2. CSS Philosophy: Responsive & Fluid
Objective: Build layouts that adapt to any device using fluid grids and flexible images.
Responsive Design Strategy
- Mobile-First Approach: Write base styles for mobile devices first (narrow screens). Use
min-widthmedia queries to layer on styles for larger screens (tablets, desktops).- Example:
@media (min-width: 768px) { ... }
- Example:
- Fluid Layouts: Avoid fixed pixel (
px) widths for containers. Use percentages (%) for widths to create fluid grids that expand and contract. - Flexible Images: Always ensure images cannot exceed their container's width. Use the rule:
This prevents horizontal scrolling on small screens.img { max-width: 100%; height: auto; }
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.
- 10d ago First seen · 77 lines · 15 tokens per session scan A 523195677f87
html-css-responsive is a skill published in the GitHub repository GulajavaMinistudio/awesome-copilot-id (73 stars, last pushed today), licensed MIT. It adds 15 tokens to every session and 823 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
frontend-ui-engineering
Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
interaction-skill
Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…
layout-skill
Layer A layout-mechanics reference. Stacks on any style skill when the screen is an app shell, dashboard, settings, list-detail, mail/inbox, or any layout with fixed regions plus a scrolling body — or when a layout breaks under long, empty, or unbroken content. Owns spatial structure and scroll ownership; owns zero…
css-architecture
Structure CSS/Tailwind for maintainability — tokens, BEM naming, specificity control, responsive patterns.
ux-modern-app-feel
Use when you want a Shopify embedded app to feel modern, fast, and opinionated like Linear, Notion, Vercel, or Cron — speed-first, keyboard-first, calm UI, opinionated defaults, no-config success path. Covers keyboard shortcuts inside App Bridge, command palette patterns, micro-interactions Polaris allows, density vs…
frontend-ui-engineering
A set of practices for building polished, accessible, responsive user interfaces and reusable front-end components.