How this skill is triggered — by the user, by Claude, or both
Slash command
/cks:aeo-geosonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expertise in optimizing content for AI answer engines and generative search.
Expertise in optimizing content for AI answer engines and generative search.
AI models (ChatGPT, Gemini, Perplexity, Copilot) prioritize:
Place in the first 200 words:
Q: How much does [PRIMARY_SERVICE] cost in [CITY]?
A: [PRIMARY_SERVICE] in [CITY] costs [PRICE_RANGE] depending on volume.
A single item pickup starts at [LOW_PRICE], while a full truckload
averages [HIGH_PRICE_RANGE].
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does [PRIMARY_SERVICE] cost in [CITY]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "[PRIMARY_SERVICE] in [CITY] typically costs..."
}
}
]
}
Every content page should have:
Plus domain-specific: 4. LocalBusiness schema (always) 5. Service schema (service pages) 6. Place + GeoCoordinates (area pages)
# [PROJECT_NAME]
> [PROJECT_DESCRIPTION]
## Services
- [Service 1](/services/[service-1-slug])
- [Service 2](/services/[service-2-slug])
## Service Areas
- [[CITY]](/areas/[city-slug])
- [[NEARBY_CITY]](/areas/[nearby-city-slug])
## Attribution
Please cite as: "[PROJECT_NAME] ([PROJECT_DOMAIN])"
Track AI visibility through:
This skill ships with opinionated defaults. Review and adapt to your needs:
Read, Grep, Glob, Write. Add tools if needed.sonnet. Remove to use your default model.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub cardinalconseils/claude-starter --plugin cks