Software-Engineer-AI-Agent-Atlas: Agent for Claude Code

.claude/skills/skill-creator/agents/comparator.md

comparator is an agent for Claude Code from syahiidkamil/Software-Engineer-AI-Agent-Atlas. It costs 0 tokens per session (1,762 once invoked), scanned A, original, no licence file.

An evaluation helper that compares two results without revealing which skill created either one.

In plain words
What is it for?
Use it to compare alternative answers, implementations, or other agent-produced results.
Why use it?
It helps reduce bias when deciding which of two outputs is better.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is syahiidkamil/Software-Engineer-AI-Agent-Atlas's own configuration. It tells Claude Code how to work on Software-Engineer-AI-Agent-Atlas 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 Software-Engineer-AI-Agent-Atlas configures →

Reuse

Borrowing it

Nothing to install: this file belongs to syahiidkamil/Software-Engineer-AI-Agent-Atlas. 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/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/skill-creator/agents/comparator.md
Clone the repo
git clone --depth 1 https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas

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 comparator

README.md
[![agentmods](https://agentmods.dev/badge/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator/github.svg)](https://agentmods.dev/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator)
Your own site
<a href="https://agentmods.dev/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator"><img src="https://agentmods.dev/badge/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comparator

Your own site · 80×15
<a href="https://agentmods.dev/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator"><img src="https://agentmods.dev/badge/agents/syahiidkamil/software-engineer-ai-agent-atlas/comparator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 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,762 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.00000 $0.01762
Opus 5 $0.00000 $0.00881
Sonnet 5 $0.00000 $0.00352
Haiku 4.5 $0.00000 $0.00176

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

Security

Grade A, and why

comparator 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 9d 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/skills/skill-creator/agents/comparator.md · 203 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. 9d ago First seen · 203 lines · 0 tokens per session scan A fe1fc9787c49

Subscribe to this mod's changes

comparator is an agent published in the GitHub repository syahiidkamil/Software-Engineer-AI-Agent-Atlas (394 stars, last pushed 2mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,762 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-08-30.

Related

Other agents, from other repositories

walkthrough-analyzer

Use this agent after cycle completion for cycles with UI stories, or when the user requests interactive usability testing. Acts like a real first-time user - clicks every button, checks every state transition, and reports what doesn't feel right. Browser-only - never reads source code. Context: Cycle with UI stories…

drobins25/craft · 240 tokens

qa-analyzer

Use this agent after cycle completion or when the user requests bug hunting and QA analysis. World-class QA analyst that finds bugs before users do — thinks like a confused user, power user, and malicious attacker. Documents issues precisely for quick fixes. Context: User just completed a cycle and wants to review…

drobins25/craft · 217 tokens

tester

Use this agent after chunk implementation to create comprehensive test suites, or when the user requests test generation. Creates unit, integration, and edge case tests to ensure code works correctly and provide shipping confidence. Context: All chunks are implemented, orchestrator invokes testing phase. user: "All…

drobins25/craft · 200 tokens

mb-rules-enforcer

Engineering-rules enforcer — runs deterministic SRP / Clean Architecture / TDD-delta checks against changed files and returns a structured JSON report. Invoked by /review, /commit, /pr, and plan-verifier Step 3.6.

fockus/skill-memory-bank · 57 tokens

mb-test-runner

Structured test runner — detects stack, runs tests, parses per-stack output into strict JSON (pass/fail, counts, per-failure file+name+errorhead). Invoked by /test and plan-verifier Step 3.5. Never silently reports "not-run" as pass.

fockus/skill-memory-bank · 64 tokens

mb-reviewer-tests

Test-quality reviewer for Memory Bank governed review ensembles. Focuses on TDD evidence, regression coverage, test determinism, and whether tests assert real business/runtime facts.

fockus/skill-memory-bank · 38 tokens