draft-design

A troubleshooting guide for netllm, a local service that connects coding agents to language-model servers. It checks the command installation, service reachability, model providers, network discovery, and configuration.

In plain words
What is it for?
Use it when netllm is unreachable, shows no models, cannot find swarm peers, or is not on the command path; it runs diagnostics and suggests fixes for each problem.
Why use it?
It narrows down whether a failure comes from the command being missing, the service being stopped, a provider being unavailable, or settings being wrong.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/firatcand/forge/draft-design
Any agent
npx skills add firatcand/forge --skill draft-design
Clone the repo
git clone --depth 1 https://github.com/firatcand/forge

Made for: Claude Code, Codex.

Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 658 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00051 $0.00658
Opus 5 $0.00026 $0.00329
Sonnet 5 $0.00010 $0.00132
Haiku 4.5 $0.00005 $0.00066

Measured 2d ago against content hash 038a2f4a8737, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

draft-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 2d 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.

skills/draft-design/SKILL.md · 71 lines

How it starts

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

/draft-design

Preconditions

  • spec/PRD.md must exist
  • Project has a UI surface (marketing site, app UI, email, docs). Skip for pure-backend products.

Init prompt

When /draft-design runs the first time on a project, ask:

Do you have a design system to reference, or should I create one for this project?

A) Reference external — point me at a URL, file path, or brand-book asset. The project's DESIGN.md will be generated consistent with that reference, but stored locally as a self-contained doc.

B) Create new — I'll generate a self-contained palette, type scale, spacing, components, voice from your product requirements.

Save the answer to .forge/settings.yaml:

design:
  mode: project_owned        # project_owned | reference_external
  reference: <url-or-path>   # only if mode = reference_external

Orchestration

  1. Read PRD
  2. Read .forge/settings.yaml for design.mode + design.reference
  3. Check if user has a ux-design, graphic-design, or frontend-design-pro skill — invoke with PRD + reference (if any) as context
  4. Determine project surface area (marketing site, app UI, email, docs)
  5. Generate spec/DESIGN.md according to mode:
    • project_owned — write self-contained tokens, components, layouts, voice derived from product requirements
    • reference_external — read the reference, extract its guidelines (palette, type scale, spacing, voice register), write DESIGN.md consistent with it as a self-contained local doc

Important: no @inherit pattern

DESIGN.md is a self-contained project artifact. It does NOT inherit at runtime from a maintainer-global brand book or external file. If a reference is configured, it constrains generation of DESIGN.md, but DESIGN.md itself is the project's source of truth from that point forward.

Output

Print:

DESIGN written to spec/DESIGN.md (mode: {{design_mode}})

Summary:
- Tokens: [palette + type scale]
- Components: [primitives + composites]
- Voice: [tone + register]
- Reference: [if any]

Gate 3 — review the DESIGN. To proceed:
  • /ingest-spec to validate BRIEF + PRD + SPEC + DESIGN coherence
  • Edit spec/DESIGN.md directly
  • /draft-design --refine [section] to re-generate

Read the full file on GitHub · 71 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. 2d ago First seen · 71 lines · 51 tokens per session scan A 038a2f4a8737

Subscribe to this mod's changes

draft-design is a skill published in the GitHub repository firatcand/forge (13 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 658 once invoked, about $0.0003 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.