seo-skills-creator

Create self-sufficient Agentic SEO narrative skills from user requests.

49|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/agencia-conversion/agentic-seo-skills --skill seo-skills-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-skills-creator
Source: https://github.com/agencia-conversion/agentic-seo-skills/tree/main/skills/seo-skills-creator
Command: npx skills add https://github.com/agencia-conversion/agentic-seo-skills --skill seo-skills-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you create, rewrite, or refactor an Agentic SEO skill into a single self-sufficient narrative that an agent can execute without relying on shared hidden context.

Core Features & Use Cases

  • Skill creation and refactoring: Turns a user request into a new skills/<name>/SKILL.md (including narrative structure, gates, invariants, and output contract).
  • Contract-to-narrative conversion: Converts a formal contract skill into a narrative, self-sufficient skill that preserves evidence and decision logging rules.
  • Quality assurance via tri-agent loop: Sets up an evaluation workflow (developer writes, executor runs on a fixture, reviewer grades) with a clear acceptance threshold.

Quick Start

Use it when you say: create a new narrative Agentic SEO skill for reviewing SERP evidence packets at skills/serp-quality-review/SKILL.md.

Frequently Asked Questions about seo-skills-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a contract-style skill into a narrative executor-ready SKILL.md?▼

To convert a contract-style skill into a narrative executor-ready SKILL.md, use this tool to refactor the original contract into a self-sufficient workflow that preserves evidence and decision logging rules without relying on shared hidden context.

What is evidence gating in agentic SEO skill authoring?▼

Evidence gating in agentic SEO skill authoring is a mechanism that creates deterministic, evidence-aware workflows with explicit gates and acceptance thresholds to ensure an agent executes tasks based on verified inputs rather than assumptions.

How do I set up a tri-agent evaluation loop for skill quality assurance?▼

Set up a tri-agent evaluation loop by configuring a workflow where a developer writes the skill, an executor runs it on a fixture, and a reviewer grades the output against a clear acceptance threshold to ensure quality.

Do I need a shared context directory to create a self-sufficient Agentic SEO skill?▼

No, you do not need a shared context directory. This skill authoring process produces a deterministic narrative SKILL.md file with an explicit output schema and language fidelity, operating with no mandatory dependency on _shared/ context.

What is the best way to refactor an existing SKILL.md file into a narrative workflow?▼

The best way to refactor an existing SKILL.md file into a narrative workflow is to rewrite it into a single self-sufficient narrative that an agent can execute, including explicit invariants, gates, and an output contract.