Rewrite completely, don't append. Remove old content entirely and replace with improved version.
❌ BAD:
Add this at the end:
Note: Previously we used X, but now we use Y.
✅ GOOD:
We use Y for this.
Step 4: Verify Quality
Read improved content and check:
Does it sound authoritative?
Could this be published as-is?
No traces of previous versions?
Quality Checklist
Written in authoritative voice ("We do X")
No historical traces (no "Previously...", "Originally...", "Before...")
All steps are complete and actionable
Real examples with real code
Progressive complexity maintained
Information is current
Improve vs Create
/create-content
/improve-content
New content from scratch
Update existing content
Start with outline
Rewrite to fix issues
Add missing sections
Remove/update bad sections
Follow all rules
Apply rules to fix violations
Related Skills
Skill
When to Use
/create-content
Create new content
/update-doc
Update documentation (not training)
1---2name: improve-content3description: Improve Content Guide4---56# Improve Content Guide78Improves existing training content following Marty documentation rules.910## Marty Content Rules1112**See `./rules.md` for the complete rules.** Summary:13141. **Authoritative Voice** - "We do X", not "Here's how you might..."152. **Forward-Looking Only** - No "Previously..." or "Originally..."163. **Complete Information** - Explicit, actionable, no gaps174. **Practical Examples** - Real code, not placeholders185. **Progressive Complexity** - Simple → Advanced196. **Hands-On Exercises** - Practice reinforces learning2021## What to Improve2223### When Improving Content, Focus On:24251. **Voice** - Does it sound authoritative?262. **Completeness** - Are steps actionable and complete?273. **Examples** - Are they real and practical?284. **Structure** - Is it progressive complexity?295. **Freshness** - Is information current?3031### Common Improvements:3233- Rewrite "Here's how you might..." → "We do..."34- Remove "Previously..." statements35- Add missing steps or context36- Replace placeholder examples with real ones37- Reorganize for progressive complexity3839## Process4041### Step 1: Read Existing Content4243```bash44cat path/to/content.md45```4647### Step 2: Identify Issues4849Check for:50- Non-authoritative voice51- Historical traces (Previously, Originally, Before)52- Gaps in steps53- Placeholder examples54- Outdated information5556### Step 3: Rewrite Sections5758**Rewrite completely, don't append.** Remove old content entirely and replace with improved version.5960```61❌ BAD:62Add this at the end:63Note: Previously we used X, but now we use Y.6465✅ GOOD:66We use Y for this.67```6869### Step 4: Verify Quality7071Read improved content and check:72- Does it sound authoritative?73- Could this be published as-is?74- No traces of previous versions?7576## Quality Checklist7778- [ ] Written in authoritative voice ("We do X")79- [ ] No historical traces (no "Previously...", "Originally...", "Before...")80- [ ] All steps are complete and actionable81- [ ] Real examples with real code82- [ ] Progressive complexity maintained83- [ ] Information is current8485## Improve vs Create8687| `/create-content` | `/improve-content` |88|-------------------|---------------------|89| New content from scratch | Update existing content |90| Start with outline | Rewrite to fix issues |91| Add missing sections | Remove/update bad sections |92| Follow all rules | Apply rules to fix violations |9394## Related Skills9596| Skill | When to Use |97|-------|-------------|98| `/create-content` | Create new content |99| `/update-doc` | Update documentation (not training) |
Run npx skillmds@latest add nesalia-inc/improve-content in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Improve Content Guide It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
nesalia-inc (@nesalia-inc) published this skill. Their other Agent Skills are listed on their SkillMD profile.