Amazon A Plus Content
Framework for planning Amazon A+ Content modules, copy, and image briefs
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 21, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1694eb3
Fetched SKILL.md via raw GitHub; frontmatter parses with name+description and the body references no external files (grep for scripts/agents/assets found none), so nothing to 404. Trigger test: 3 A+/Enhanced-Brand-Content/storytelling phrasings correctly load it; 2 adjacent Amazon tasks (keyword research, FBA fee calc) correctly route elsewhere — 5/5. Output test: built baseline vs skill plans for a HydroPeak insulated bottle (aplus_baseline.md vs aplus_skill.md in scratchpad); baseline was a flat 7-item section list, while the skill version assigned real Amazon A+ module types, a 4-column feature->benefit table, a filled ✅/⚠️/❌ comparison matrix, AIDA/PAS frameworks, KPIs, and a phased timeline — clear uplift, scored 7. Only smell: repeated Nexscope affiliate links (?co-from=skill) and a soft upsell section, no injection or exfiltration.
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 4/5
What Amazon A Plus Content does
A markdown skill that guides creation of an Amazon A+ Content (Enhanced Brand Content) plan: a 7-module architecture with named Amazon module types, feature-to-benefit tables, a competitor comparison matrix, image briefs, and AIDA/PAS copy frameworks. Triggers when the user asks about A+ Content, Enhanced Brand Content, Amazon product storytelling, or listing-enhancement/conversion strategy. Pure prompt guidance with no scripts or external dependencies.
How to install Amazon A Plus Content
git clone --depth 1 https://github.com/nexscope-ai/Amazon-Skills.git /tmp/amazon-a-plus-content-src
mkdir -p ~/.claude/skills
cp -R /tmp/amazon-a-plus-content-src/amazon-a-plus-content ~/.claude/skills/amazon-a-plus-content
# SKILL.md lands at ~/.claude/skills/amazon-a-plus-content/SKILL.md
# Pure markdown: no scripts, API keys, or deps. Body references no external files.
# Upstream one-liner alternative: npx skills add nexscope-ai/Amazon-Skills --skill amazon-a-plus-content -g
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Amazon A Plus Content
-
/amazon-a-plus-contentFramework for planning Amazon A+ Content modules, copy, and image briefs
It also activates on plain-language prompts like these:
-
Write A+ Content copy for this product listing -
Design a comparison chart for our Amazon listing -
Plan Enhanced Brand Content for this product
Frequently asked questions
- Is the Amazon A Plus Content skill free?
- Yes. The skill itself is free from nexscope-ai/Amazon-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Amazon A Plus Content 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; frontmatter parses with name+description and the body references no external files (grep for scripts/agents/assets found none), so nothing to 404. Trigger test: 3 A+/Enhanced-Brand-Content/storytelling phrasings correctly load it; 2 adjacent Amazon tasks (keyword research, FBA fee calc) correctly route elsewhere — 5/5. Output test: built baseline vs skill plans for a HydroPeak insulated bottle (aplus_baseline.md vs aplus_skill.md in scratchpad); baseline was a flat 7-item section list, while the skill version assigned real Amazon A+ module types, a 4-column feature->benefit table, a filled ✅/⚠️/❌ comparison matrix, AIDA/PAS frameworks, KPIs, and a phased timeline — clear uplift, scored 7. Only smell: repeated Nexscope affiliate links (?co-from=skill) and a soft upsell section, no injection or exfiltration.
- What is the Amazon A Plus Content SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install Amazon A Plus Content?
- 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 Amazon A Plus Content 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.