Steam store page editor
Audit, edit, rewrite, and prepare Steam store page content for games. Use when Codex needs to evaluate or improve a Steam page, short description, About This Game section, tags, capsule and screenshot direction, pricing position, comparable-game positioning, wishlist conversion path, or Steam-flavoured BBCode output. Also use when creating a maintainable Markdown/YAML source draft that can be exported to Steam's store page editor markup.From its SKILL.md
npx -y skills add AlexStormwood/agentic-skills --skill steam-store-page-editorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
5.9 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
Steam Store Page Editor
Use this skill to improve Steam store pages through a report-first workflow: diagnose the page, prioritise fixes, then produce maintainable source copy and Steam-ready output.
Core Workflow
- Identify the task type:
- Audit: evaluate existing Steam page content and produce a report.
- Rewrite: improve supplied copy without a full market report.
- Build: create a page draft from a game brief.
- Export: convert maintainable Markdown/YAML source into Steam-flavoured BBCode.
- Visual brief: assess or specify capsule, screenshot, GIF, and trailer direction.
- Gather inputs from the user or provided files:
- game title, genre, target audience, platform status, release state, price, short description, long description, tags, capsule/screenshot/trailer notes, current Steam URL or draft, and known comparable games
- traffic, wishlist, UTM, review, or playtest data if available
- If current Steam policy, asset dimensions, event timing, or platform behaviour matters, verify against official Steamworks documentation before making definitive claims.
- Produce an audit report first unless the user explicitly asks only for copy, formatting, or a narrow edit.
- Convert recommendations into edited copy only after naming the positioning problem being solved.
- Preserve an editable source version before producing Steam-ready BBCode.
- Flag assumptions, missing evidence, and open questions rather than inventing market data.
Reference Routing
Read only the reference files needed for the task:
- For full audits and scoring: read references/audit-rubric.md.
- For market positioning, comparable games, tags, review tiers, and competitor patterns: read references/comparable-analysis.md.
- For short description, About This Game structure, hooks, feature-benefit copy, and rewrite patterns: read references/steam-copy-patterns.md.
- For Steam markup conversion and formatting validation: read references/steam-bbcode.md.
- For Steam rules, official documentation checkpoints, asset constraints, and analytics metrics: read references/steam-compliance.md.
Use assets/store-page-source-template.yaml as the maintainable source-of-truth format when the user wants an editable draft or repeatable workflow.
Output Modes
Audit Report
Use this when the user asks whether a page works, how to improve it, why competitors are stronger, or what to do first.
Include these sections:
- Market Position Summary
- What You're Fighting Against
- Short Description Analysis
- Long Description Analysis
- Tag Strategy Analysis
- Capsule and Visual Direction
- Screenshot Strategy
- Pricing and Positioning
- Three Things To Do First
- Open Questions
- Knowledge-Base Additions, when a reusable insight should be saved for future drafts
Keep the report action-oriented. For each major problem, include evidence, impact, and a concrete edit or decision.
Edited Store Page Package
Use this after an audit, or when the user asks for a draft.
Provide:
- Positioning brief: audience, promise, hook, genre signal, differentiator, and comparable frame.
- Short description: plain text only, no bullets, no formatting, no time-sensitive claims.
- About This Game source: maintainable Markdown or YAML sections with headings, body copy, and optional visual notes.
- Steam-ready BBCode: paste-ready markup for the Steam editor.
- Tag recommendations: ordered top tags with rationale.
- Visual shot list: capsule promise, first four screenshots, GIF/embedded-image opportunities, and trailer opening note if relevant.
- Compliance checklist: rule risks and anything requiring manual Steamworks review.
Evaluation Principles
- Optimise for Steam shoppers who skim. Put genre, player fantasy, and differentiator early.
- Compare against actual nearby games, not a generic ideal page.
- Prefer concrete player actions, stakes, systems, moods, and outcomes over abstract praise.
- Distinguish discoverability work from conversion work:
- tags, genre signal, capsule readability, and traffic source affect discovery
- short description, screenshots, trailer, About This Game, price, reviews, and proof affect conversion
- Treat capsule art, screenshots, trailer, tags, and copy as one promise. They should not sell different games.
- Keep all recommendations editable. Avoid one-off prose that cannot be maintained by the developer later.
Quality Bar
Do not:
- invent review counts, prices, Steam tags, competitor claims, asset requirements, or Steam policy
- overfit to AAA store pages when the game is indie, niche, experimental, or early
- make the page sound more impressive by making it less specific
- bury the strongest hook below the first paragraph
- use marketing claims that Steam would reject or that the current build cannot support
- output BBCode without also preserving a cleaner editable source when the user is building a page
Do:
- name missing data explicitly
- prioritise the first three actions when the user needs momentum
- keep short descriptions tight and genre-legible
- make long descriptions skimmable with strong section headers
- check that tags, screenshots, and copy tell the same story
- recommend official Steamworks review for final compliance, pricing, and asset decisions
What ships with it: 7 files
18.8 KB alongside SKILL.md
agents/
- openai.yaml211 B
assets/
references/
- audit-rubric.md3.8 KB
- comparable-analysis.md3.1 KB
- steam-bbcode.md2.5 KB
- steam-compliance.md4.5 KB
- steam-copy-patterns.md3.5 KB