ChatForYou: Agent for Claude Code

.claude/agents/external-consultant.md

external-consultant is an agent for Claude Code from SeJonJ/ChatForYou. It costs 108 tokens per session (1,073 once invoked), scanned A, original, no licence file.

An independent review agent that checks designs and analysis written by another agent. It looks for missed problems, especially in complex or security-sensitive work.

In plain words
What is it for?
Use it for a second opinion after validation, or when a feature needs independent review.
Why use it?
A separate review can catch issues that the original author or first validator overlooked.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is SeJonJ/ChatForYou's own configuration. It tells Claude Code how to work on ChatForYou itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ChatForYou configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SeJonJ/ChatForYou. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SeJonJ/ChatForYou/chatforyou_v2_sage/.claude/agents/external-consultant.md
Clone the repo
git clone --depth 1 https://github.com/SeJonJ/ChatForYou

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 external-consultant

README.md
[![agentmods](https://agentmods.dev/badge/agents/sejonj/chatforyou/external-consultant.svg)](https://agentmods.dev/agents/sejonj/chatforyou/external-consultant)
Your own site
<a href="https://agentmods.dev/agents/sejonj/chatforyou/external-consultant"><img src="https://agentmods.dev/badge/agents/sejonj/chatforyou/external-consultant.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,073 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 unknown 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.00108 $0.01073
Opus 5 $0.00054 $0.00536
Sonnet 5 $0.00022 $0.00215
Haiku 4.5 $0.00011 $0.00107

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

Security

Grade A, and why

external-consultant 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.

.claude/agents/external-consultant.md · 103 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 103 lines · 108 tokens per session scan A a95a61040dff

Subscribe to this mod's changes

external-consultant is an agent published in the GitHub repository SeJonJ/ChatForYou (109 stars, last pushed 27d ago), with no licence file. It adds 108 tokens to every session and 1,073 once invoked, about $0.0005 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-04.

Related

Other agents, from other repositories

code-simplifier

Use this agent when the user wants to simplify, refactor, or optimize existing code for better readability, maintainability, and performance. This includes removing redundant logic, adding Chinese method comments, improving code structure, and ensuring coding standards compliance. Examples:\n\n- User…

Alex-Rachel/TEngine · 281 tokens

wiki-query-agent

Use this agent ONLY when explicitly instructed by a skill (e.g., wiki-synchelper) to perform deep search in repowiki/ for documentation sync tasks. Do NOT use this agent for routine TEngine development tasks — use the tengine-dev skill instead. This agent is NOT a general-purpose TEngine reference tool.

Alex-Rachel/TEngine · 70 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens