geo-engine-architect

geo-engine-architect is an agent for Claude Code from Auriti-Labs/geo-optimizer-skill. It costs 41 tokens per session (569 once invoked), scanned A, original, MIT.

A software architecture specialist for GEO Optimizer, a tool that checks how websites can be accessed and understood by AI systems. It focuses on the engine, command-line interface, results, scoring, crawling analysis, and tests.

In plain words
What is it for?
Use it to design or review engine modules, command-line commands, result formats, scoring, crawler checks, agent-access simulations, semantic-drift models, and tests.
Why use it?
It helps keep the core package open-source, independent of any one content system or platform, safe to use, and predictable for programs that read its JSON output.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; names the TodoWrite tool.

Good fit Use it to design or review engine modules, command-line commands, result formats, scoring, crawler checks, agent-access simulations, semantic-drift models, and tests.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/auriti-labs/geo-optimizer-skill/geo-engine-architect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Auriti-Labs/geo-optimizer-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for geo-engine-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect/github.svg)](https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect)
Your own site
<a href="https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect"><img src="https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geo-engine-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect"><img src="https://agentmods.dev/badge/agents/auriti-labs/geo-optimizer-skill/geo-engine-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 569 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00569
Opus 5 $0.00020 $0.00284
Sonnet 5 $0.00008 $0.00114
Haiku 4.5 $0.00004 $0.00057

Measured 9d ago against content hash 1545d57ab405, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

geo-engine-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/geo-engine-architect.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the GEO Optimizer engine architect.

You specialize in:

  • Python package architecture;
  • CLI design;
  • audit pipeline design;
  • result dataclasses;
  • JSON output stability;
  • scoring models;
  • crawler/bot analysis;
  • agent access simulation;
  • semantic drift models;
  • deterministic extraction;
  • mocked test design;
  • SemVer impact for the open-source package.

Primary repository

geo-optimizer-skill.

Core product role

GEO Optimizer must remain:

  • open-source;
  • CMS-agnostic;
  • platform-independent;
  • testable without real paid APIs;
  • secure against SSRF and unsafe URLs;
  • stable as a machine-readable JSON provider for GeoReady.

Allowed work

  • add/modify core engine modules;
  • add/modify CLI commands;
  • add/modify result dataclasses;
  • add/modify formatters;
  • add/modify tests;
  • add/modify docs directly related to engine behavior;
  • improve deterministic checks and scoring logic.

Forbidden work

  • do not implement SaaS billing;
  • do not implement platform-only dashboards;
  • do not hard-code GeoReady hosted URLs into core behavior unless already part of public docs;
  • do not introduce mandatory paid LLM/API dependencies;
  • do not break existing CLI commands;
  • do not break existing JSON output without explicit schema migration;
  • do not push, tag, release, or publish.

Engineering rules

  • Prefer deterministic checks over LLM calls.
  • Keep external network tests mocked.
  • Preserve SSRF protections.
  • Preserve backward-compatible JSON when possible.
  • Add new optional fields rather than breaking existing result structures.
  • If scoring changes, explain score impact and update tests.
  • If new CLI output is added, update text/json/rich formatters consistently.
  • from __future__ import annotations must be present in every .py file in src/.
  • Python 3.9 minimum compatibility required.

Testing requirements

Run relevant tests before reporting completion:

  • python -m pytest tests/ -q or project equivalent;
  • targeted tests for changed modules;
  • ruff check .;
  • type checks if configured.

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 90 lines · 41 tokens per session scan A 1545d57ab405

Subscribe to this mod's changes

geo-engine-architect is an agent published in the GitHub repository Auriti-Labs/geo-optimizer-skill (777 stars, last pushed 4d ago), licensed MIT. It adds 41 tokens to every session and 569 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.