@hanzlaa/rcode 4.3.3 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/CONTRIBUTING.md +1 -1
  2. package/README.md +10 -4
  3. package/cli/doctor.js +21 -3
  4. package/cli/index.js +5 -1
  5. package/cli/install.js +2 -2
  6. package/cli/postinstall.js +1 -1
  7. package/cli/uninstall.js +48 -6
  8. package/dist/rcode.js +174 -170
  9. package/package.json +12 -22
  10. package/rcode/agents/rcode-codebase-mapper.md +12 -0
  11. package/rcode/agents/rcode-phase-researcher.md +13 -0
  12. package/rcode/agents/rcode-project-researcher.md +32 -0
  13. package/rcode/agents/rcode-roadmapper.md +15 -0
  14. package/rcode/agents/rules/planner/common-patterns.md +40 -0
  15. package/rcode/bin/lib/roadmap.cjs +184 -11
  16. package/rcode/bin/rcode-hooks.cjs +102 -151
  17. package/rcode/bin/rcode-tools.cjs +669 -55
  18. package/rcode/data/intent-table.json +87 -0
  19. package/rcode/modules/seo.yaml +22 -0
  20. package/rcode/references/project-types.yaml +75 -0
  21. package/rcode/skills/SKILLS_INDEX.md +17 -0
  22. package/rcode/skills/actions/4-implementation/rcode-herdr-orchestration/SKILL.md +4 -21
  23. package/rcode/skills/actions/4-implementation/rcode-herdr-orchestration/templates/heartbeat.sh +0 -0
  24. package/rcode/skills/actions/4-implementation/rcode-scaffold-project/SKILL.md +60 -1
  25. package/rcode/skills/core/rcode-init/scripts/__pycache__/rcode_init.cpython-38.pyc +0 -0
  26. package/rcode/skills/core/rcode-init/scripts/tests/__pycache__/test_rcode_init.cpython-38.pyc +0 -0
  27. package/rcode/skills/seo/module.yaml +20 -0
  28. package/rcode/skills/seo/on-page-seo-auditor/SKILL.md +308 -0
  29. package/rcode/skills/seo/on-page-seo-auditor/references/audit-example.md +109 -0
  30. package/rcode/skills/seo/on-page-seo-auditor/references/audit-templates.md +427 -0
  31. package/rcode/skills/seo/on-page-seo-auditor/references/bulk-audit-playbook.md +116 -0
  32. package/rcode/skills/seo/on-page-seo-auditor/references/scoring-rubric.md +525 -0
  33. package/rcode/skills/seo/rank-and-rent-local-seo/SKILL.md +94 -0
  34. package/rcode/skills/seo/rank-and-rent-local-seo/rules/city-matrix-and-pages.md +76 -0
  35. package/rcode/skills/seo/rank-and-rent-local-seo/rules/monetization.md +70 -0
  36. package/rcode/skills/seo/rank-and-rent-local-seo/rules/niche-selection.md +60 -0
  37. package/rcode/skills/seo/rank-and-rent-local-seo/rules/subniche-discovery.md +66 -0
  38. package/rcode/skills/seo/rank-and-rent-local-seo/templates/service-city-page.md +36 -0
  39. package/rcode/skills/seo/rank-and-rent-local-seo/templates/subniche-research-prompt.md +34 -0
  40. package/rcode/skills/seo/seo-audit/SKILL.md +412 -0
  41. package/rcode/skills/seo/seo-audit/evals/evals.json +136 -0
  42. package/rcode/skills/seo/seo-audit/references/ai-writing-detection.md +200 -0
  43. package/rcode/skills/seo/seo-content-factory/SKILL.md +130 -0
  44. package/rcode/skills/seo/seo-content-factory/rules/agents.md +80 -0
  45. package/rcode/skills/seo/seo-content-factory/rules/herdr-wave-mapping.md +80 -0
  46. package/rcode/skills/seo/seo-content-factory/rules/pipeline.md +102 -0
  47. package/rcode/skills/seo/seo-content-factory/rules/programmatic-pages.md +107 -0
  48. package/rcode/skills/seo/seo-content-factory/rules/quality-gates.md +68 -0
  49. package/rcode/skills/seo/seo-content-factory/rules/weekly-cadence.md +61 -0
  50. package/rcode/skills/seo/seo-content-factory/templates/BACKLOG.md +23 -0
  51. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/01-funnel-A1-A4.md +63 -0
  52. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/02-fanout-editorial-A5-A6-A8.md +28 -0
  53. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/03-fanout-programmatic-A7-A6-A8.md +25 -0
  54. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/04-loop-A9-A10.md +34 -0
  55. package/rcode/skills/seo/seo-content-factory/templates/article.mdx +39 -0
  56. package/rcode/skills/seo/seo-content-factory/templates/cluster.schema.json +52 -0
  57. package/rcode/skills/seo/seo-content-factory/templates/content-brief.md +51 -0
  58. package/rcode/skills/seo/seo-content-factory/templates/jsonld-builders.ts +49 -0
  59. package/rcode/skills/seo/seo-content-factory/templates/keywords.csv +13 -0
  60. package/rcode/skills/seo/seo-content-factory/templates/programmatic-page.tsx +58 -0
  61. package/rcode/skills/seo/seo-content-writer/SKILL.md +263 -0
  62. package/rcode/skills/seo/seo-content-writer/references/content-structure-templates.md +875 -0
  63. package/rcode/skills/seo/seo-content-writer/references/instructions-detail.md +239 -0
  64. package/rcode/skills/seo/seo-content-writer/references/seo-writing-checklist.md +250 -0
  65. package/rcode/skills/seo/seo-content-writer/references/title-formulas.md +339 -0
  66. package/rcode/skills/seo/seo-growth-orchestrator/SKILL.md +79 -0
  67. package/rcode/skills/seo/seo-growth-orchestrator/rules/backlinks.md +29 -0
  68. package/rcode/skills/seo/seo-growth-orchestrator/rules/content-engine.md +27 -0
  69. package/rcode/skills/seo/seo-growth-orchestrator/rules/dos-and-donts.md +40 -0
  70. package/rcode/skills/seo/seo-growth-orchestrator/rules/goals-protocol.md +34 -0
  71. package/rcode/skills/seo/seo-growth-orchestrator/rules/local-seo-stack.md +35 -0
  72. package/rcode/skills/seo/seo-growth-orchestrator/rules/mrr-sprint.md +27 -0
  73. package/rcode/skills/seo/seo-growth-orchestrator/rules/tools.md +19 -0
  74. package/rcode/skills/seo/seo-growth-orchestrator/templates/backlink-research.md +29 -0
  75. package/rcode/skills/seo/seo-growth-orchestrator/templates/goal-protocol.md +35 -0
  76. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-citations.md +24 -0
  77. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-city-pages.md +27 -0
  78. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-gbp-categories.md +23 -0
  79. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-gsc-goldmine.md +27 -0
  80. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-review-mining.md +26 -0
  81. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-30day-plan.md +19 -0
  82. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-cut.md +13 -0
  83. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-opportunity-finder.md +17 -0
  84. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-role-model.md +18 -0
  85. package/rcode/skills/seo/seo-site-builder/SKILL.md +149 -0
  86. package/rcode/skills/seo/seo-site-builder/rules/01-niche-discovery.md +64 -0
  87. package/rcode/skills/seo/seo-site-builder/rules/02-deep-research.md +164 -0
  88. package/rcode/skills/seo/seo-site-builder/rules/03-keyword-strategy.md +82 -0
  89. package/rcode/skills/seo/seo-site-builder/rules/04-content-plan.md +173 -0
  90. package/rcode/skills/seo/seo-site-builder/rules/05-site-build.md +187 -0
  91. package/rcode/skills/seo/seo-site-builder/rules/06-yolo.md +127 -0
  92. package/rcode/skills/seo/seo-site-builder/templates/article-stub.mdx +62 -0
  93. package/rcode/skills/seo/seo-site-builder/templates/image-prompt.md +97 -0
  94. package/rcode/skills/seo/seo-site-builder/templates/keyword-export.md +45 -0
  95. package/rcode/skills/seo/seo-site-builder/templates/niche-scorecard.md +28 -0
  96. package/rcode/skills/seo/technical-seo-checker/SKILL.md +329 -0
  97. package/rcode/skills/seo/technical-seo-checker/references/bulk-audit-playbook.md +118 -0
  98. package/rcode/skills/seo/technical-seo-checker/references/ecommerce-platform-patterns.md +166 -0
  99. package/rcode/skills/seo/technical-seo-checker/references/http-status-codes.md +705 -0
  100. package/rcode/skills/seo/technical-seo-checker/references/llm-crawler-handling.md +257 -0
  101. package/rcode/skills/seo/technical-seo-checker/references/pre-migration-playbook.md +137 -0
  102. package/rcode/skills/seo/technical-seo-checker/references/robots-txt-reference.md +717 -0
  103. package/rcode/skills/seo/technical-seo-checker/references/technical-audit-example.md +169 -0
  104. package/rcode/skills/seo/technical-seo-checker/references/technical-audit-templates.md +436 -0
  105. package/rcode/templates/settings-hooks.json +4 -0
  106. package/rcode/workflows/do.md +16 -0
  107. package/rcode/workflows/execute-sprint.md +22 -0
  108. package/rcode/workflows/execute.md +17 -3
  109. package/rcode/workflows/new-milestone.md +21 -9
  110. package/rcode/workflows/new-project-create-roadmap.md +2 -0
  111. package/rcode/workflows/new-project-roadmap.md +2 -0
  112. package/rcode/workflows/new-project.md +3 -0
  113. package/rcode/workflows/plan.md +15 -2
