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 aAAaqwq/AGI-Super-Team --skill brand-design-language-reversegit clone --depth 1 https://github.com/aAAaqwq/AGI-Super-TeamWrote 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/aaaaqwq/agi-super-team/brand-design-language-reverse)<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/brand-design-language-reverse"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/brand-design-language-reverse/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/aaaaqwq/agi-super-team/brand-design-language-reverse"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/brand-design-language-reverse.svg" alt="Reviewed on agentmods" width="80" 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.00263 | $0.02974 |
| Opus 5 | $0.00131 | $0.01487 |
| Sonnet 5 | $0.00053 | $0.00595 |
| Haiku 4.5 | $0.00026 | $0.00297 |
Grade A, and why
brand-design-language-reverse 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 yesterday.
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.
Use `WebFetch` (or `curl` for raw inspection) on the public page. How it starts
The opening of the file, as written. The whole thing — 248 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Brand Design Language Reverse
Turn any live site into a copy-paste design system. Reads a real URL, extracts what is observable (colors, fonts, component patterns, icon/animation technique, framework), and outputs a five-part report ending in usable CSS tokens. Analysis + delivery in one pass.
When to Use
- You admire a brand/product and want to recreate its visual feel in your own project (landing, dashboard, component).
- You need a competitor's palette/type/components as a reference before designing.
- Someone asks "what tech/framework does that site use?" or "how did they do that animation/icon?".
- You are starting UI work and want a grounded, real-world reference instead of guessing at colors and patterns.
Core Principles
- Evidence over guessing. Distinguish three confidence levels in every report (see grading below). Never present an industry-known value as if you scraped it, and never invent values.
- Observe, don't reverse-engineer internals. Inspect the public HTML/CSS/JS the server sends. Do not decompile, do not probe authenticated product internals, do not harvest private endpoints. Marketing/home pages are public and fair game; a logged-in editor is not.
- Deliver working output. End every run with a concrete
tokens.css/ component snippet the user can drop in, not just an analysis essay.
Evidence Grading
Annotate each claim in the report so the user knows what to trust:
| Grade | Meaning | Example |
|---|---|---|
[observed] |
Read directly from served HTML/CSS this run | inline #00b67a present in page styles |
[inferred] |
Reasoned from a visible pattern / public CSS variable | gradient palette derived from two observed stops |
[known] |
Industry-public fact (Apple brand blue #0071e3) but NOT read this run | mark it clearly as known, not scraped |
Workflow: URL → Design Tokens
1. Fetch the target URL
Use WebFetch (or curl for raw inspection) on the public page.
What ships with it
4 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.
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.
- yesterday First seen · 248 lines · 263 tokens per session scan A 7e208888822e
brand-design-language-reverse is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed yesterday), licensed MIT. It adds 263 tokens to every session and 2,974 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.
Other skills, from other repositories
fidelity-gate
Build a UI against a frozen visual reference without drift - an inventory extracted before any code, a relics list, and a gate that MEASURES computed styles on a fixture carrying the reference's own data. Use when a mockup, design spec or screenshot is the contract.
designing-responsive-experiences
Use when designing responsive experiences within ux lifecycle boundaries, especially when does the artifact make the owned decision for designing responsive experiences explicit and bounded?.
designing-interaction-contracts
Use when specify complete user-system behavior across states, errors, latency, permissions, recovery, and accessibility, especially when is every asynchronous action observable and recoverable?.
frontend-design
Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.
web-design-reviewer
This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage…
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.