[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81656":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":15,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":34,"readmeContent":35,"aiSummary":36,"trendingCount":16,"starSnapshotCount":16,"syncStatus":15,"lastSyncTime":37,"discoverSource":38},81656,"agentic-seo-skills","agencia-conversion\u002Fagentic-seo-skills","agencia-conversion","Agentic SEO operating system as a Claude Code plugin: project Wiki, DataForSEO workflows, content briefs, technical SEO, and human-approval gates.","https:\u002F\u002Fgithub.com\u002Fagencia-conversion\u002Fseo-brain",null,"TypeScript",41,4,3,2,0,9,20,6,52.6,"MIT License",false,"main",true,[26,27,28,29,30,31,32,33],"agentic-ai","agentic-seo","claude-code","claude-code-plugin","claude-code-skill","dataforseo","seo","technical-seo","2026-06-12 04:01:34","# Agentic SEO Skills\n\nAgentic 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, evidence, and limitations. The Web Companion is where you read and approve every deliverable.\n\n## Install\n\nRun these commands in a terminal where Claude Code is available as `claude`:\n\n```bash\nclaude plugin marketplace add agencia-conversion\u002Fagentic-seo-skills\nclaude plugin install agentic-seo@agentic-seo-skills-marketplace\n```\n\nThen restart Claude Code or run `\u002Freload-plugins` inside an active session.\n\n## Start\n\n```text\n\u002Fagentic-seo:start\n```\n\nThe agent orients the session, runs `project-init` when needed, and routes every substantive deliverable through the Web Companion. For a five-minute walkthrough, see [`docs\u002Fgetting-started.md`](docs\u002Fgetting-started.md).\n\n## Update\n\n```bash\nclaude plugin marketplace update agentic-seo-skills-marketplace\nclaude plugin update agentic-seo@agentic-seo-skills-marketplace\n```\n\nThen restart Claude Code or run `\u002Freload-plugins`.\n\n## How it works\n\n- Humans own strategy, judgment, and positioning.\n- Agents execute repeatable intelligence with explicit criteria.\n- The Web Companion is the delivery surface — chat is for short conversation; deliverables are read in the Companion.\n- Project knowledge compounds in an Obsidian-compatible brain at `project\u002Fbrain\u002F`.\n- Raw sources, working analysis, deliverables, public content, and authorial knowledge stay in distinct folders.\n\nSix pillars: Strategy · Brain · Technology · Technical SEO · Content · Data and Analysis.\n\nAgentic SEO is English-first and officially supports Brazilian Portuguese. Generated prose preserves spelling, accents, and diacritics in the requested language.\n\n## Documentation\n\n| For | Start here |\n|---|---|\n| Users | [`docs\u002Fgetting-started.md`](docs\u002Fgetting-started.md), [`docs\u002Fweb-companion.md`](docs\u002Fweb-companion.md), [`docs\u002Fbrain.md`](docs\u002Fbrain.md), [`docs\u002Fclusters.md`](docs\u002Fclusters.md) |\n| Contributors | [`docs\u002Farchitecture.md`](docs\u002Farchitecture.md), [`docs\u002Fcontributing.md`](docs\u002Fcontributing.md), [`docs\u002Frefactor-status.md`](docs\u002Frefactor-status.md) |\n| Specifications | [`docs\u002Fspecs\u002F`](docs\u002Fspecs\u002F) |\n\nThe full index is at [`docs\u002FREADME.md`](docs\u002FREADME.md).\n\n## Local development\n\nTo load the plugin from a local checkout without installing it:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fagencia-conversion\u002Fagentic-seo-skills.git\ncd agentic-seo-skills\nnpm install\nnpm run build\nclaude --plugin-dir .\n```\n\nRunning plain `claude` from this repository opens the folder as a normal project; plugin skills are only available after loading with `--plugin-dir` or installing through the Claude Code plugin marketplace.\n\nValidate the manifests and run the tests:\n\n```bash\nclaude plugin validate .claude-plugin\u002Fplugin.json\nclaude plugin validate .claude-plugin\u002Fmarketplace.json\nnpm test\nnode scripts\u002Fvalidate_skills.mjs\n```\n\nFor the full development workflow, see [`docs\u002Fcontributing.md`](docs\u002Fcontributing.md).\n\n## Other IDEs and Agents\n\nAgentic SEO is officially supported only as a Claude Code plugin in the current release.\n\nOther IDEs and agents can test the portable parts of the framework, but not the complete plugin experience. What can be tested:\n\n- reading `AGENTS.md` for the cross-agent runtime contract;\n- reading `skills\u002F\u003Cskill-name>\u002FSKILL.md` files as portable skill instructions;\n- running the local CLI commands after cloning the repository;\n- using `templates\u002F` and `docs\u002F` as reference material;\n- validating source separation, brain layout, and decision-aware workflows manually.\n\nWhat is Claude Code-specific and should not be expected to work in other IDEs: `\u002Fagentic-seo:*` plugin slash commands, plugin installation through `.claude-plugin\u002Fplugin.json`, `SessionStart` hooks and runtime context injection, Claude Code `userConfig` for sensitive settings, plugin-scoped browser handoff behaviour, and marketplace install\u002Fupdate semantics.\n\nCodex compatibility is best-effort through `AGENTS.md`, `.codex-plugin\u002Fplugin.json`, and standard `skills\u002F\u003Cskill-name>\u002FSKILL.md` directories.\n\n## Release\n\nAgentic SEO 0.2.0 is distributed through:\n\n- GitHub repository: `agencia-conversion\u002Fagentic-seo-skills`\n- Claude Code marketplace: `.claude-plugin\u002Fmarketplace.json`\n- Claude Code plugin id: `agentic-seo@agentic-seo-skills-marketplace`\n- Claude plugin release tag: `agentic-seo--v0.2.0`\n\n## Security\n\nDo not commit secrets, raw client data, generated runs, or provider responses from real clients. Credentials belong in Claude Code plugin user configuration or local ignored environment files.\n","Agentic SEO Skills 是一个作为 Claude Code 插件提供的 SEO 操作系统，它结合了人工智能和人工判断来执行SEO任务。项目支持从项目Wiki管理、DataForSEO工作流集成到内容简报生成和技术SEO检查等一系列功能，并且所有关键决策需要经过人类审批。该插件使用TypeScript编写，其核心在于通过智能代理完成研究、分析、内容草稿撰写及技术审核等工作，同时记录下每个步骤的依据与限制条件。适用于需要高效管理和优化网站SEO表现的企业或个人开发者，特别是在追求高质量SEO成果但又希望保留最终控制权的情况下特别有用。","2026-06-11 04:05:52","CREATED_QUERY"]