Four new ways to put your brand to work.
In one week Argus went from a media catalog to a brand system your agents can build from. Point it at a URL and get a starting palette. Filter a library that reads your brand. Export versioned tokens. Hand your agents design skills they use natively. Here's what shipped.
Turn any website into a brand starting point in seconds.
Point Argus at a URL. It screenshots the page, reads the live DOM, cross-references the CSS, and pulls out the colors, type, and spacing that actually carry the brand — then curates a tight bootstrap set of at most twenty tokens. No manual uploads, no brand brief.
- Screenshot analysis and CSS cross-reference — not one or the other
- Curated down to a ≤20-token starting kit, not a firehose of every value on the page
- Three calls, start to finish:
POST /harvest→GET /harvest/:id→POST /harvest/:id/finalize
A library that understands your brand.
The catalog now reads what's in it and shapes itself around your work. Scan the whole library by color at a glance, filter by mood or use case instead of filenames, and let the grid tighten as your library grows. A first-run empty state walks new workspaces in.
- Color-strip view — see your whole palette across the library in one row
- Lens filters: narrow by mood, use case, or color family
- Density tiers that adapt to a 20-asset library and a 2,000-asset one alike
Export your brand once, use it everywhere.
Snapshot any brand project into a versioned, immutable kit — CSS custom properties for your stylesheets and a JSON token file for everything else. Every export is pinned to a version, so a kit you shipped last month stays exactly as it was. Reachable over REST and MCP.
- CSS custom properties and a structured JSON token file from one export
- Versioned, immutable snapshots — nothing you shipped mutates under you
- MCP-accessible, so your agents pull the current kit without a copy-paste
/* Argus brand kit — exported, versioned */ :root { --brand-primary: #CC1A1A; --brand-ink: #140D09; --brand-paper: #F4F0EA; --brand-gold: #C9A244; --font-display: 'Outfit'; --font-mono: 'IBM Plex Mono'; --radius-lg: 12px; }
{ "version": 3, "tokens": { "color.primary": "#CC1A1A" } } Skills your AI design agent can use natively.
A searchable library of branded-collateral skill templates — presentation decks, social cards, one-pagers. Agents discover them over MCP and build from them, pulling your brand kit in as they go. Humans get the same catalog over plain REST.
- Discoverable over MCP:
list_design_skills+get_design_skill - REST for everyone else:
GET /skills - Brand-aware — skills build against your exported kit, not a generic template
// your agent, over MCP → list_design_skills()
- presentation-deck Multi-slide branded deck from an outline
- social-card Square + story cards in your palette
- one-pager A single-page brief on your grid
Put your brand to work.
Everything here is live in Argus today. Start from a URL, or bring your own library.