Open CoDesign is a desktop design tool that turns prompts into artifacts such as prototypes, slides, and PDFs using models chosen by the user. It is for people who want to create designs locally with their own model access and laptop. The catalogue instructions support workflows for using the application.
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 agentmods add instructions/opencoworkai/open-codesign/claude-mdgit clone --depth 1 https://github.com/OpenCoworkAI/open-codesignWrote 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/instructions/opencoworkai/open-codesign/claude-md)<a href="https://agentmods.dev/instructions/opencoworkai/open-codesign/claude-md"><img src="https://agentmods.dev/badge/instructions/opencoworkai/open-codesign/claude-md.svg" alt="Measured on agentmods" 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 | $0.01789 | $0.01789 |
| Opus 5 | $0.00894 | $0.00894 |
| Sonnet 5 | $0.00358 | $0.00358 |
| Haiku 4.5 | $0.00179 | $0.00179 |
Grade A, and why
open-codesign CLAUDE.md scanned grade A with 0 findings 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 5d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Open CoDesign
Instructions for Claude Code (and any AI coding agent) working in this repository. Read this before making changes.
What this project is
open-codesign is an Electron desktop app that turns natural-language prompts into design artifacts (HTML prototypes, PDFs, PPTX decks, marketing assets). It's the open-source counterpart to Anthropic's Claude Design, with multi-provider model support via pi-ai and a local-first storage model.
The full vision and locked decisions live in docs/VISION.md when the internal docs are present locally. Public checkouts may not have docs/; in that case use AGENTS.md, public issues/PRs, and README context instead of blocking.
Note:
docs/is gitignored — internal team materials (research, roadmaps, handoffs) live there but are not part of the public repo. Clone contributors will not have this directory; team members will find it present locally after cloning and copying the internal docs back.
Hard constraints (do not violate)
These are project-level commitments, not preferences:
- No bundled model runtimes. No Ollama, llama.cpp, Python, or browser binaries shipped in the installer. Use system installs or lazy-download on demand.
- BYOK only. No proxied API calls, no cloud account, no telemetry by default. User credentials stay in
~/.config/open-codesign/config.toml(plaintext, file mode 0600 — matching Claude Code / Codex / gh CLI conventions). - Local-first storage. v0.2 design state is file/session based and local-first. Do not add new SQLite-backed session/design feature state.
- Permissive shipped dependencies. Shipped app/runtime dependencies, bundled assets, scaffolds, skills, brand refs, and copied code must be MIT-compatible permissive. Workflow-only CI/release tools may use copyleft licenses when they are not vendored, bundled, linked, or copied into the product; document the reason.
- Lazy-load heavy features. PPTX export, web capture, codebase scan, etc. must dynamic-import on first use, not on app start.
- Compatibility, upgradeability, no bloat, elegance — the four PRINCIPLES §5b checks. Every PR description must mark all four green.
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.
- 5d ago First seen · 106 lines · 1,789 tokens per session scan A 21b13f799534
open-codesign CLAUDE.md is an instructions file published in the GitHub repository OpenCoworkAI/open-codesign (7,872 stars, last pushed 1mo ago), licensed MIT. It adds 1,789 tokens to every session, about $0.0089 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
open-design CLAUDE.md
Claude Code instructions for nexu-io/open-design, a project described as: 🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files…
open-design AGENTS.md
AGENTS.md instructions for nexu-io/open-design, covering directory guide, core documentation index, workspace directories, inactive or placeholder directories and development workflow.
caelo CLAUDE.md
Instructions for AuraVixStudio/caelo, covering claude.md, what this is, the single most important structural fact, architecture and commands.
ai-atelie AGENTS.md
Instructions for aiatelie/ai-atelie, covering agents.md, what this is, workspaces, common commands and conventions.
limboo CLAUDE.md
Claude Code instructions for limboo-ai/limboo, covering claude.md, 1. what is limboo?, 2. tech stack (current), 3. project structure and the three electron contexts (critical mental model).
getvect AGENTS.md
Instructions for craigjmidwinter/getvect, covering agents.md, commands (green on a clean checkout), invariants a pr must not break and process.