draft

draft is a skill for Claude Code, Codex from odere-pro/claude-wiki-pages-plugin. It costs 91 tokens per session (1,984 once invoked), scanned A, original, MIT.

A private drafting workflow that uses a locally running language model to prepare candidate wiki pages in a review folder. The drafts must be reviewed before they are added to the main wiki.

In plain words
What is it for?
Use it when local-model drafting is enabled to create proposed wiki pages for human review, especially when cloud processing is unsuitable.
Why use it?
It lets teams draft with an offline or private model while keeping unreviewed output away from the live wiki.

Skill for Claude CodeCodex

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

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/odere-pro/claude-wiki-pages-plugin/draft
Any agent
npx skills add odere-pro/claude-wiki-pages-plugin --skill draft
Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-plugin

Made for: Claude Code, Codex.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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 draft

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/draft.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/draft)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/draft"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/draft.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,984 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.1 $0.00091 $0.01984
Opus 5 $0.00046 $0.00992
Sonnet 5 $0.00018 $0.00397
Haiku 4.5 $0.00009 $0.00198

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

Security

Grade A, and why

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

skills/draft/SKILL.md · 182 lines

How it starts

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

LLM Wiki — Draft (local model)

Optional, private, free drafting. When localModel.enabled is true, this skill uses a local model to produce candidate wiki pages into vault/_proposed/ (never wiki/ directly), so a human reviews them via /claude-wiki-pages:review before anything reaches the wiki.

Local models make more mistakes than cloud models — the _proposed/ staging area plus the review gate is exactly the safety margin that makes them usable.

Author drafts to the house voice — see skills/voice: a one-line plain-language definition first, then the typed content in the engineer register, with no marketing language inside the vault.

When to invoke

  • The user explicitly wants local/offline/private drafting.
  • localModel.enabled is true and an ingest should go through the draft path.

If localModel.enabled is false (the default), do not use this skill — fall back to the normal /claude-wiki-pages:ingest flow with Claude Code.

Configuration

Under localModel in claude-wiki-pages.json:

{
  "localModel": {
    "enabled": true,
    "provider": "ollama",
    "endpoint": "http://localhost:11434",
    "model": "qwen3-coder:30b",
    "draftTarget": "_proposed",
    "tier": "ingest-extract",
    "offlinePolicy": "prefer-local"
  }
}

Read the effective config with bash scripts/engine.sh config --json.

tier is gated per capability (ADR-0018). Only ingest-extract is unlocked today (with qwen3-coder:30b); tier: "draft" is WIRED but BLOCKED until a model clears its quality gate. offlinePolicy governs the Claude→local fallback: off (default) never falls back, prefer-local routes to the approved local tier when Claude is unreachable, strict fails instead of falling back. The deterministic decision lives in bash scripts/engine.sh route (see src/commands/route/CLAUDE.md); the orchestrator consults it. For true-offline drafting with Claude Code stopped, use bash scripts/offline-draft.sh — it applies the same gates and writes the same _proposed/ drafts from a plain shell.

Read the full file on GitHub · 182 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. 5d ago First seen · 182 lines · 91 tokens per session scan A e49cf3cc38a7

Subscribe to this mod's changes

draft is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 91 tokens to every session and 1,984 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

knowledge-gaps

This skill should be used when the user asks about 'knowledge gaps', 'tool coverage', 'undocumented dependencies', 'undocumented tools', 'concept gaps', 'installed plugins', 'plugin coverage', 'undocumented skills', 'globally installed plugins/skills', 'what is installed on this machine', 'stale/outdated/drifted…

voxpelli/vp-claude · 185 tokens

knowledge-maintain

This skill should be used when the user asks to fix, repair, or tidy one or more SPECIFIC named notes — 'fix these notes', 'fix the issues in [note]', 'add the missing relations to [note]', 'tidy up [note]', 'fix orphan [note]', 'apply the gardener findings for [note]'. Applies structural fixes (missing sections…

voxpelli/vp-claude · 183 tokens

session-reflect

This skill should be used when the user asks to 'reflect on this session', 'save insights to memory', 'capture what we learned', 'commit this to memory', 'save decisions to Basic Memory', 'write up what we did', 'preserve what we found', 'save insights from this conversation', 'save what was discovered', 'capture…

voxpelli/vp-claude · 147 tokens

knowledge-garden

This skill should be used when the user asks to audit, health-check, or structurally validate one or more SPECIFIC named notes or a bounded topic cluster — 'audit these notes', 'check this note for orphans or broken links', 'fourth-wall check on [note]', 'validate the structure of [note]', 'spot-check [note]'. Runs a…

voxpelli/vp-claude · 152 tokens

knowledge-prime

This skill should be used when the user asks to 'prime context', 'load project knowledge', 'what do we know about this project', 'knowledge brief', 'project context', 'what packages are documented', 'show coverage for this project', 'dependency coverage report', 'which of our deps have notes', 'knowledge primer'…

voxpelli/vp-claude · 128 tokens

nudge

This skill (explicit /nudge only) manages Claude Code feature-adoption nudges sourced from the Basic Memory note main/reference/claude-code-noteworthy-features. Bare /nudge = Mode A (sync): re-read the note, filter out features already marked adopted or declined, and regenerate the tip cache…

voxpelli/vp-claude · 210 tokens