Skip to content

autoresearch

Runs Agentic SEO Autoresearch experiment loops for skills, fixtures, regressions, and keep/reject decisions.

From plugin
4813 skills13 agents2 commands3 hooks
shell
$ npx -y skills add agencia-conversion/agentic-seo-skills --agent claude-code

Ships 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.
How auto-invocation works

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.md
name: 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.

Read it on GitHub ↗
Ships withagentic-seo

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,

Get the whole plugin, auto-invoked
Stats
48
Stars
0
Views
7
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
2mo ago
Last commit
3mo ago
Created

Repo: agencia-conversion/agentic-seo-skills