design

design is a skill for Claude Code from ZTE-AICloud/Co-OmniSpec. It costs 27 tokens per session (11,076 once invoked), scanned A, original, MIT.

A structured workflow for turning a feature request into an implementation design. It checks project context and architecture, then documents the design and applies review gates before later development stages.

In plain words
What is it for?
Use it to analyze a feature, resolve its project context, define the implementation approach, and produce the documents needed for task planning and coding. It can also coordinate private knowledge retrieval when that source is available.
Why use it?
It gives developers a shared technical plan and checks that the proposed layers, dependencies, interfaces, and knowledge sources fit the project. It also requires design documents and verification records to be saved.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; names the TodoWrite tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the omni-dsdd plugin — 40 skills, 16 agents, 1 hook shipped together

Good fit Use it to analyze a feature, resolve its project context, define the implementation approach, and produce the documents needed for task planning and coding. It can also coordinate private knowledge retrieval when that source is available.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add ZTE-AICloud/Co-OmniSpec
Claude Code
/plugin install omni-dsdd

Made for: Claude Code.

Or install omni-dsdd, the plugin that ships this one along with the rest of its 40 skills, 16 agents, 1 hook.

Wrote 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.

agentmods badge for design

README.md
[![agentmods](https://agentmods.dev/badge/skills/zte-aicloud/co-omnispec/design/github.svg)](https://agentmods.dev/skills/zte-aicloud/co-omnispec/design)
Your own site
<a href="https://agentmods.dev/skills/zte-aicloud/co-omnispec/design"><img src="https://agentmods.dev/badge/skills/zte-aicloud/co-omnispec/design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design

Your own site · 80×15
<a href="https://agentmods.dev/skills/zte-aicloud/co-omnispec/design"><img src="https://agentmods.dev/badge/skills/zte-aicloud/co-omnispec/design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,076 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.11076
Opus 5 $0.00014 $0.05538
Sonnet 5 $0.00005 $0.02215
Haiku 4.5 $0.00003 $0.01108

Measured 10d ago against content hash c73345debc65, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

design 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 10d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (scripts/bash/design-finalize.sh, scripts/bash/design-gate.sh, scripts/bash/design-harness-common.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

omni-dsdd/skills/design/SKILL.md · 548 lines

How it starts

The opening of the file, as written. The whole thing — 548 lines — stays where its author put it; the contents beside it link to each section on GitHub.

design

行为准则

  1. ❗ 每个步骤必须按顺序执行,不得跳过或截断
  2. ❗ 步骤 1 继承 specify 已落盘的 FEATURE_DIR/BRANCH_NAMEpaths.json/env.sh);init 仅扩展 design 字段,不得新建特性目录或改分支名;步骤 1.2 之后以 IMPL_DESIGN 等为路径基准
  3. 产物落盘优先于对话输出 — 必须用 Write/Edit 写入约定路径;禁止仅在回复中展示却未落盘
  4. Harness 门禁优先于完成报告 — 每步须 design-gategate_exit=0;全量 verify-design-artifacts.sh 通过后方可报告完成
  5. 私域知识检索强约束 — 当 Step 2.2 判定知识源就绪ready/self_healed,含自愈后)时,必须真实派发 knowledge-retrieval-agent,并以其返回如实填写 ${FEATURE_DIR}/.runs/internal/knowledge-retrieval.jsonknowledge_retrieval 字段(executed:true + hits + config_hit/vector_built/graph_built/mode)。禁止在知识源就绪时跳过派发或填 executed:false。派发后须运行 design-gate --step kr --recordgate_exit=0 方可进入步骤 3;gate_exit=1errors 补齐后重跑(最多 2 次)。仅知识源缺失/为空(skip)是合法跳过路径。

环境初始化

本技能所有路径拼接与脚本调用,均依赖以下两个变量。

变量 含义 用途
CLAUDE_PLUGIN_ROOT Omni 插件安装根目录 定位本技能脚本、design-resolve-contextcheck-prerequisites
CLAUDE_WORKING_DIR 用户当前工作区目录(可为 Git 仓库子目录) 定位 .omni-infra/changes/、Harness 落盘
FEATURE_DIR / BRANCH_NAME 特性目录与分支名(绝对路径 / 名称) 继承 specifydesign-resolve-context.shsource env.sh
KNOWLEDGE_DIR 私域知识库根目录(私域知识检索用,与反构文档库 DOC_DIR 独立) 继承 specifysource env.sh 后已导出);缺失回退 ${CLAUDE_WORKING_DIR}/omni-doc

Step 0.1 检查变量

test -n "${CLAUDE_PLUGIN_ROOT:-}" && test -d "${CLAUDE_PLUGIN_ROOT}"
test -n "${CLAUDE_WORKING_DIR:-}" && test -d "${CLAUDE_WORKING_DIR}"

任一项失败 → Step 0.2 补全(仅 Agent 层一次):

  • CLAUDE_WORKING_DIR 缺失时用 export CLAUDE_WORKING_DIR="$(pwd)"不用 git rev-parse --show-toplevel)。

  • KNOWLEDGE_DIR(处理方式对标 CLAUDE_WORKING_DIR:已注入则沿用):本技能在 specify 之后执行,${FEATURE_DIR}/.runs/env.sh 已含 export KNOWLEDGE_DIR步骤 1 source env.sh 后即自动获取;若 source 后仍为空(独立调用 / env.sh 缺失),回退默认:

    # 步骤 1 source env.sh 之后追加(已注入则不覆盖)
    export KNOWLEDGE_DIR="${KNOWLEDGE_DIR:-${CLAUDE_WORKING_DIR}/omni-doc}"
    

    KNOWLEDGE_DIR 是可选知识源,不强制目录存在;目录缺失/为空时 Step 2.2 私域检索合法跳过(skip),目录存在时由 Step 2.2 机器闸门判定(ready/self_healed 必须派发,详见行为准则 5)。

Read the full file on GitHub · 548 lines

Changes

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.

  1. 10d ago First seen · 548 lines · 27 tokens per session scan A c73345debc65

Subscribe to this mod's changes

design is a skill published in the GitHub repository ZTE-AICloud/Co-OmniSpec (54 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 11,076 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens