Agent Plugins Marketplace
All plugins

designless

v1.12.22

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.

CodexClaude Code1 Skill1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add designless@agent-plugin-marketplace

Paste 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-agent

Clone 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

designless/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/orchestrator/SKILL.md
└── .mcp.json

Included Skills1

orchestratorskills/orchestrator/SKILL.md

Designless agent - routes user intent through lifecycle modes, discovers capabilities at runtime, and builds with taste.

MCP servers1

less-mcpstdio
command
node
args
./bin/launch.mjs
cwd
.

Plugin manifests2

.codex-plugin/plugin.json
{
  "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"
    ]
  }
}
.claude-plugin/plugin.json
{
  "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"
}

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)