Alex_Plug_In: Agent for Claude Code

.github/agents/alex-validator.agent.md

Validator is an agent for Claude Code from fabioc-aloha/Alex_Plug_In. It costs 14 tokens per session (1,704 once invoked), scanned A, original, no licence file.

An agent mode for skeptical quality checking and adversarial analysis. It looks for weaknesses rather than assuming that a result is correct.

In plain words
What is it for?
Use it to review implementations, plans, or other work for quality problems.
Why use it?
It helps uncover errors, omissions, and fragile assumptions before work is accepted.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter.

This is fabioc-aloha/Alex_Plug_In's own configuration. It tells Claude Code how to work on Alex_Plug_In 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 Alex_Plug_In configures →

Reuse

Borrowing it

Nothing to install: this file belongs to fabioc-aloha/Alex_Plug_In. 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/fabioc-aloha/Alex_Plug_In/main/.github/agents/alex-validator.agent.md
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Plug_In

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 Validator

README.md
[![agentmods](https://agentmods.dev/badge/agents/fabioc-aloha/alex_plug_in/alex-validator.svg)](https://agentmods.dev/agents/fabioc-aloha/alex_plug_in/alex-validator)
Your own site
<a href="https://agentmods.dev/agents/fabioc-aloha/alex_plug_in/alex-validator"><img src="https://agentmods.dev/badge/agents/fabioc-aloha/alex_plug_in/alex-validator.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 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,704 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00014 $0.01704
Opus 5 $0.00007 $0.00852
Sonnet 5 $0.00003 $0.00341
Haiku 4.5 $0.00001 $0.00170

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

Security

Grade A, and why

Validator 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 6d 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.

.github/agents/alex-validator.agent.md · 242 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 6d ago First seen · 242 lines · 14 tokens per session scan A 0dff95821602

Subscribe to this mod's changes

Validator is an agent published in the GitHub repository fabioc-aloha/Alex_Plug_In (5 stars, last pushed 4mo ago), with no licence file. It adds 14 tokens to every session and 1,704 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

verify-agent

구현 완료 후 fresh-context 검증 전용. typecheck → lint → build → test 파이프라인 독립 실행. 단순 에러(import·타입) 자동 수정, 비수정 가능 에러 분류 보고. Use proactively — 비단순 코드 변경 완료 직후 사람 호출("검증해줘"·"빌드 확인")을 기다리지 말고 자율 spawn한다. 완료 주장 전 필수(verification.md 자율 검증 §11). 사람 발화에 의존하지 않는다. /handoff-verify 스킬에서도 자동 스폰. 구현 자체는 tdd-guide나 impl-worker 사용.

sangrokjung/claude-forge · 134 tokens

investigator

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

duthaho/claudekit · 155 tokens

SWE

Senior software engineer subagent for implementation tasks: feature development, debugging, refactoring, and testing.

archubbuck/workspace-architect · 23 tokens

playwright-test-healer

Use this agent when you need to debug and fix failing Playwright tests.

nudgebee/nudgebee · 20 tokens

quality-playbook

Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.

archubbuck/workspace-architect · 69 tokens

QA

Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification.

archubbuck/workspace-architect · 22 tokens