plugins/seo/skills/content-optimizer/SKILL.md
On-page SEO optimization techniques including keyword density, meta tags, heading structure, and readability. Use when optimizing existing content or validating new content against SEO requirements.
npx skillsauth add madappgang/magus content-optimizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
plugin: seo updated: 2026-01-20
Target: 1-2% for primary keyword
Calculation:
Density = (Keyword Count / Total Words) x 100
Placement Priorities:
Warning Signs:
3% = Keyword stuffing risk
{Keyword} - {Benefit} | {Brand}Valid Hierarchy:
H1: Page Title (exactly 1)
+-- H2: Main Section
| +-- H3: Subsection
| +-- H3: Subsection
+-- H2: Main Section
| +-- H3: Subsection
+-- H2: Conclusion
Common Errors:
Flesch Reading Ease Target: 60-70
| Score | Level | Audience | |-------|-------|----------| | 90-100 | Very Easy | 5th grade | | 80-89 | Easy | 6th grade | | 70-79 | Fairly Easy | 7th grade | | 60-69 | Standard | 8th-9th grade | | 50-59 | Fairly Difficult | 10th-12th grade | | 30-49 | Difficult | College | | 0-29 | Very Difficult | College graduate |
Improvement Techniques:
Use this checklist when optimizing content:
testing
A test skill for validation testing. Use when testing skill parsing and validation logic.
tools
--- name: bad-skill description: This skill has invalid YAML in frontmatter allowed-tools: [invalid, array, syntax prerequisites: not-an-array --- # Bad Skill This skill has malformed frontmatter that should fail parsing. The YAML has: - Unclosed array bracket - Wrong type for prerequisites (should be array, not string)
development
Sync model aliases from the curated Firebase database. Fetches default model assignments, short aliases, team compositions, and known model metadata from the claudish API. Run this to get fresh model recommendations.
tools
Release one or more Magus plugins to the distribution repos (magus, magus-alpha, magus-marketing). Handles version inference from git history, marketplace.json updates, tagging, and force-push to lean dist repos. Use whenever the user says "release kanban", "release the dev plugin", "cut a new version of gtd", "bump kanban to 1.7", or hands you a batch like "release kanban and gtd". Also use for multi-plugin releases and for checking what a release would contain before committing.