Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.19 KB

File metadata and controls

36 lines (24 loc) · 1.19 KB

Contributing

Thanks for improving google-seo-agent-skills.

Requirements

Checks before PR

python scripts/lint_skills.py
python scripts/run_evals.py

Adding a skill

  1. Create skills/<name>/SKILL.md with required frontmatter and sections.
  2. Add the skill → URL row(s) in references/source-map.md.
  3. Optionally add scripts/ auditors (use scripts/http_html.py for fetches).
  4. Wire the skill into using-google-seo-skills router if it is a new domain.
  5. Lint and add an eval fixture when the skill has a checkable output.

Maintainer tools

  • scripts/dev/generate_skills.py — historical bulk generator (do not run casually)
  • scripts/dev/patch_rationalizations.py — one-off rationalization patches

Quality bar

Skills must be specific, verifiable, source-cited, and minimal. Process over prose.

This pack is standalone — do not vendor other agent-skill packs under .agents/.