
Writing Fragments
FreeGenerate unstructured writing fragments effortlessly.
Free · Opens the source repo
What Writing Fragments does
Writing Fragments is a skill designed for those who want to explore and generate raw ideas without the constraints of structure. This tool facilitates a free-flowing conversation, allowing users to articulate their thoughts and ideas on any topic they wish to write about. Instead of imposing outlines or article formats, it focuses on capturing fragments of text that can later be developed into a cohesive piece. Each fragment is treated as a potential building block for future writing, with no immediate need for organization or coherence.
The skill operates by engaging the user in a dialogue, prompting them to express their thoughts and ideas. As the conversation unfolds, fragments are generated and appended to a markdown file. This file serves as a living document where ideas can evolve organically. The first fragment is always accompanied by a working title, which can be adjusted later, allowing for flexibility in the writing process. The skill emphasizes the importance of capturing the essence of thoughts as they emerge, ensuring that no valuable insight is lost.
Writing Fragments is particularly useful for writers, researchers, and anyone involved in the creative process who may struggle with the initial stages of writing. It provides a space to brainstorm and gather ideas without the pressure of creating a polished final product. By focusing on the act of exploration, it helps users to identify key themes and concepts that can guide their writing in later stages.
This skill is ideal for those who prefer a more organic approach to writing, allowing for a collection of diverse thoughts and ideas that can later be refined. It is not suited for users looking to produce structured documents or those who require immediate organization of their thoughts, as its primary function is to facilitate the generation of unstructured content.
When to use it
Use this tool when you want to brainstorm and collect raw ideas for writing without committing to a specific format.
When not to use it
Avoid this skill if you need to create structured documents or if you prefer a more guided writing process.
What you can build with it
Brainstorming Ideas
Use Writing Fragments during the initial brainstorming phase of your writing process to capture raw ideas.
Collecting Thoughts
Engage in a free-flowing conversation to gather and document your thoughts on a topic without worrying about structure.
Generating Creative Content
Utilize this skill to explore creative concepts and fragments that can later be developed into full articles or stories.
How to install Writing Fragments
View source1. Install with the skills CLI
npx skills add mattpocock/skills/writing-fragments --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by mattpocockThis is pure explore: widen the space of what could be written without committing to structure — committing is exploit, a separate skill's job. Run a grilling session that produces fragments, interviewing the user relentlessly about whatever they want to write about. Imposing phases, outlines, or article structure is out of scope here.
As fragments emerge from either side of the conversation, append them to a single markdown file.
If the user did not pass a path, ask once where to save the document, then remember it for the rest of the session.
Capture fragments from the very first thing the user says, including the initial prompt.
On first write, put a single H1 at the top with a working title (it can change later) and nothing else — no metadata, no TOC, no date.
</what-to-do> <supporting-info>What is a fragment
A fragment is any piece of text that might survive into the final article. It must be readable by the author — the author can tell what it means — but it does not need to define its terms or be comprehensible to a cold reader. The bar is "is this a piece of good writing?", not "is this a self-contained argument?"
Fragments are deliberately heterogeneous. Examples of what could be a fragment:
- A sharp sentence you'd want to deploy somewhere but don't yet know where.
- A claim with a one-line justification.
- A vignette: a thing that happened, a code snippet, a scenario, an analogy.
- A half-thought: "something about how X feels like Y, work this out later."
- A quote, a piece of dialogue, an overheard line.
- A list of related observations that hang together by feel.
- A complaint, a confession, a punchline.
- A leading word — a compact metaphor or coinage the whole piece can hang on (one term that names the idea, the way tracer bullets or fog of war names a whole pattern).
Of these, the leading word is the most valuable fragment to land. It is load-bearing: name the right one in explore and it shapes the structure, the transitions, and the title later — paying dividends through the entire exploit phase. When the conversation circles a recurring idea, push to coin a word for it.
The novelist's diary is the model: years of unstructured noticings that later get mined for raw material. Fragments are noticings.
File format
# Working title
A first fragment lives here.
It can be multiple paragraphs. It can include lists, code, quotes — whatever
shape the fragment naturally takes.
---
A second fragment.
---
> A quoted line that the user wants to keep around.
A reaction to it.
---
- A cluster of related observations
- That hang together by feel
- And want to be near each other
Fragments are separated by a horizontal rule (\n---\n). No headings inside the body. No tags. No order beyond the order they were added.
Writing rhythm
Append silently. Don't ask permission for each fragment. Mention what you added in passing ("adding that"), but don't interrupt the conversation with save dialogs.
Before every write: re-read the file from disk. The user may have edited, reordered, or deleted fragments between turns — preserve their changes. Never overwrite the file; only append (or, if the user asks, edit a specific fragment in place).
The user can say "cut the last one", "rewrite that one sharper", "merge those two" at any time. Treat those as first-class instructions.
</supporting-info>Frequently asked questions about Writing Fragments
Similar skills
Write Story
Scaffold your fiction writing with structured guidance.
Be Creative
Generate diverse ideas and expand your creative corpus.
CrossFrame Essay
Generate structured essays with critical insights in Chinese.
CrossFrame Critical
A structured approach to critical Chinese essays.
Writer Memory
A persistent memory system for creative writers.
Weekly Digests
Generate structured weekly narratives of project timelines.
