Summary
The agent can generate SEO-targeted blog content at scale by chaining editorial principles, search optimization heuristics, and guardrail checks into reliable workflows. Invoke this when you need to produce keyword-ranked, fact-grounded content that maintains consistent quality and brand voice across multiple pieces.
SKILL.MD
Create high-quality AI-generated content using structured workflows
When to Activate
Load this skill when you need to:
- Generate or update informational, keyword-targeted blog content
- Create "how-to" articles or comparison lists for SEO
- Scale content production while maintaining quality standards
- Apply consistent editorial principles across multiple pieces
Core Knowledge
The Recipe for Great Writing
Great writing follows mechanical principles that LLMs execute consistently. Key editorial principles:
Clarity and precision:
- Use dense words ("novel" vs "something new", "worldwide" vs "on a global scale")
- Replace weasel words with specific examples (avoid "business outcomes", "experts believe", "analyzing data", "make a decision")
- Don't make hard things sound easy
Structure:
- Open with the most important information (in introduction and at paragraph starts)
- Address obvious objections to ideas upfront
- Ensure structure is mutually exclusive, collectively exhaustive (MECE)
- Deliver on the title's promise
The Recipe for Effective Search Content
Search content performance depends on following formulaic principles:
Foundation:
- Address the primary search intent
- Build upon consensus in existing search results
- Fill topic gaps between your content and competitors'
Enhancement:
- Add novel information beyond existing results
- Reference relevant existing content you've created
- Reference relevant external content for reader exploration
- Prioritize topics allowing natural product references
Technical optimization:
- Include keywords and variations naturally in important sections
- Hook reader interest with title and introduction
Why this works: Search content is intensely formulaic. The skyscraper method succeeds because effectiveness doesn't require poetry or SERP disagreement—straying too far from the Overton window typically degrades performance.
Modern AI Infrastructure Capabilities
You can now:
- Chain multiple LLM processes into continuous workflows (agentic models)
- Use guardrails to reduce probabilistic "wobble" and enable self-improvement
- Integrate AI across tools (MCP)
- Ground content in research, existing writing, tone of voice, brand guidelines (RAG, memory, context)
Constraints / Hard Rules
Must do:
- Codify editorial principles in system prompts and SKILL files for consistent application
- Chain heuristics together in reliable sequences
- Use recursive self-benchmarking to improve output quality
Must not:
- Assume AI content requires trading quality for speed—this trade-off no longer exists with proper setup
- Rely solely on basic chat interfaces—use structured workflows instead
- Stray unnecessarily far from SERP consensus (degrades performance)
Workflow
1. Establish Editorial Principles
Create a checklist covering:
- Objection handling requirements
- Word density standards
- Weasel word elimination rules
- Information hierarchy rules
- Specific examples from your brand voice
Codify these into reusable SKILL files.
2. Define Search Content Requirements
For each piece, specify:
- Primary search intent
- Existing SERP consensus (what competitors cover)
- Topic gaps to fill
- Relevant internal content to reference
- Target keywords and placement
3. Chain Processes Together
Sequence operations like:
- Research phase (WebFetch for site: searches, competitor analysis)
- Content structure generation (MECE framework)
- Drafting with editorial principles applied
- Gap filling and enhancement
- Self-benchmarking against standards
- Refinement based on benchmarking
Example: Use WebFetch to run site:ahrefs.com/blog [keyword] and return first three articles for context.
4. Apply Guardrails
Set up recursive checks:
- Does output follow all editorial principles?
- Are weasel words eliminated?
- Is structure MECE?
- Does it deliver on the title?
- Are keywords naturally integrated?
Have the system self-improve when benchmarks aren't met.
5. Ground in Context
Provide:
- Reference files of strong article introductions
- Brand voice guidelines
- Existing related content
- Trusted data sources (e.g., Ahrefs MCP)
Output Contract
When executing this skill, you produce:
For each content piece:
- Complete article following all editorial principles consistently
- Structure addressing primary search intent
- Topic gaps filled vs competitors
- Novel information beyond existing results
- Natural keyword integration
- Relevant internal and external references
- MECE organization
- Compelling title and introduction
Quality standard: Output indistinguishable from high-quality human-written content marketing, with consistent application of editorial principles that humans often apply unevenly due to fatigue or inattention.
Process documentation: If creating a custom workflow, document the sequence of ~15 custom SKILLs chained together for updating/creating content.