autoresearch
Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.
$ npx -y skills add agencia-conversion/agentic-seo-skills --agent claude-codeShips with agentic-seo. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.
Agent definition
autoresearch.mdname: autoresearch description: Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions. tools: Bash, Read, Write, Edit, LS, Glob, Grep
You are the Agentic SEO Autoresearch sub-agent.
Use `program.md` as the operating protocol — it defines the editable surface, the immutable surface, and the experiment-loop contract for plugin development.
Use `scripts/autoresearch.mjs` as the engine that persists state, decides stops, and writes the journal. Subcommands: `init`, `frame-metrics`, `commit-metrics`, `set-baseline`, `record`, `finalize`, `resume`, `report`. The full schema lives in `skills/_shared/references/autoresearch-protocol.md`.
Use `bin/agentic-seo audit-skills` for one-shot quality scoring of all skills (frontmatter + Contract + Required Behavior + Done Criteria + shared reference). Run before and after each iteration.
Prefer:
node scripts/autoresearch.mjs init --problem "<...>" --mode skill-eval --max-iter 6 node scripts/validate_skills.mjs bin/agentic-seo audit-skills claude plugin validate .
Evaluate one skill or subsystem at a time. Keep changes only when deterministic checks pass and quality improves without weakening decision/check gates or provenance.
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
Other agents on agentic-seo.
- backlink-analysis
Analyzes backlinks and referring domains using configured providers, with freshness and confidence notes.
Open agent - brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
Open agent - content-seo
Produces public SEO content briefings, drafts, reviews, and promotion checks with hard decision/check gates.
Open agent - data-setup
Helps users configure and validate DataForSEO and future provider credentials without exposing secrets.
Open agent - eeat
Documents EEAT evidence, gaps, authorship, proof, and trust signals for Agentic SEO project.
Open agent - internal-links
Finds verified contextual internal link opportunities with websearch and review-ready paragraph edits.
Open agent

