Article Writing
Bans 'rapidly evolving landscape' and 'game-changer', forces proof-first sections in long-form drafts
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · 2f17b3e
Wrote the same Python-venv guide intro twice: the baseline opened with 'in today's rapidly evolving software landscape' and closed on 'let's dive in!' — exactly the two patterns the skill's own banned list names — while the skill version led with a runnable command and cut both.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Article Writing does
Writes blog posts, guides, tutorials and newsletter issues that lead with a concrete artifact or example rather than generic AI throat-clearing, with an explicit banned-phrase list and medium-specific structure rules (technical guides, essays, newsletters). Use for any long-form draft where voice consistency and credibility matter, not for one-liners or copy-edits.
How to install Article Writing
git clone https://github.com/mturac/everything-openai-codex
cd everything-openai-codex
mkdir -p ~/.claude/skills
cp -r .agents/skills/article-writing ~/.claude/skills/article-writing
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Article Writing
-
/article-writingBans 'rapidly evolving landscape' and 'game-changer', forces proof-first sections in long-form drafts
It also activates on plain-language prompts like these:
-
Write a long-form blog post that opens with a real example, not fluff -
Draft a technical guide with a strong voice and no generic AI phrases -
I need a newsletter issue that leads with proof, not throat-clearing
Frequently asked questions
- Is the Article Writing skill free?
- Yes. The skill itself is free from mturac/everything-openai-codex. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Article Writing work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Wrote the same Python-venv guide intro twice: the baseline opened with 'in today's rapidly evolving software landscape' and closed on 'let's dive in!' — exactly the two patterns the skill's own banned list names — while the skill version led with a runnable command and cut both.
- What is the Article Writing SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Article Writing?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Article Writing with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.