writing-fragments

Captures raw writing fragments from an interview-style conversation into a single markdown file.

2|Updated May 12, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill writing-fragments-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-fragments
Source: https://github.com/tajo9128/BioDockify-Pharma-AI/tree/main/.agents/skills/writing-fragments
Command: npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill writing-fragments-tajo9128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Early-stage writing often dies because ideas are forced into structure too soon. This Skill runs an exploratory interview that mines raw, unstructured fragments from conversation and appends them to one markdown file, without imposing outlines or article structure. ## Core Features & Use Cases - Fragment Mining: Interviews the user relentlessly about their topic and captures sentences, vignettes, half-thoughts, quotes, and leading-word coinages as they emerge. - Append-Only Markdown Log: Stores fragments separated by horizontal rules under a single working-title H1, re-reading the file before every write to preserve user edits. - In-Place Editing Commands: Accepts instructions like "cut the last one", "rewrite that one sharper", or "merge those two" as first-class operations. - Use Case: A writer with a vague essay idea talks through it with the AI for an hour; every promising line, metaphor, and anecdote is silently appended to fragments.md, ready for a later structuring (exploit) phase. ## Quick Start Ask the assistant to start a writing-fragments session on your topic and tell it where to save the fragments file.

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 interview session where the assistant asks questions about your topic and appends every promising sentence, vignette, or half-thought to a markdown file. Structure and outlining are deliberately deferred to a separate phase.

What is a writing fragment in this workflow?

A fragment is any text that might survive into the final piece: a sharp sentence, a claim with a one-line justification, a vignette, a quote, or a leading word that names the core idea. It must be readable by the author but need not stand alone for a cold reader.

What file format does the fragment document use?

The file is plain markdown with a single H1 working title at the top and fragments separated by horizontal rules. There are no headings, tags, metadata, or ordering beyond the order fragments were added.

Can I edit or delete fragments after they are saved?

Yes. Commands like "cut the last one", "rewrite that one sharper", or "merge those two" are treated as first-class instructions. The file is re-read before every write so manual edits made between turns are preserved.

When should I not use fragment-based exploration?

Avoid it when you already know the structure of the piece and need drafting or editing, since this Skill deliberately refuses to impose outlines or phases. It is for the explore stage only; structuring belongs to a separate exploit-stage skill.