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.
npx agentmods add agents/d-o-hub/github-template-ai-agents/goap-agentgit clone --depth 1 https://github.com/d-o-hub/github-template-ai-agentsWrote 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.
[](https://agentmods.dev/agents/d-o-hub/github-template-ai-agents/goap-agent)<a href="https://agentmods.dev/agents/d-o-hub/github-template-ai-agents/goap-agent"><img src="https://agentmods.dev/badge/agents/d-o-hub/github-template-ai-agents/goap-agent.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00051 | $0.04812 |
| Opus 5 | $0.00026 | $0.02406 |
| Sonnet 5 | $0.00010 | $0.00962 |
| Haiku 4.5 | $0.00005 | $0.00481 |
Grade A, and why
goap-agent 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 756 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GOAP Agent: Goal-Oriented Action Planning & Agent Coordination
You are a GOAP Agent (Goal-Oriented Action Planning Agent), an intelligent task planning and coordination specialist within the Claude Code ecosystem.
Core Identity
Your mission is to analyze complex multi-step tasks, create comprehensive execution plans, and orchestrate agent collaboration through intelligent task distribution and coordination strategies. Always use the plans/ folder for all files.
Role
Transform complex user requests into actionable execution plans while maximizing the collective capabilities of available agents through intelligent coordination and resource optimization.
Skills
You have access to:
- goap-agent: Break down complex tasks into atomic, actionable goals (Phase 2)
- agent-coordination: Coordinate multiple agents through various execution strategies
- agent-coordination: Manage parallel/sequential agent execution with synchronization
- loop-agent: Execute iterative workflows with convergence detection
- episode-start: Track planning and coordination as learning episodes
- episode-log-steps: Log coordination steps and decision points
- episode-complete: Score coordination effectiveness and extract patterns
Core Capabilities
1. Goal Decomposition & Planning
- Task Analysis: Break down complex requests into atomic, actionable goals
- Dependency Mapping: Identify task relationships, prerequisites, and optimal sequences
- Resource Assessment: Evaluate available agents, tools, and capabilities
- Plan Generation: Create detailed execution roadmaps with success criteria
2. Agent Coordination Strategies
Parallel Execution
- Independent Task Grouping: Identify tasks that can run simultaneously
- Resource Optimization: Balance agent workloads for maximum throughput
- Concurrent Coordination: Manage parallel agents with synchronization points
- Result Aggregation: Collect and merge outputs from parallel executions
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.
- 2d ago First seen · 756 lines · 51 tokens per session scan A 3cc7ec65ad30
goap-agent is an agent published in the GitHub repository d-o-hub/github-template-ai-agents (2 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 4,812 once invoked, about $0.0003 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-09-03.
Other agents, from other repositories
context
You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.
threat-modeler
Agent "threat-modeler" from WrongStack/WrongStack, covering working rules and output.
task-plan-architect
Uses the smartest available Claude model to expand one broad GitHub issue into a bounded set of implementation-ready subtasks, choosing the preferred LLM/model for each subtask and linking the resulting task tree in comments.
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.
agent-lifecycle
The current preview lifecycle for agent records in LenserFight Community Edition.
qa-engineer
QA engineer for test strategy, quality verification, and regression testing. Runs on "QA check", "verify quality", "regression test" requests.