.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/skills/writing-shape
home/skills/mattpocock/skills/writing-shape
mattpocock avatar

writing-shape

bymattpocock· 47 skills

Installs

165k

Stars

189k

Forks

16k

Category

Content & Copywriting

View on GitHub

TL;DR

Writing, exploit — shape raw material into an article, paragraph by paragraph.

How to install writing-shape?

mattpocock/skills/writing-shape
$npx -y skills add mattpocock/skills --skill writing-shape

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/mattpocock/skills" --skill "mattpocock/skills/writing-shape"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/mattpocock/skills" that are relevant to the current task. Run `npx skills add "https://github.com/mattpocock/skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1<what-to-do>
2 
3The user has passed (or will pass) a markdown file of raw material. Treat it as the input pile — anything from a tidy list of fragments to a wall of unstructured prose to a transcript. The format does not matter. Read it end-to-end before doing anything else.
4 
5Then run a shaping session that produces a separate article document. This is **exploit**: the exploring is done, the pile is fixed — commit to a structure and mine the pile to fill it. Do not edit the raw material file — it is read-only to this skill.
6 
7If the user did not say where to save the article, ask once and remember the path.
8 
9</what-to-do>
10 
11<supporting-info>
12 
13## The loop
14 
151. **Read the pile.** Read the input file in full. Form a sense of what's in it.
162. **Establish the prerequisites.** Settle with the user what the reader knows walking in — the concepts that are **grounded** from the start. Everything else must be grounded by a block before a later block can lean on it. See [Grounding](#grounding).
173. **Draft 2–3 candidate openings.** Each opening should imply a different thesis or angle for the article. Show all of them. Force the user to pick or compose a hybrid. The chosen opening defines what the rest of the article must do.
184. **Grow paragraph by paragraph.** After the opening lands, ask "given this opening, what does the reader need to hear next?" Pull material from the pile to answer. The next block may only lean on grounded concepts, and grounds new ones as it lands. Argue about the form the next block takes — a paragraph, a list, a table, a callout, a quote, a code block. Each format choice should be deliberate and defensible.
195. **Append to the article file as you go.** Don't batch. Write each agreed paragraph or block immediately so the user can see the article taking shape.
206. **Loop step 4 until the article is done.** The user decides when it's done.
21 
22## Grounding
23 
24Every **concept** has to be **grounded** before a block can lean on it: the reader either walked in knowing it or met it in an earlier block. A block that reaches for an ungrounded concept loses the reader. The unit is the concept, not the word for it — a block can lean on an idea the reader lacks even with no jargon in sight. Where a concept has a name — a **term** — grounding it means landing the idea and the term together.
25 
26A concept gets grounded one of two ways:
27 
28- **Prerequisite** — grounded before the opening. The reader brings it. Fixed at the start.
29- **Introduced** — a block establishes it, and from then on it's grounded for the rest of the article.
30 
31Keep a running list of what's grounded. When you ask "what does the reader need to hear next?", an ungrounded concept the next move needs is itself the answer: ground it first — here or in an earlier block — or you can't make the move. This is the gap-naming of [Pulling from the pile](#pulling-from-the-pile) one level up: there the pile is missing material; here the article is missing a foundation.
32 
33The lever is what you make a prerequisite versus what you ground inside the article. Demand too much up front and you shut readers out; ground too much inside and the opening drowns in definitions. Settle it with the user when you establish prerequisites.
34 
35## Conversational feel
36 
37This is a grilling session inverted. In ideation, the question was "what are you actually noticing?" Here it's "what is this article actually arguing, and in what order does the reader need to hear it?" Push back. Refuse to let weak transitions slide. If a paragraph doesn't earn its place, cut it.
38 
39Specific moves to keep using:
40 
41- "What does this paragraph do for the reader that the previous one didn't?"
42- "If I cut this, what breaks?"
43- "Is this prose, or should it be a list? Why prose?"
44- "This sentence is doing two jobs — split it or pick one."
45- "The opening promised X. We've drifted to Y. Either re-thread it or change the opening."
46 
47## Pulling from the pile
48 
49Treat the raw material as a quarry, not a script. Pull a fragment, rework it to fit the surrounding paragraph, and place it. A fragment may be split across multiple paragraphs, merged with another, or paraphrased. The pile's job is to be mined; the article's job is to read as one voice.
50 
51If the pile lacks something the article needs, name the gap explicitly: "We need an example here and the pile doesn't have one — give me one now or we cut this section."
52 
53## Format arguments to actually have
54 
55When choosing how to render a block, weigh these tradeoffs out loud with the user, not silently:
56 
57- **Prose vs. list.** Prose carries argument; lists carry parallel items. If items aren't truly parallel, prose is better. If they are, a list is faster to scan.
58- **Inline vs. callout.** Tips, warnings, and asides go in callouts (`> [!TIP]`, `> [!NOTE]`) — but only if they'd genuinely derail the main argument inline. Otherwise leave them inline.
59- **Table vs. repeated structure.** If the same shape repeats 3+ times with the same fields, a table. Otherwise prose with bold leads.
60- **Quote vs. paraphrase.** Quote when the original wording is the point. Paraphrase when only the idea matters.
61- **Code block vs. inline code.** Multi-line, runnable, or illustrative → block. Single token or identifier → inline.
62 
63## Writing rhythm
64 
65Append to the article file as each block is agreed. Re-read the file from disk before every write — the user may have edited between turns. Never overwrite blindly. If the user wants a paragraph rewritten, edit that specific paragraph in place; leave the rest alone.
66 
67## Out of scope
68 
69- Mining for new fragments that aren't in the pile (handle gaps as in "Pulling from the pile").
70- Editing the raw material file.
71- Publishing, formatting for a specific platform, or adding frontmatter the user didn't ask for.
72 
73</supporting-info>

Security

Flagged

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykfail

Preview

mattpocock/skillsmattpocock/skills

$ npx -y skills add mattpocock/skills --skill writing-shape

▸ installing to .claude/skills…

✓ writing-shape ready

Repomattpocock/skills
TypeSkills
CategoryContent & Copywriting
ForContent CreatorMarketer
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avataredit-articleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.SkillsJul 2026172k189k
  2. mattpocock avatarwriting-fragmentsWriting, explore — mine raw fragments, no structure yet.SkillsJul 2026165k189k
  3. mattpocock avatarwriting-beatsWriting, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.SkillsJul 2026164k189k
  4. coreyhaines31 avatarcopywritingWhen the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages,…SkillsJul 2026164k42k
  5. heygen-com avatarslideshowAuthor a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and…SkillsJul 2026115k38k
  6. coreyhaines31 avatarcontent-strategyWhen the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover.SkillsJul 2026115k42k