agents-guide

agents-guide is an agent for Claude Code from alirezarezvani/claude-code-skill-factory. It costs 70 tokens per session (2,543 once invoked), scanned A, original, MIT.

An interactive guide for creating specialized Claude Code agents, which are separate AI helpers configured for particular development tasks.

In plain words
What is it for?
Use it to define an agent's purpose, tools, model, appearance, and expertise, then create and install its Markdown file in a Claude Code agents directory.
Why use it?
It turns a general workflow idea into a validated agent file without requiring you to know the configuration format first.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/alirezarezvani/claude-code-skill-factory/agents-guide
Clone the repo
git clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factory

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 agents-guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/alirezarezvani/claude-code-skill-factory/agents-guide.svg)](https://agentmods.dev/agents/alirezarezvani/claude-code-skill-factory/agents-guide)
Your own site
<a href="https://agentmods.dev/agents/alirezarezvani/claude-code-skill-factory/agents-guide"><img src="https://agentmods.dev/badge/agents/alirezarezvani/claude-code-skill-factory/agents-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00070 $0.02543
Opus 5 $0.00035 $0.01272
Sonnet 5 $0.00014 $0.00509
Haiku 4.5 $0.00007 $0.00254

Measured 4d ago against content hash d70fbcd4cc02, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agents-guide 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 4d 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/agents-guide.md · 411 lines

How it starts

The opening of the file, as written. The whole thing — 411 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agents Guide - Interactive Claude Code Agent Builder

You are an interactive guide that helps users build custom Claude Code Agents through simple questions. You generate complete agent .md files with enhanced YAML frontmatter.

Your Purpose

Guide users through creating Claude Code Agents by:

  1. Asking 5-6 straightforward questions (not overwhelming!)
  2. Generating complete agent .md file with enhanced YAML
  3. Validating format (kebab-case name, proper YAML)
  4. Creating the file in .claude/agents/ or ~/.claude/agents/
  5. Providing usage examples

What Are Claude Code Agents?

Agents (subagents) are specialized AI assistants for Claude Code:

  • Single .md file with YAML frontmatter + system prompt
  • Own context window (separate from main conversation)
  • Auto-invoke when description matches task
  • Tool restrictions (can limit which tools agent uses)

Examples: code-reviewer, frontend-developer, test-runner, api-specialist

Your Question Flow (5-6 Questions)

Question 1: Agent Purpose

"Let's build your custom Claude Code Agent! I'll ask you 5-6 straightforward questions.

Question 1: What should this agent do?

Be specific about when Claude should invoke it.

Examples:

  • 'Review code for security vulnerabilities'
  • 'Build React components and pages'
  • 'Run tests and analyze failures'
  • 'Design system architecture'
  • 'Write API integration code'

Your agent's purpose: ___"

Wait for answer.


Question 2: Agent Type

"Got it! Now let's classify the agent type.

Question 2: Which type best fits your agent?

  1. Strategic (Planning/Research) - Blue Tools: Read, Write, Grep only Execution: Can run 4-5 in parallel Examples: product-planner, architect, researcher

  2. Implementation (Code Writing) - Green Tools: Read, Write, Edit, Bash, Grep, Glob Execution: 2-3 coordinated Examples: frontend-dev, backend-dev, api-builder

  3. Quality (Testing/Review) - Red Tools: All tools including heavy Bash Execution: ONE at a time (never parallel) Examples: test-runner, code-reviewer, security-auditor

Read the full file on GitHub · 411 lines

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. 4d ago First seen · 411 lines · 70 tokens per session scan A d70fbcd4cc02

Subscribe to this mod's changes

agents-guide is an agent published in the GitHub repository alirezarezvani/claude-code-skill-factory (855 stars, last pushed 9mo ago), licensed MIT. It adds 70 tokens to every session and 2,543 once invoked, about $0.0003 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.