Designless Agent
Expression infrastructure agent β CX/AX orchestrator for the Designless ecosystem
Ask AI about Designless Agent
Powered by Claude Β· Grounded in docs
I know everything about Designless Agent. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Designless Agent
Designless agent β encode your brand's design judgment into an agent that builds with your intent.
Install
Plugin (recommended)
Install the Designless plugin in Claude Code:
claude plugin marketplace add designlesshq/designless-agent
claude plugin install designless@designless-plugins
Then reload plugins and start using:
claude /reload-plugins
claude /designless
MCP server
Add the expression infrastructure runtime directly to any MCP-compatible agent:
claude mcp add --transport http less-mcp https://mcp.designless.app/mcp
This gives your agent access to LESS MCP tools β it will use them when you reference your brand, ask about design tokens, or request brand-consistent output. No /designless commands, but the runtime capabilities are available. Authentication is handled via OAuth on first use.
Skills (any coding agent)
Install via skills.sh to use the Designless orchestrator in any supported coding agent β Cursor, Cline, Codex, Amp, Windsurf, and 40+ others:
npx skills add designlesshq/designless-agent
The installer will:
- Clone the repo and detect the
designless-orchestratorskill - Ask which agents to install to (Cursor, Cline, Codex, etc.)
- Choose scope β Project (current directory) or Global (all projects)
- Copy the skill into each agent's
.agents/skills/directory
After install, the orchestrator is available in your chosen agents. It connects to the expression infrastructure at mcp.designless.app/mcp β authentication is handled via OAuth on first use.
One command, every flow
/designless
That's it. There's no /designless:create, /designless:audit, or any other sub-command β the orchestrator detects your intent from what you say and routes to the right capability at runtime. You describe what you want; it figures out whether to create a brand, extend it, adopt an external system, build a page, audit quality, prove provenance, generate a carousel or poster, or surface ecosystem state.
Quick Start
> /designless
> I want a fintech brand β trustworthy, modern, clean.
The agent creates a complete brand expression system from your description β 300+ resolved tokens across 12 categories, coherence scores, and an expression brief ready for building. Every token carries decision provenance: not just a value, but the reasoning behind it.
How It Works
/designlessdetects your context (brand inventory, capsule state, assets provided)- Classifies your intent into one of 12 lifecycle modes
- Discovers and sequences the right capabilities at runtime
- Returns quality-gated results with coherence metrics
The agent discovers capabilities from the expression infrastructure server at runtime β it doesn't hardcode tool names. This means the agent's capabilities grow as the server evolves.
Troubleshooting
"Not authenticated" β Run /designless connect and complete the OAuth flow in your browser.
"No brands found" β Run /designless and ask for a new brand to get started.
"Capsule not published" β Run /designless and ask to publish; the agent walks you through the quality gate.
Documentation
- Getting Started β Install, connect, and create your first brand
- Capabilities β What the agent can do, with concrete examples
- Vocabulary β The language of expression infrastructure
Learn More
- designless.io β Product overview and thesis
- designless.app β LESS Studio (get your API key here)
- designless.live β Vocabulary authority and philosophical depth
- skill.design β Skill designer and registry
- designtoken.md β Design token generator
