# Note Draft

> Generate article drafts for note.com and save immediately as Markdown. No confirmation needed — drafts are saved automatically with auto-numbered filenames. Designed for quick first-draft generation. Use when writing note.com articles.

- Skill: `koach08/note-draft` (Agent Skill)
- Install (CLI): `npx skillmds@latest add koach08/note-draft`
- Raw SKILL.md: https://api.skillmd.com/api/skills/koach08/note-draft/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: koach08 (https://skillmd.com/u/koach08)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/koach08/note-draft

---


# note Draft — note.com Article Draft Generator

Generate article drafts for note.com and save them immediately.

---

## Important Rules

- **No confirmation needed.** Write the draft and save it. Do not ask "Is this OK?" or "Shall I proceed?"
- Save location: a designated directory (configure as needed, e.g., `./note-drafts/`)
- Filename format: `{number}_{short_title}.md` (auto-detect next number from existing files in the directory)

---

## Writing Style

- Write in a clear, approachable tone
- Avoid AI boilerplate phrases ("In today's rapidly evolving...", "It's worth noting that...")
- Be specific and concrete rather than abstract
- Use a conversational yet informed voice — as if explaining to a peer over coffee
- Avoid excessive formality or corporate-speak

---

## Structure Guide

note articles are written in Markdown (not HTML).

```
# Title

[Lead — 2-3 sentences to hook the reader]

## Section 1

[Body]

## Section 2

[Body]

---

[Closing — end with a concrete takeaway or suggestion. Never end with "Future developments are expected" or similar vague optimism.]
```

---

## Citations and Fact-checking

- Only cite real, verifiable sources
- No fabricated citations
- If a source is uncertain, either verify it or omit it — do not use "It is said that..." as a substitute

---

## Process

1. Confirm the topic
2. Check existing files in the save directory for the next number (`ls` the directory)
3. Generate the draft
4. Save immediately (no confirmation)
5. Report that the file has been saved

