$npx -y skills add TheMattBerman/seo-kit --skill seo-checklistSEO technical checklist and publishing reference. Meta tags, schema markup, llms.txt, topical authority, internal linking rules, Core Web Vitals targets, and image optimization. The agent uses this when publishing content. You can use it to audit existing pages.
| 1 | # SEO Checklist — Technical Publishing Reference |
| 2 | |
| 3 | Every piece of content needs the basics done right. This checklist is what the SEO Agent references when publishing, and what you can use to audit any existing page. |
| 4 | |
| 5 | Not a skill with scripts. A reference document with every technical detail you need to get right before hitting publish. |
| 6 | |
| 7 | --- |
| 8 | |
| 9 | ## What's Covered |
| 10 | |
| 11 | See [CHECKLIST.md](./CHECKLIST.md) for the full reference: |
| 12 | |
| 13 | - **Meta Tags** — Title, description, Open Graph, Twitter Cards. Character limits, formatting rules, examples. |
| 14 | - **Schema Markup** — JSON-LD templates for Article, FAQ, HowTo, and Organization. Copy-paste ready. |
| 15 | - **llms.txt** — The new standard for telling AI crawlers what your site is about. Template included. |
| 16 | - **Topical Authority** — Hub and spoke model, internal linking rules, topical map planning. |
| 17 | - **Technical Basics** — Sitemap, robots.txt, canonical URLs, Core Web Vitals targets. |
| 18 | - **Image Optimization** — Compression, formats, alt text, lazy loading, layout shift prevention. |
| 19 | - **URL Structure** — Short, descriptive, keyword-rich, no dates. |
| 20 | |
| 21 | --- |
| 22 | |
| 23 | ## How the Agent Uses This |
| 24 | |
| 25 | When SEO Forge generates content, it references this checklist to: |
| 26 | |
| 27 | 1. Generate proper meta tags within character limits |
| 28 | 2. Build JSON-LD schema markup (Article + FAQ minimum) |
| 29 | 3. Structure internal links following hub-and-spoke rules |
| 30 | 4. Ensure images have alt text and proper dimensions |
| 31 | 5. Create clean, keyword-rich URLs |
| 32 | |
| 33 | When SEO Health runs audits, it checks pages against these standards. |
| 34 | |
| 35 | --- |
| 36 | |
| 37 | ## How You Use This |
| 38 | |
| 39 | Run through the checklist before publishing any page. Or use it to audit existing content: |
| 40 | |
| 41 | 1. Open CHECKLIST.md |
| 42 | 2. Check each section against your page |
| 43 | 3. Fix what's missing |
| 44 | 4. Publish with confidence |
| 45 | |
| 46 | The checklist is the floor, not the ceiling. Every item here is table stakes. The content itself is what wins. |