Skip to main content
ClaudeWave
Skill486 estrellas del repoactualizado yesterday

edit-article

The edit-article skill restructures and enhances article drafts by first dividing content into logical sections based on headings, then reordering them to respect information dependencies before rewriting each section for clarity and conciseness. Use it when revising articles where structural reorganization and tightened prose would improve readability and logical flow.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/stevesolun/ctx /tmp/edit-article && cp -r /tmp/edit-article/imported-skills/mattpocock/edit-article ~/.claude/skills/edit-article
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

1. First, divide the article into sections based on its headings. Think about the main points you want to make during those sections.

Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies.

Confirm the sections with the user.

2. For each section:

2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per paragraph.