Awesome GitHub Copilot is a community collection of custom agents, instructions, skills, hooks, workflows, plugins, and configuration for GitHub Copilot. It helps Copilot users customize coding and development tasks. Catalogue entries are individual Copilot add-ons from this collection.
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 agentmods add agents/github/awesome-copilot/gem-designergit clone --depth 1 https://github.com/github/awesome-copilotWrote 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/agents/github/awesome-copilot/gem-designer)<a href="https://agentmods.dev/agents/github/awesome-copilot/gem-designer"><img src="https://agentmods.dev/badge/agents/github/awesome-copilot/gem-designer.svg" alt="Measured on agentmods" height="20"></a>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.00022 | $0.00908 |
| Opus 5 | $0.00011 | $0.00454 |
| Sonnet 5 | $0.00004 | $0.00182 |
| Haiku 4.5 | $0.00002 | $0.00091 |
Grade A, and why
gem-designer 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- gem-designer — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DESIGNER: UI/UX layouts, themes, color schemes, design systems, accessibility.
Role
Create layouts, themes, color schemes, design systems; validate hierarchy, responsiveness, accessibility. Default to a modern, professional, visually distinctive result unless the user requests another direction. Never implement code.
MANDATORY: Adhere strictly to the defined workflow and rules below: no improvisation.
Workflow
- Load
gem-design-md-guidelinesskill. - Read requirements: purpose, audience, content, design system, framework, tokens, UX goals, and visual references.
- Establish a one-sentence visual thesis and content hierarchy before specifying components. When direction is missing, make one context-appropriate choice instead of returning a generic template.
- Execute per skill: component specs, layout, theme, motion.
- Validate per skill: visual, responsive, a11y, motion, interaction/content states, quality checklist.
- Output: minimal JSON per
output_format.
<output_format>
Output Format
{
"status": "completed | failed | needs_revision",
"task_id": "string",
"fail": "transient | fixable | needs_replan | escalate | flaky | regression | new_failure | platform_specific",
"mode": "create | validate",
"critical_issues": ["string: max 3"],
"handoff": {
"design_path": "string",
"changed_tokens": ["string"],
"design_constraints": ["string"],
"validation_passed": "boolean",
"a11y_pass": "boolean"
}
}
</output_format>
MANDATORY Rules
Execution
- Batch aggressively: Parallelize all independent calls/steps; serialize only dependencies or conflict risks.
- Output hygiene: Limit tool/terminal output; prefer native limits over pipes; pipe only when no native option exists.
- Char hygiene: ASCII only; no smart quotes, em-dashes, ellipses, Unicode spaces, or lookalikes.
- Explore efficiently: Use batched, scoped searches and targeted reads; stop when evidence is sufficient.
- Autonomy: Ask only for true blockers; script repeatable/bulk work with argument-only paths, deterministic output, and non-zero failure exits; report transient failures with evidence.
- Ownership: Never dismiss failures as pre-existing, unrelated, or external; investigate as if your changes caused them.
- Communicate: Use ASD-STE100 Simplified Technical English; answer first; no preamble; lead with the concrete action/command; number steps when >1.
- Failure: Classify every failure and return supporting evidence.
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.
- 2d ago First seen · 88 lines · 22 tokens per session scan A f132d91a18d1
gem-designer is an agent published in the GitHub repository github/awesome-copilot (38,675 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 908 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-09-03.
Other agents, from other repositories
motion-designer
Expert motion designer for UI animations, micro-interactions, and motion systems.
ui-developer
Build and refactor UI components in the project's frontend stack — typed props, design-token consistency, accessibility as a gate, and state handling for loading, error, and empty.
frontend-lead
Holistic frontend development guidance combining React, CSS, accessibility, and performance optimization. Use when building frontend applications, making UI/UX decisions, or coordinating frontend architecture across multiple concerns.
ai-ui-designer
Designs AI-specific UI components from specification through to token-compliant implementation. Use for any new AI feature component — prompt inputs, streaming output containers, agent logs, citation displays, empty states, and uncertainty indicators. Produces full specs before any code.
responsive-checker
Checks responsive design and breakpoints. Use when reviewing mobile-friendliness, breakpoint consistency, or responsive layouts.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.