App Description Writer

Structures App Store promo text, full description, and What's New copy

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 21, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 6af4405

Fetched SKILL.md via raw GitHub; the dir holds only SKILL.md (no scripts to break), frontmatter parses with name+description, and a clean-HOME clone+cp placed SKILL.md at the correct path with no security smells. For OUTPUT I wrote two artifacts for a fictional Pomodoro app "FocusFlow" (adw_baseline.md vs adw_skill.md): the baseline opened with "Welcome to..." and embedded a URL — both explicitly banned in the skill's Don'ts — and produced only a single text block. The skill-following artifact avoided both, split output into the three required App Store fields (measured promo text = 116/170 chars), and paired each feature with a benefit. Trigger tested with 5 phrasings; the two adjacent non-triggers (ASO keyword optimization, blog launch post) correctly route elsewhere.

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 7/10
  • Docs & honesty 5/5

What App Description Writer does

A prompt-only skill that generates the three App Store text fields — 170-char promotional text, full description, and What's New — using fixed structures, character-limit references, and utility/creative templates. Triggers when a user asks to write or improve an App Store description, promotional text, or What's New copy for an iOS/macOS app.

How to install App Description Writer

git clone --depth 1 https://github.com/rshankras/claude-code-apple-skills.git /tmp/app-description-writer-src
mkdir -p ~/.claude/skills
cp -R /tmp/app-description-writer-src/skills/app-store/app-description-writer ~/.claude/skills/app-description-writer
# Pure prompt skill: no scripts, no deps, no API keys. SKILL.md lands at ~/.claude/skills/app-description-writer/SKILL.md
# Plugin alternative: repo README documents install as a Claude Code plugin marketplace (rshankras/claude-code-apple-skills)

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger App Description Writer

  • /app-description-writer Structures App Store promo text, full description, and What's New copy

It also activates on plain-language prompts like these:

  • Write a new App Store description for my app
  • Draft What's New text for this major update
  • Rewrite our app description to convert better

Frequently asked questions

Is the App Description Writer skill free?
Yes. The skill itself is free from rshankras/claude-code-apple-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does App Description Writer work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md via raw GitHub; the dir holds only SKILL.md (no scripts to break), frontmatter parses with name+description, and a clean-HOME clone+cp placed SKILL.md at the correct path with no security smells. For OUTPUT I wrote two artifacts for a fictional Pomodoro app "FocusFlow" (adw_baseline.md vs adw_skill.md): the baseline opened with "Welcome to..." and embedded a URL — both explicitly banned in the skill's Don'ts — and produced only a single text block. The skill-following artifact avoided both, split output into the three required App Store fields (measured promo text = 116/170 chars), and paired each feature with a benefit. Trigger tested with 5 phrasings; the two adjacent non-triggers (ASO keyword optimization, blog launch post) correctly route elsewhere.
What is the App Description Writer SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install App Description Writer?
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 App Description Writer 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.