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/duc01226/easyplatform/agent-patternsgit clone --depth 1 https://github.com/duc01226/EasyPlatformWrote 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/duc01226/easyplatform/agent-patterns)<a href="https://agentmods.dev/agents/duc01226/easyplatform/agent-patterns"><img src="https://agentmods.dev/badge/agents/duc01226/easyplatform/agent-patterns.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.00000 | $0.04085 |
| Opus 5 | $0.00000 | $0.02042 |
| Sonnet 5 | $0.00000 | $0.00817 |
| Haiku 4.5 | $0.00000 | $0.00409 |
Grade A, and why
agent-patterns 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 — 692 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Patterns
When and how to use each agent type effectively
Overview
This guide provides detailed patterns for using each agent type, including decision trees, real-world examples, and composition strategies for complex workflows.
Exploration Agents
Scout Agent
Purpose: Fast file discovery using pattern matching.
Best For:
- Finding files by name patterns
- Locating implementations before changes
- Understanding file distribution across directories
Invocation:
Task({
subagent_type: 'scout',
prompt: 'Find all files related to employee validation in ServiceB',
description: 'Find employee validation files'
});
Pattern: Targeted Search
// Specific file type in specific service
Task({
subagent_type: 'scout',
prompt: 'Find all *CommandHandler.cs files in ServiceA/UseCaseCommands/',
description: 'Find ServiceA command handlers'
});
Pattern: Relationship Discovery
// Find related files across boundaries
Task({
subagent_type: 'scout',
prompt: 'Find all files that reference EmployeeEntity - include consumers, producers, DTOs, and tests',
description: 'Find EmployeeEntity dependencies'
});
When to Use Scout vs Direct Tools:
| Need | Use Scout | Use Direct Tools |
|---|---|---|
| Find by name pattern | Multiple directories | Single known directory |
| Find by content | Cross-service | Known file |
| Understand structure | Yes | No |
| Quick lookup | No | Yes |
Explore Agent
Purpose: Thorough codebase exploration with context.
Best For:
- Understanding how features work
- Mapping service boundaries
- Answering architectural questions
Invocation:
Task({
subagent_type: 'Explore',
prompt: 'How does the leave request approval workflow work? Trace from API endpoint to final state change.',
description: 'Explore leave approval workflow'
});
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 · 692 lines · 0 tokens per session scan A b21c67c86734
agent-patterns is an agent published in the GitHub repository duc01226/EasyPlatform (9 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,085 tokens. 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
extractor
Autonomous knowledge extraction agent. Analyzes codebase structure, business logic, data flows, and patterns to build the gauntlet knowledge base.
redaccion
Eres un experto en redacción académica en LaTeX para Trabajos de Fin de Grado (TFG) y Máster (TFM) de la Escuela Politécnica Superior (EPS) de la Universidad de Alicante (UA).
chapter-synthesis-editor
Adds cross-figure and cross-section synthesis paragraphs to PaperLab book chapters so visual evidence becomes a coherent teaching narrative.
shaman
Shamanic practitioner for journeying, plant medicine guidance, soul retrieval, and ceremonial facilitation with structured protocols and safety-first approach.
slide-auditor
Visual layout auditor for RevealJS and Beamer slides. Checks for overflow, font consistency, box fatigue, and spacing issues. Use proactively after creating or modifying slides.
onboard-guide
Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.