The Skill File
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 4 · Section 2 of 9
The Skill File
---
name: draft-first
description: Generate initial drafts using local LLM, then refine with Claude. Use for boilerplate content, documentation stubs, or any content where the first draft is mechanical.
use_when: User needs a first draft of boilerplate content, documentation stubs, README sections, or mechanical writing where quality control matters more than initial generation.
user-invocable: true
tools: Read, mcp__local-llm__local_draft, mcp__local-llm__local_transform, Edit, Write
---
The tools field is worth noting — it explicitly lists the MCP tools this skill uses. The mcp__local-llm__* tools connect to a local Ollama instance running a smaller model (in my setup, qwen2.5-coder:7b).