project-init

Create an Agentic SEO project structure with brain templates and metadata.

49|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/agencia-conversion/agentic-seo-skills --skill project-init-agencia-conversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-init
Source: https://github.com/agencia-conversion/agentic-seo-skills/tree/main/skills/project-init
Command: npx skills add https://github.com/agencia-conversion/agentic-seo-skills --skill project-init-agencia-conversion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It creates the required local Agentic SEO project structure quickly and safely, so you can start work without manually setting up folders, templates, and baseline brain/log files.

Core Features & Use Cases

  • Standard project scaffold: Initializes the single project/ root with the full Agentic SEO directory layout.
  • Blank brain templates: Creates the canonical brain pages from templates (idempotently), including brain/review.md populated with universal editorial rules.
  • Initial project metadata + first log entry: Writes project/.agentic-seo/project.json and appends a type: decision entry to brain/log.md.
  • Optional seed-from-doc workflow: After scaffolding, supports distributing a user-provided strategic document into the relevant brain pages.

Quick Start

Ask the agent to initialize a new Agentic SEO project named "My Project" for market "Brazil" in language "pt-BR" using the site URL you provide.

Frequently Asked Questions about project-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold an Agentic SEO project structure locally?

Scaffolding an Agentic SEO project creates the required directory structure, blank brain templates, project metadata, and an initial log entry in your local `project/` folder automatically.

What files are created when bootstrapping an Agentic SEO project?

Bootstrapping writes `project/.agentic-seo/project.json` and creates canonical brain pages including `index.md`, `identity.md`, `voice.md`, `technology.md`, `topic-clusters.md`, `review.md`, and `log.md` from blank templates.

Can I re-run project initialization without overwriting my existing brain templates?

Yes, the project setup uses idempotent behavior, meaning re-running initialization preserves existing user content and will not overwrite substantive files already present in your brain templates or project directory.

How do I set up project metadata for a new Agentic SEO campaign?

Setup writes `project.json` with `schema_version: "2.0.0"` into the `.agentic-seo` directory and appends a `type: decision` entry to `brain/log.md` to record the baseline configuration.

What's the best way to start Agentic SEO work without manually creating directories?

The best way is to request project creation from your agent, which instantly generates the standard `project/` root scaffold and baseline brain files so you can begin work immediately.

Does initializing an Agentic SEO project support seeding content from existing documents?

Yes, after scaffolding the directory and brain templates, the workflow supports distributing a user-provided strategic document into the relevant brain pages to seed initial content.