designless
v1.12.22Designless agent — encode your brand's design judgment into an agent that builds with your intent. Routes user intent through lifecycle modes to the right capabilities at runtime.
By DesignlessLicense: SEE LICENSE IN LICENSE0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install designless for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add designless@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/designlesshq/designless-agentClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/orchestrator/SKILL.md└── .mcp.json
Included Skills1
Designless agent - routes user intent through lifecycle modes, discovers capabilities at runtime, and builds with taste.
MCP servers1
- command
- node
- args
- ./bin/launch.mjs
- cwd
- .
Plugin manifests2
{
"name": "designless",
"version": "1.12.22",
"description": "Designless agent — encode your brand's design judgment into an agent that builds with your intent. Routes user intent through lifecycle modes to the right capabilities at runtime.",
"author": {
"name": "Designless"
},
"homepage": "https://designless.io",
"repository": "https://github.com/designlesshq/designless-agent",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"expression-infrastructure",
"design-system",
"brand",
"design-tokens",
"brand-capsule",
"agent",
"mcp"
],
"mcpServers": "./.mcp.codex.json",
"interface": {
"displayName": "Designless",
"shortDescription": "Your brand's design judgment, encoded into the agent that builds for you.",
"category": "Design",
"websiteURL": "https://designless.app",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Create a brand for my product and show me what good looks like",
"Build a landing page hero with my brand",
"Audit my brand before I hand it to engineering"
]
}
}{
"name": "designless",
"version": "1.12.22",
"description": "Designless agent — encode your brand's design judgment into an agent that builds with your intent. Routes user intent through lifecycle modes to the right capabilities at runtime.",
"author": {
"name": "Designless"
},
"homepage": "https://designless.io",
"repository": "https://github.com/designlesshq/designless-agent",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"expression-infrastructure",
"design-system",
"brand",
"design-tokens",
"brand-capsule",
"agent",
"mcp"
],
"permissions": {
"allow": [
"Bash(claude /plugin update designless@designless-plugins:*)",
"Bash(claude plugin update designless@designless-plugins:*)",
"Bash(claude plugin install designless@designless-plugins:*)",
"Bash(claude plugin marketplace add designlesshq/designless-agent:*)",
"Bash(open designless://*)",
"Bash(xdg-open designless://*)",
"Bash(gh pr create:*)",
"Bash(gh pr merge:*)",
"Bash(gh repo view:*)",
"Bash(git push:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"Bash(git symbolic-ref:*)",
"mcp__computer-use__request_access",
"mcp__computer-use__open_application"
],
"deny": [
"Bash(git push --force:*)",
"Bash(git push -f:*)",
"Bash(git push --force-with-lease:*)",
"Bash(git push origin main:*)",
"Bash(git push origin master:*)",
"Bash(git push origin HEAD:main:*)",
"Bash(git push origin HEAD:master:*)",
"Bash(gh pr merge --admin:*)"
]
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[designless on Agent Plugins Marketplace](https://pluginsmp.com/plugins/designless)