Claude Cursor GitHub Copilot Agent

README

Imported from mykpono/ultimate-seo-geo/agents/README.md.

LLM Mart · 0 points · 9 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download mykpono-ultimate-seo-geo-agents_README.md-bb25619.zip · 0 KB
Part of mykpono/ultimate-seo-geo — 4 skills

Install

skills CLI npx skills add https://github.com/mykpono/ultimate-seo-geo/tree/main/agents/README.md
Git git clone https://github.com/mykpono/ultimate-seo-geo.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

README

Subagent capability definitions

Parallel workers for SEO audits are documented in PARALLEL-AUDIT.md (single file: scopes, scripts, references).

How platforms use this

Platform Interpretation
Cursor Host AI uses Task tool to spawn parallel subagents from PARALLEL-AUDIT.md
Claude Code Can install excerpts under ~/.claude/agents/ with YAML frontmatter if desired
Copilot / Gemini / others Host reads as context for how to parallelize script runs

Orchestration pattern

  1. Run site_mapper.py to discover URLs when needed.
  2. Spawn workers per row in PARALLEL-AUDIT.md (independent script groups only).
  3. Merge results; deduplicate with finding_verifier.py.
  4. Produce the unified report. The Health Score comes only from generate_report.py; without it, report "not scored" (§ 2).

See also references/procedures/21-script-toolbox.md (orchestrator-workers pattern, context compaction).

Files (ultimate-seo-geo)
  • README.md 1004 B
    # Subagent capability definitions
    
    Parallel workers for SEO audits are documented in **[`PARALLEL-AUDIT.md`](PARALLEL-AUDIT.md)** (single file: scopes, scripts, references).
    
    ## How platforms use this
    
    | Platform | Interpretation |
    |----------|----------------|
    | **Cursor** | Host AI uses Task tool to spawn parallel subagents from `PARALLEL-AUDIT.md` |
    | **Claude Code** | Can install excerpts under `~/.claude/agents/` with YAML frontmatter if desired |
    | **Copilot / Gemini / others** | Host reads as context for how to parallelize script runs |
    
    ## Orchestration pattern
    
    1. Run `site_mapper.py` to discover URLs when needed.
    2. Spawn workers per row in `PARALLEL-AUDIT.md` (independent script groups only).
    3. Merge results; deduplicate with `finding_verifier.py`.
    4. Produce the unified report. The Health Score comes only from `generate_report.py`; without it, report "not scored" (§ 2).
    
    See also `references/procedures/21-script-toolbox.md` (orchestrator-workers pattern, context compaction).
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related