Example prompt coming soon
Install
Start with the ZIP package, then choose the AI tool workflow that fits your setup.
- Download
online-course-launch-asset-auditor.zip(2.4 KB). - Open the package and read
SKILL.md, plus any included references, templates, or scripts. - Use the instructions directly in any AI tool that supports reusable instructions, project knowledge, custom agents, or uploaded reference files.
For Claude Code, unzip into ~/.claude/skills/ so the folder lands at ~/.claude/skills/online-course-launch-asset-auditor/, then reload Claude Code. For Claude.ai, upload the same ZIP from Customize → Skills.
Use with other AI tools
This package is not locked to one vendor. If your AI tool does not support Claude-style skills, copy the core instructions from SKILL.md into the tool's custom instructions, project prompt, agent setup, or reusable prompt library.
- Upload or paste any included reference files as project knowledge where your tool supports it.
- Keep the output format from
SKILL.mdintact so results stay predictable. - Run a small test with your own data before using the workflow in production.
Compatibility depends on the features your AI tool provides. Treat scripts as optional local helpers unless your environment can run them safely.
Claude installation reference
The ZIP also follows Claude's Agent Skills structure: a folder with a required SKILL.md file plus optional scripts, references, templates, and resources.
- Agent Skills for Claude Code: official guide for creating, installing, testing, and debugging skills.
- Creating custom skills for Claude.ai: official guide for packaging a skill as a ZIP and uploading it to Claude.
- Using Skills in Claude: plan availability, enabling Skills, and how Claude invokes them.
What it does
The Online Course Launch Asset Auditor skill scans all the critical pieces of your upcoming course launch – sales page, checkout, email sequences, thank-you pages, upsell flows, and any PDF lead magnets – and checks for:
- Broken links (404s, redirects, missing pages)
- Missing copy elements (CTA buttons, testimonials, guarantee badges)
- Brand/tone inconsistencies (varying voice, conflicting price points, outdated dates)
- Conversion gaps (no clear next step, leaky funnel paths)
- Mobile/accessibility issues (non-responsive embeds, missing alt text)
It produces a structured audit report with issues ranked by severity (Critical / High / Medium / Low) and clear fix actions.
Who it’s for
- Solopreneur online course creators
- Coaches launching a digital program alone
- Any info-product marketer who handles launch assets solo
Why it matters
A single broken checkout link can kill a launch. As a solopreneur, you don’t have a QA team. This skill becomes your launch co-pilot, ensuring nothing slips through the cracks.
How to use it
- Download the ZIP and extract
/skillinto your project. - In Claude Code, activate the skill with
/skill activate course-launch-asset-auditor. - Provide your asset URLs or a structured manifest (the skill will walk you through this).
- Review the generated audit report and prioritize fixes.
Example
After activating, you might give the skill a manifest like:
{
"sales_page": "https://mycourse.com/launch",
"checkout": "https://mycourse.com/checkout",
"thank_you": "https://mycourse.com/thank-you",
"upsell_1": "https://mycourse.com/upsell-1",
"email_sequence": ["email1.html", "email2.html", "email3.html"]
}
The skill will crawl (where possible) or analyse the provided content, compare it against best practices, and output a markdown report.
Limitations
- The skill cannot log into password-protected pages or execute JavaScript-heavy sites. You’ll need to paste raw HTML or screenshots for those areas.
- It does not replace a human copy review for persuasive nuance, but it catches glaring omissions.
- It assumes a standard launch sequence structure (sales → checkout → thank you → upsell). Custom flows may require additional instructions.
Download
Get the ZIP file below. It includes SKILL.md with full operating instructions, a README, and the metadata files you need to start auditing immediately.
Download the Online Course Launch Asset Auditor Skill
A focused, reusable quality check for solo course creators that catches common launch-day disasters before they happen.
Changelog
- v1.0.0 May 11, 2026 Initial release.
Related skills
Skills that pair well, or that you'd reach for instead:
Review this skill
What did you think of Online Course Launch Asset Auditor v1.0?
Star ratings and written reviews show up in the public review feed after a light moderation pass. No login required.