mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
feat(seo): consolidate answer and generative search optimization
Merging with required validation green. Droid Auto Review was retried twice and failed before producing a review because DeepSeek V4 Flash rejected the action's ApplyPatch tool; the check is non-required per branch protection. The diff was independently inspected and local/repository validation passed.
This commit is contained in:
@@ -23,15 +23,6 @@
|
||||
"strict": false,
|
||||
"description": "Write, review, and maintain architecture decision records with clear context, alternatives, consequences, confirmation links, and lifecycle governance. Use when a consequential technical decision or its enforceable architectural constraint must remain understandable. Do not use for system-wide evolutionary architecture design, general observability, or operating a named test or CI tool."
|
||||
},
|
||||
{
|
||||
"name": "aeo",
|
||||
"source": "./",
|
||||
"skills": [
|
||||
"./aeo"
|
||||
],
|
||||
"strict": false,
|
||||
"description": "Use when designing, implementing, or measuring Answer Engine Optimization (AEO) for AI answers, citations, generative search, or agent-readable web content. Do not use this as a general SEO audit or CMS operations guide; route those parts to seo-audit or the relevant platform skill."
|
||||
},
|
||||
{
|
||||
"name": "agent-council",
|
||||
"source": "./",
|
||||
@@ -1122,13 +1113,13 @@
|
||||
"description": "Model and diagnose shared semantic ground between agents with Semantic Spacetime (Mark Burgess, 2014-2025): a discrete graph model of meaning over time, where local proper time replaces global clocks, causality is cooperative promises, and gamma(3,4) graphs expose semantic drift, world model divergence, and absorbing states. Use for designing convergent self-healing coordination, modeling intent and trajectories over time, mapping promises onto spacetime, diagnosing semantic drift or dead-ends, and analyzing temporal blindness in agents. Do not use for physics or relativity, pure vector embeddings or RAG without temporal-causal structure, enforceable centralized control, simple single-agent prompting, or tool manuals — route those to the appropriate skill."
|
||||
},
|
||||
{
|
||||
"name": "seo-audit",
|
||||
"name": "seo",
|
||||
"source": "./",
|
||||
"skills": [
|
||||
"./seo-audit"
|
||||
"./seo"
|
||||
],
|
||||
"strict": false,
|
||||
"description": "Audit websites and pages for technical SEO, on-page SEO, schema markup, content discoverability, and answer-engine readiness. Use when prioritizing search visibility improvements; route AEO-specific implementation and measurement to the dedicated aeo skill."
|
||||
"description": "Audit and improve website discoverability across traditional search, answer engines, and generative search. Use for technical SEO, on-page content, structured data, question and entity architecture, AI citations, crawler controls, agent-readable content, and reproducible visibility measurement. Do not use for only copy-editing, writing, CMS operations, or generic AI marketing claims without a defined search surface and verification plan."
|
||||
},
|
||||
{
|
||||
"name": "site-reliability-engineering",
|
||||
|
||||
Reference in New Issue
Block a user