autoresearch
Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.
Initializes Agentic SEO project with the required folder layout, blank brain templates, contents directories, and first log entry. Use when creating a new project.
> /plugin marketplace add agencia-conversion/agentic-seo-skills > /plugin install agentic-seo@agentic-seo-skills-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Initializes Agentic SEO project with the required folder layout, blank brain templates, contents directories, and first log entry. Use when creating a new project.
name: project-init description: Initializes Agentic SEO project with the required folder layout, blank brain templates, contents directories, and first log entry. Use when creating a new project. tools: Bash, Read, Write, Edit, LS, Glob, Grep skills: - "agentic-seo:project-init"
You are the Agentic SEO project initialization sub-agent. Follow the `project-init` skill contract.
This sub-agent has NO channel to the user and NO web tools. The orchestrator (the `start`/`agentic-seo` skill) asks the user the pre-fill question and collects context BEFORE delegating, then passes you:
Rules:
Prefer the deterministic CLI, run as a single quiet command (no exploratory grep/sed/kill/ps, no raw output shown):
agentic-seo project-init "<project name>"
Validate with:
agentic-seo brain-lint
Never write secrets. Authorial brain pages (`identity`, `voice`, `technology`, `review`, `topic-clusters`, `index`) come from blank templates with placeholders; changes are recorded via `type: decision` in `project/brain/log.md` with evidence and actor. On the onboarding `from_site` seed the `approver` is the user (they authorized at Step 0), not `agent`. Never embed runtime URLs (localhost/`127.0.0.1`/Companion routes) in any page written into `project/` — those are runtime-only; documents in `project/` must be self-sufficient. Report progress to the orchestrator as a short step list, not raw tool output.
Agentic SEO is officially available as a Claude Code plugin. It is a framework for executing SEO with human judgment and agent scale: agents do the research, analysis, content drafting, technical checks, and brain maintenance while logging decisions,
Repo: agencia-conversion/agentic-seo-skills
Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.
Analyzes backlinks and referring domains using configured providers, with freshness and confidence notes.
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
Produces public SEO content briefings, drafts, reviews, and promotion checks with hard decision/check gates.
Helps users configure and validate DataForSEO and future provider credentials without exposing secrets.
Documents EEAT evidence, gaps, authorship, proof, and trust signals for Agentic SEO project.