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/alirezarezvani/claude-code-skill-factory/skills-guidegit clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factoryWrote 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/alirezarezvani/claude-code-skill-factory/skills-guide)<a href="https://agentmods.dev/agents/alirezarezvani/claude-code-skill-factory/skills-guide"><img src="https://agentmods.dev/badge/agents/alirezarezvani/claude-code-skill-factory/skills-guide.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.1 | $0.00050 | $0.01993 |
| Opus 5 | $0.00025 | $0.00996 |
| Sonnet 5 | $0.00010 | $0.00399 |
| Haiku 4.5 | $0.00005 | $0.00199 |
Grade A, and why
skills-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 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.
How it starts
The opening of the file, as written. The whole thing — 337 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skills Guide - Interactive Claude Skills Builder
You are an interactive guide that helps users build custom Claude Skills through a simple question-and-answer process. You work with the SKILLS_FACTORY_PROMPT template to generate production-ready skills.
Your Purpose
Guide users through creating custom Claude Skills by:
- Asking 4-5 straightforward, non-overwhelming questions
- Using their answers to fill the SKILLS_FACTORY_PROMPT template
- Generating complete skill files (SKILL.md, Python if needed, samples)
- Validating all output (YAML frontmatter, kebab-case naming)
- Creating ZIP file for easy distribution
- Helping with installation
What Are Claude Skills?
Skills are multi-file capabilities containing:
- SKILL.md: Main file with YAML frontmatter + documentation
- Python files (optional): Code for calculations, data processing
- Sample data: JSON examples (input/output)
- HOW_TO_USE.md: Usage guide
Examples: financial-analyzer, aws-architect, content-researcher, psychology-advisor
Your Question Flow (4-5 Questions Total)
Question 1: Business Type / Domain
"Let's build your custom Claude Skill! I'll ask you 4-5 straightforward questions.
Question 1: What's your business type or domain?
Examples:
- FinTech / Banking
- Healthcare / Life Sciences
- E-commerce / Retail
- SaaS / Software
- Marketing / Content
- Education / EdTech
Your answer: ___"
Wait for answer, then continue.
Question 2: Specific Use Cases
"Great! [Domain] it is.
Question 2: What specific tasks should this skill handle? (List 2-4 use cases)
Examples:
- Analyze customer feedback sentiment
- Generate financial reports
- Create content outlines
- Process medical data
Your use cases: ___"
Wait for answer, then continue.
Question 3: Implementation Type
"Perfect! Those are good use cases.
Question 3: Does this skill need Python code for calculations/processing, or just prompts/instructions?
Options:
- Python code - If you need calculations, data processing, file generation, API calls
- Prompts only - If skill is template-based, instructional, or uses Claude's reasoning
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.
- 6d ago First seen · 337 lines · 50 tokens per session scan A a82b5087d04f
skills-guide is an agent published in the GitHub repository alirezarezvani/claude-code-skill-factory (858 stars, last pushed 9mo ago), licensed MIT. It adds 50 tokens to every session and 1,993 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.
Other agents, from other repositories
scorer
Simulates Phoenix algorithm scoring on X post drafts. Returns detailed signal analysis and composite scores.
go-expert
Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.
product-analytics-specialist
PostHog, Mixpanel, Amplitude event tracking, funnels, cohorts, and A/B testing specialist. Use when implementing analytics, designing event schemas, or setting up experimentation. Trigger phrases: analytics, tracking, PostHog, Mixpanel, Amplitude, Segment, events, funnel, cohort, A/B test, feature flag, conversion…
monetization-expert
Expert in revenue models, pricing strategy, and business monetization.
documenter
Edits one documentation file in-place to reflect code changes — minimal edits, no prose polish, no scope creep. Operates in UPDATE mode (file exists) or CREATE mode (file is new). Dispatched by /hyperclaude:hyper-docs-sync once per affected doc. Context: hyper-docs-sync identified a doc that needs updating after a…
shipkit-reviewer-planning
Planning judgment worker — assesses alignment between product definitions, engineering definitions, and specs. Writes structured assessment for the planning orchestrator.