writing-fragments

Captures unstructured writing fragments into an append-only markdown file during exploratory drafting.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/NAMEWTA/learning-open-code --skill writing-fragments-namewta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-fragments
Source: https://github.com/NAMEWTA/learning-open-code/tree/main/translator/open-ai-skills/matt-pocock-skills/skills/in-progress/writing-fragments
Command: npx skills add https://github.com/NAMEWTA/learning-open-code --skill writing-fragments-namewta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Early-stage writing ideas are easily lost when you jump straight to outlining. This Skill runs an exploratory interview session that captures raw fragments—quotes, observations, half-formed ideas, and guiding metaphors—into a single markdown file without imposing any structure. ## Core Features & Use Cases - Fragment Capture: Appends any promising text snippet to a markdown file, separated by horizontal rules, with no headings, tags, or metadata beyond a working H1 title. - Exploratory Interviewing: Relentlessly questions the user about what they want to write, widening the space of possible content before any structure is chosen. - Guiding-Word Mining: Pushes the user to coin compact metaphors or neologisms that can anchor the eventual article's structure, transitions, and title. - Use Case: You have a vague idea for an essay about debugging culture. Start a session, talk freely, and let the Skill accumulate fragments—anecdotes, one-liners, and a guiding word—that a later structuring skill can shape into an outline. ## Quick Start Start a writing exploration session and save my fragments to drafts/essay-ideas.md.

Frequently Asked Questions about writing-fragments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture writing ideas before outlining an article?

Run an exploratory fragment-capture session where every promising snippet—quotes, anecdotes, half-formed ideas—is appended to a markdown file. Structure and outlining are deliberately deferred to a separate exploitation phase.

What is a writing fragment in exploratory drafting?

A fragment is any text that might survive into the final piece and is readable by its author: a sharp sentence, an assertion with one line of reasoning, an anecdote, a quote, or a guiding metaphor. It does not need to be self-contained or polished.

What file format does fragment capture use?

Fragments are stored in a plain markdown file with a single H1 working title at the top. Individual fragments are separated by horizontal rules, with no headings, tags, dates, or other metadata in the body.

Can I edit or delete fragments after they are saved?

Yes. You can ask to delete the last fragment, sharpen wording, or merge two fragments at any time, and these are treated as first-class instructions. The file is re-read before every write so manual edits are preserved.

When should I not use exploratory fragment capture?

Avoid it when you already know the article's structure and need outlining, drafting, or editing—those belong to the exploitation phase. Fragment capture only widens the space of possible content without committing to any structure.