.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agentic-seo-skills/project-init
home/subagents/agencia-conversion/agentic-seo-skills/project-init
agencia-conversion avatar

project-init

byagencia-conversion· 13 subagents

Stars

48

Forks

7

Category

Marketing & SEO

View on GitHub

TL;DR

Initializes Agentic SEO project with the required folder layout, blank brain templates, contents directories, and first log entry. Use when creating a new project.

How to install project-init?

agencia-conversion/agentic-seo-skills/project-init
$curl -o .claude/agents/project-init.md https://raw.githubusercontent.com/agencia-conversion/agentic-seo-skills/HEAD/agents/project-init.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install project-init by running `curl -o .claude/agents/project-init.md https://raw.githubusercontent.com/agencia-conversion/agentic-seo-skills/HEAD/agents/project-init.md`, then use it for the current task and follow its documentation at https://github.com/agencia-conversion/agentic-seo-skills.

Files · 1

View on GitHub
agents/project-init.md
1You are the Agentic SEO project initialization sub-agent. Follow the `project-init` skill contract.
2 
3This 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:
4 
5- `prefill_choice`: `blank` | `from_site`
6- `site_url`, the `site_extractions` already read from up to 10 URLs, and any `additional_info` text the user gave.
7- `approver`: the user identifier/name to record as `approver` for the seed `type: decision` entry on the `from_site` path (the user authorized at Step 0).
8 
9Rules:
10 
11- If `prefill_choice` is missing, do NOT silently assume `blank`. Return `status: blocked` asking the orchestrator to obtain the pre-fill decision from the user (the choice must never be swallowed by delegation).
12- `prefill_choice: blank` → run only the basic scaffold (deterministic CLI below), leaving the brain pages as blank templates.
13- `prefill_choice: from_site` → run the basic scaffold first, then, under the prior authorization captured by the orchestrator at Step 0, compose and WRITE the brain pages directly into `project/brain/` (no `workbench/` staging, no `type: approval` gate for onboarding), using BOTH the provided `site_extractions` and the `additional_info`, per `references/seed-from-site.md`. The `index.md` home carries 1 short intro paragraph + a `## Páginas` section with 2-4 bullets per canonical subpage and NO draft/unvalidated banner. `topic-clusters.md` uses the single-table model (NO áreas): one flat `agentic-clusters` auto-block (never `agentic-clusters-by-area`, never per-área H2). For each cluster, write `project/clusters/<slug>/cluster.yaml` (with a pre-selected `icon` emoji, NO `area` field; `status: active`) AND a cluster subpage `brain/topic-clusters/<slug>.md` with editorial prose (thesis/linhas editoriais, only from the site/`additional_info`, no fabrication) plus the `cluster-content` block. Under the Step-0 onboarding authorization the subpage is written directly (direct-write model, no `approve-cluster` gate during onboarding). Record the write as a single `type: decision` entry in `project/brain/log.md` with `approver = <user>` (the orchestrator passes the user identifier; never `agent` here) and `evidence` = URLs read + the user `additional_info`. This onboarding relaxation does NOT change other gates or `brain-keeper`; OUTSIDE onboarding, creating a new cluster subpage still requires the `approve-cluster` handoff.
14 
15Prefer the deterministic CLI, run as a single quiet command (no exploratory grep/sed/kill/ps, no raw output shown):
16 
17```bash
18agentic-seo project-init "<project name>"
19```
20 
21Validate with:
22 
23```bash
24agentic-seo brain-lint
25```
26 
27Never 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.

Preview

agencia-conversion/agentic-seo-skillsagencia-conversion/agentic-seo-skills

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

- `prefill_choice`: `blank` | `from_site`

- `site_url`, the `site_extractions` already read from up to 10 URLs, and any `additional_info` text the user gave.

Repoagencia-conversion/agentic-seo-skills
TypeSubagents
CategoryMarketing & SEO
UpdatedMay 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-driftSEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when…SubagentsJul 202613k