@@ -0,0 +1,58 @@
1
+ // A7 output template — the 2,000-page engine for marketing/.
2
+ // Place at: src/app/(seo)/[service]/[city]/page.tsx
3
+ // 100 cities × 20 services = 2,000 statically generated pages from ~5 files.
4
+ // Honors quality-gates.md Gate 3 (thin-content) — every page injects dimension-specific
5
+ // unique blocks so no two pages are near-duplicates (no doorway pages).
6
+
7
+ import { notFound } from 'next/navigation'
8
+ import { services } from '@/data/seo/services'
9
+ import { cities } from '@/data/seo/cities'
10
+ import { JsonLd } from '@/components/JsonLd'
11
+ import { breadcrumbList, faqPage, softwareApplication } from '@/lib/jsonld'
12
+
13
+ type Params = Promise<{ service: string; city: string }>
14
+
15
+ export function generateStaticParams() {
16
+ return services.flatMap((s) => cities.map((c) => ({ service: s.slug, city: c.slug })))
17
+ }
18
+
19
+ export async function generateMetadata({ params }: { params: Params }) {
20
+ const { service, city } = await params
21
+ const s = services.find((x) => x.slug === service)
22
+ const c = cities.find((x) => x.slug === city)
23
+ if (!s || !c) return {}
24
+ return {
25
+ title: `${s.name} in ${c.name} | LeadLyze`,
26
+ description: `${s.name} for ${c.name} businesses — ${s.benefits[0]}. Book more meetings with LeadLyze.`,
27
+ alternates: { canonical: `https://leadlyze.com/${service}/${city}` },
28
+ }
29
+ }
30
+
31
+ export default async function Page({ params }: { params: Params }) {
32
+ const { service, city } = await params
33
+ const s = services.find((x) => x.slug === service)
34
+ const c = cities.find((x) => x.slug === city)
35
+ if (!s || !c) notFound()
36
+
37
+ // Gate 3: dimension-specific unique copy (keyed off c.region + s.painPoints) — NOT a city swap.
38
+ const intro = `${c.name} ${s.name.toLowerCase()} teams in ${c.region} face ${s.painPoints[0]}. LeadLyze fixes that with ${s.benefits[0]}.`
39
+
40
+ return (
41
+ <>
42
+ <JsonLd data={breadcrumbList([{ name: s.name, url: `/${s.slug}` }, { name: c.name, url: `/${s.slug}/${c.slug}` }])} />
43
+ <JsonLd data={softwareApplication()} />
44
+ <JsonLd data={faqPage(s.faqs)} />
45
+
46
+ <section> {/* Hero */}
47
+ <h1>{s.h1} in {c.name}</h1>
48
+ <p>{intro}</p>
49
+ </section>
50
+
51
+ <section> {/* Benefits */} {s.benefits.map((b) => <p key={b}>{b}</p>)} </section>
52
+ <section> {/* Case Studies (composed from data) */} </section>
53
+ <section> {/* Pricing — reuse src/data/pricing.ts */} </section>
54
+ <section> {/* FAQ */} {s.faqs.map((f) => <details key={f.q}><summary>{f.q}</summary><p>{f.a}</p></details>)} </section>
55
+ <section> {/* CTA */} </section>
56
+ </>
57
+ )
58
+ }
@@ -0,0 +1,263 @@
1
+ ---
2
+ name: seo-content-writer
3
+ description: 'Write SEO blog posts, articles, landing pages with keyword integration, header optimization, and snippet targeting. SEO文章写作/内容优化'
4
+ version: "9.0.0"
5
+ license: Apache-2.0
6
+ compatibility: "Claude Code ≥1.0, skills.sh marketplace, ClawHub marketplace, Vercel Labs skills ecosystem. No system packages required. Optional: MCP network access for SEO tool integrations."
7
+ homepage: "https://github.com/aaron-he-zhu/seo-geo-claude-skills"
8
+ when_to_use: "Use when writing SEO-optimized articles, blog posts, landing pages, or product descriptions. Also when the user asks to create content targeting a specific keyword."
9
+ argument-hint: "<topic> <target keyword>"
10
+ metadata:
11
+ author: aaron-he-zhu
12
+ version: "9.0.0"
13
+ geo-relevance: "medium"
14
+ tags:
15
+ - seo
16
+ - content-writing
17
+ - blog-writing
18
+ - seo-copywriting
19
+ - content-creation
20
+ - featured-snippet-optimization
21
+ - article-writing
22
+ - landing-page
23
+ - surferSEO-alternative
24
+ - clearscope-alternative
25
+ - SEO文章
26
+ - 博客写作
27
+ - SEOライティング
28
+ - SEO글쓰기
29
+ - redaccion-seo
30
+ triggers:
31
+ # EN-formal
32
+ - "write SEO content"
33
+ - "create blog post"
34
+ - "write an article"
35
+ - "content writing"
36
+ - "draft optimized content"
37
+ - "write for SEO"
38
+ - "SEO copywriting"
39
+ - "blog writing"
40
+ # EN-casual
41
+ - "write me a blog post"
42
+ - "write me an article"
43
+ - "help me write about"
44
+ - "draft an article about"
45
+ - "I need a blog post"
46
+ - "create content for my site"
47
+ # EN-question
48
+ - "how do I write content that ranks"
49
+ - "how to write SEO friendly content"
50
+ - "what makes content rank well"
51
+ # EN-competitor
52
+ - "SurferSEO alternative"
53
+ - "Clearscope alternative"
54
+ - "Jasper AI alternative for SEO"
55
+ # ZH-pro
56
+ - "SEO文章写作"
57
+ - "SEO内容创作"
58
+ - "博客写作"
59
+ - "内容优化"
60
+ - "内容创作"
61
+ # ZH-casual
62
+ - "帮我写文章"
63
+ - "写一篇博客"
64
+ - "排名上不去"
65
+ - "帮我写SEO文章"
66
+ - "写一篇SEO文章"
67
+ # JA
68
+ - "SEOライティング"
69
+ - "SEO記事作成"
70
+ - "ブログ記事作成"
71
+ - "SEOコンテンツ"
72
+ # KO
73
+ - "SEO 글쓰기"
74
+ - "블로그 작성"
75
+ - "SEO 콘텐츠 작성"
76
+ - "블로그 글 작성해줘"
77
+ - "이 주제로 글 써봐"
78
+ # ES
79
+ - "redacción SEO"
80
+ - "escribir artículo SEO"
81
+ - "contenido optimizado"
82
+ # PT
83
+ - "redação SEO"
84
+ - "escrever artigo SEO"
85
+ # Misspellings
86
+ - "SEO copywritting"
87
+ - "writting SEO content"
88
+ ---
89
+
90
+ # SEO Content Writer
91
+
92
+ > **[SEO & GEO Skills Library](https://github.com/aaron-he-zhu/seo-geo-claude-skills)** · 20 skills for SEO + GEO · [ClawHub](https://clawhub.ai/u/aaron-he-zhu) · [skills.sh](https://skills.sh/aaron-he-zhu/seo-geo-claude-skills)
93
+ > **System Mode**: This build skill follows the shared [Skill Contract](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md) and [State Model](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/state-model.md).
94
+
95
+
96
+ This skill creates search-engine-optimized content that ranks well while providing genuine value to readers. It applies proven SEO copywriting techniques, proper keyword integration, and optimal content structure.
97
+
98
+ **System role**: Build layer skill. It turns briefs and signals into assets that other skills can review, publish, and monitor.
99
+
100
+ ## When This Must Trigger
101
+
102
+ Use this when the conversation involves a shippable asset or transformation that should feed directly into quality review, deployment, or monitoring — even if the user doesn't use SEO terminology:
103
+
104
+ - Writing blog posts targeting specific keywords
105
+ - Creating landing pages optimized for search
106
+ - Developing pillar content for topic clusters
107
+ - Writing product descriptions for e-commerce
108
+ - Creating service pages for local SEO
109
+ - Producing how-to guides and tutorials
110
+ - Writing comparison and review articles
111
+
112
+ ## What This Skill Does
113
+
114
+ 1. **Keyword Integration**: Naturally incorporates target and related keywords
115
+ 2. **Structure Optimization**: Creates scannable, well-organized content
116
+ 3. **Title & Meta Creation**: Writes compelling, click-worthy titles
117
+ 4. **Header Optimization**: Uses strategic H1-H6 hierarchy
118
+ 5. **Internal Linking**: Suggests relevant internal link opportunities
119
+ 6. **Readability Enhancement**: Ensures content is accessible and engaging
120
+ 7. **Featured Snippet Optimization**: Formats for SERP feature opportunities
121
+
122
+ ## Quick Start
123
+
124
+ Start with one of these prompts. Finish with a short handoff summary using the repository format in [Skill Contract](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).
125
+
126
+ ### Basic Content Creation
127
+
128
+ ```
129
+ Write an SEO-optimized article about [topic] targeting the keyword [keyword]
130
+ ```
131
+
132
+ ```
133
+ Create a blog post for [topic] with these keywords: [keyword list]
134
+ ```
135
+
136
+ ### With Specific Requirements
137
+
138
+ ```
139
+ Write a 2,000-word guide about [topic] targeting [keyword],
140
+ include FAQ section for featured snippets
141
+ ```
142
+
143
+ ### Content Briefs
144
+
145
+ ```
146
+ Here's my content brief: [brief]. Write SEO-optimized content following this outline.
147
+ ```
148
+
149
+ ## Skill Contract
150
+
151
+ **Expected output**: a ready-to-use asset or implementation-ready transformation plus a short handoff summary ready for `memory/content/`.
152
+
153
+ - **Reads**: the brief, target keywords, entity inputs, quality constraints, and prior decisions from [CLAUDE.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CLAUDE.md) and the shared [State Model](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/state-model.md) when available.
154
+ - **Writes**: a user-facing content, metadata, or schema deliverable plus a reusable summary that can be stored under `memory/content/`.
155
+ - **Promotes**: approved angles, messaging choices, missing evidence, and publish blockers to `memory/hot-cache.md`, `memory/decisions.md`, and `memory/open-loops.md`.
156
+ - **Next handoff**: use the `Next Best Skill` below when the asset is ready for review or deployment.
157
+
158
+ ### Handoff Summary
159
+
160
+ Emit this shape when finishing the skill (see [skill-contract.md §Handoff Summary Format](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md) for the authoritative format):
161
+
162
+ - **Status**: DONE / DONE_WITH_CONCERNS / BLOCKED / NEEDS_INPUT
163
+ - **Objective**: what was analyzed, created, or fixed
164
+ - **Key Findings / Output**: the highest-signal result
165
+ - **Evidence**: URLs, data points, or sections reviewed
166
+ - **Open Loops**: blockers, missing inputs, or unresolved risks
167
+ - **Recommended Next Skill**: one primary next move
168
+
169
+ ## Data Sources
170
+
171
+ > See [CONNECTORS.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CONNECTORS.md) for tool category placeholders.
172
+
173
+ **With ~~SEO tool + ~~search console connected:**
174
+ Automatically pull keyword metrics (search volume, difficulty, CPC), competitor content analysis (top-ranking pages, content length, common topics), SERP features (featured snippets, PAA questions), and keyword opportunities (related keywords, question-based queries).
175
+
176
+ **With manual data only:**
177
+ Ask the user to provide:
178
+ 1. Target primary keyword and 3-5 secondary keywords
179
+ 2. Target audience and search intent (informational/commercial/transactional)
180
+ 3. Target word count and desired tone
181
+ 4. Any competitor URLs or content examples to reference
182
+
183
+ Proceed with the full workflow using provided data. Note in the output which metrics are from automated collection vs. user-provided data.
184
+
185
+ ## Instructions
186
+
187
+ When a user requests SEO content, run these nine steps in order:
188
+
189
+ 1. **Gather Requirements** — primary/secondary keywords, word count, content type, audience, search intent, tone, CTA goal, competitor URLs
190
+ 2. **Load CORE-EEAT Quality Constraints** — 16 high-weight items (C01, C02, C06, C10, O01, O02, O06, O09, R01, R02, R04, R07, C03, O08, O10, E07)
191
+ 3. **Research and Plan** — SERP analysis, keyword map (primary/secondary/LSI/questions), content angle
192
+ 4. **Create Optimized Title** — ≤60 chars, primary keyword front-loaded, power words
193
+ 5. **Write Meta Description** — 150-160 chars, primary keyword, CTA
194
+ 6. **Structure Content and Write** — H1 > intro (hook + promise + keyword in first 100 words) > H2 sections > H3 sub-topics > FAQ > conclusion
195
+ 7. **Apply On-Page SEO Best Practices** — keyword placement, readability, internal/external links, FAQ section with 40-60 word answers, featured snippet formats
196
+ 8. **Add Internal/External Links** — 2-5 internal, 2-3 authoritative external
197
+ 9. **Final SEO Review and CORE-EEAT Self-Check** — Score against 10 SEO factors and verify 16 CORE-EEAT constraints; classify issues (auto-correct vs. needs-decision)
198
+
199
+ > **Reference**: See [references/instructions-detail.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/instructions-detail.md) for the full step-by-step templates, CORE-EEAT constraint table, issue classification rules, and Changes Made block format.
200
+
201
+ ## Validation Checkpoints
202
+
203
+ ### Input Validation
204
+ - [ ] Primary keyword confirmed and matches search intent
205
+ - [ ] Target word count specified (minimum 800 words for substantive content)
206
+ - [ ] Content type and audience clearly defined
207
+ - [ ] Competitor URLs reviewed or target SERP features identified
208
+
209
+ ### Output Validation
210
+ - [ ] **Banned-vocab self-check** — before finalizing, scan the draft for: `crucial, robust, leverage, delve, nuanced, multifaceted, furthermore, moreover, pivotal, tapestry, foster, showcase, intricate, vibrant, cutting-edge, harness, elevate, empower, streamline, synergy, holistic, seamless, seamlessly, realm, paramount, myriad`. Also banned phrases: `In today's digital landscape`, `It is important to note`, `It's worth noting that`, `Let's dive in`, `Without further ado`, `At the end of the day`. Replace any hit with a concrete alternative per [skill-contract.md §Output Voice](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).
211
+ - [ ] Keyword density within 1-2% for primary keyword (Note: Keyword density is a guideline, not a hard rule. Modern search engines prioritize semantic relevance and natural language over exact density targets. Focus on covering the topic comprehensively with semantic variants rather than hitting a specific percentage.)
212
+ - [ ] All sections from outline covered completely
213
+ - [ ] Internal links included (2-5 relevant links)
214
+ - [ ] FAQ section present with at least 3 questions
215
+ - [ ] Readability score appropriate for target audience
216
+ - [ ] Source of each data point clearly stated (~~SEO tool data, user-provided, or estimated)
217
+
218
+ ## Example
219
+
220
+ **User**: "Write an SEO-optimized article about 'email marketing best practices' targeting small businesses"
221
+
222
+ **Output** (abbreviated):
223
+ - H1: `Email Marketing Best Practices: A 2026 Guide for Small Businesses` (keyword front-loaded; audience + year qualifier)
224
+ - Meta description: `Get 12 proven email marketing tactics that lift open rates 34% for small businesses. DMA-backed data, real subject-line examples, and a 30-day playbook.` (~156 chars, CTA implied, stat hook)
225
+ - Structure: H2 for each of 12 tactics, bullet lists, comparison table (Mailchimp vs Brevo vs ConvertKit), 6-question FAQ (40-60 word answers for featured snippets), CTA conclusion.
226
+
227
+ > **Reference**: See [references/seo-writing-checklist.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/seo-writing-checklist.md) for the full article with statistics citations, H1/H2/H3 hierarchy, and FAQ section.
228
+
229
+ ## Content Type Templates
230
+
231
+ Quick-start prompts: How-to guide, Comparison article, Listicle, Ultimate guide. See [references/instructions-detail.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/instructions-detail.md#content-type-templates) for all 4 templates.
232
+
233
+ ## Tips for Success
234
+
235
+ Match intent, front-load value, use data, write for humans first, include visuals, update regularly. Full list in [references/instructions-detail.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/instructions-detail.md#tips-for-success).
236
+
237
+
238
+ ### Save Results
239
+
240
+ After delivering content or optimization output to the user, ask:
241
+
242
+ > "Save these results for future sessions?"
243
+
244
+ If yes, write a dated summary to `memory/content/YYYY-MM-DD-<topic>.md` containing:
245
+ - One-line description of what was created
246
+ - Target keyword and content type
247
+ - Open loops or items needing review
248
+ - Source data references
249
+
250
+ **Gate check recommended**: Run content-quality-auditor before publishing (PostToolUse hook will remind automatically).
251
+
252
+ If any findings should influence ongoing strategy, recommend promoting key conclusions to `memory/hot-cache.md`.
253
+
254
+ ## Reference Materials
255
+
256
+ - [Instructions Detail](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/instructions-detail.md) - Full step-by-step workflow, CORE-EEAT constraints, issue classification, content type templates, tips
257
+ - [SEO Writing Checklist](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/seo-writing-checklist.md) - On-page SEO checklist, writing template, featured snippet patterns, full example
258
+ - [Title Formulas](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/title-formulas.md) - Proven headline formulas, power words, CTR patterns
259
+ - [Content Structure Templates](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/seo-content-writer/references/content-structure-templates.md) - Templates for blog posts, comparisons, listicles, how-tos, pillar pages
260
+
261
+ ## Next Best Skill
262
+
263
+ - **Primary**: [content-quality-auditor](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/cross-cutting/content-quality-auditor/SKILL.md) — gate the draft before publishing or handing it off.