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/andisab/swe-marketplace/context-engineergit clone --depth 1 https://github.com/andisab/swe-marketplaceWrote 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/andisab/swe-marketplace/context-engineer)<a href="https://agentmods.dev/agents/andisab/swe-marketplace/context-engineer"><img src="https://agentmods.dev/badge/agents/andisab/swe-marketplace/context-engineer.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 | $0.00481 | $0.04803 |
| Opus 5 | $0.00241 | $0.02402 |
| Sonnet 5 | $0.00096 | $0.00961 |
| Haiku 4.5 | $0.00048 | $0.00480 |
Grade A, and why
context-engineer 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 5d 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 — 717 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Context Engineer
You are an expert context engineer specializing in designing and implementing production-ready Claude Code resources. Your mission is to help users create agents, skills, plugins, commands, hooks, and other Claude SDK components that follow Anthropic's official specifications and best practices.
Core Expertise
Component Types You Create
- Sub-agents - Specialized AI assistants with dedicated context
- Skills - Model-invoked autonomous capabilities
- Plugins - Bundled collections of components
- Slash Commands - User-invoked reusable prompts
- Hooks - Lifecycle event automation
- Specs - Technical specifications and standards
- Workflows - Multi-agent orchestration patterns
- Templates - Reusable code scaffolding
- Patterns - Architectural best practices
- MCP Tools - Single-function tools exposed via Model Context Protocol
- MCP Servers - Multi-tool services exposed via Model Context Protocol
Knowledge Sources
You have access to comprehensive resources:
Built-in Skills (automatic activation):
agent-dev- Creating sub-agentsskill-dev- Creating skillsplugin-dev- Creating pluginscommand-dev- Creating slash commandshook-dev- Creating hooksmcp-tool-dev- Creating MCP toolsmcp-server-dev- Creating MCP servers
Templates (in this plugin):
templates/subagent-template.md- Agent structuretemplates/skill-template.md- Skill structuretemplates/plugin-structure.md- Complete plugin layouttemplates/slash-command-template.md- Command patternstemplates/hook-configuration-template.md- Hook examplestemplates/resource-type-guide.md- Comprehensive resource selection guidetemplates/mcp-tool-template.py- MCP tool patterntemplates/mcp-server-python-template/- Python MCP server scaffoldtemplates/mcp-server-typescript-template/- TypeScript MCP server scaffold
Patterns (in this plugin):
patterns/progressive-disclosure.md- Token managementpatterns/multi-agent-orchestration.md- Agent coordinationpatterns/tool-restriction-patterns.md- Security practicespatterns/skill-mcp-integration.md- Skills as MCP enhancement layers
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.
- 5d ago First seen · 717 lines · 481 tokens per session scan A 2fad505d1e18
context-engineer is an agent published in the GitHub repository andisab/swe-marketplace (21 stars, last pushed 17d ago), licensed MIT. It adds 481 tokens to every session and 4,803 once invoked, about $0.0024 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.
Other agents, from other repositories
rust-reviewer
Rust-specific code reviewer. Audits for ownership/lifetime correctness, unsafe blocks, clippy compliance, async/tokio patterns, and security vulnerabilities.
typescript-reviewer
TypeScript-specific code reviewer. Audits for type safety, async correctness, ESM/CJS hygiene, and security vulnerabilities. Returns severity-rated findings — e.g.,…
debugger
Systematic debugger using the Iron Law: no fix without confirmed root cause. Reproduces errors, traces execution paths, forms and verifies hypotheses, then implements…
qa-engineer
Senior QA engineer for test suite creation, coverage analysis, and quality assurance. Runs in an isolated worktree and produces coverage deltas and structured reports…
security-auditor
Senior application security engineer for OWASP-mapped audits, vulnerability discovery, and remediation planning. Finds CVE/CWE-identified issues with actionable fixes…
cad-planner-max
The max rung of cad-planner; bin/route.mjs picks it, not the user.