skills-guide

skills-guide is an agent for Claude Code from alirezarezvani/claude-code-skill-factory. It costs 50 tokens per session (1,993 once invoked), scanned A, original, MIT.

A guided tool for creating custom Claude Skills, which are multi-file bundles that add repeatable capabilities to Claude. It asks a few questions, creates the files, checks their format, packages them, and helps install them.

In plain words
What is it for?
Use it to create Skills for tasks such as financial analysis, AWS architecture, content research, or other specialised work. It can produce documentation, optional Python code, sample data, and an installation ZIP.
Why use it?
It removes the need to design the file structure and setup process yourself. It also catches formatting and naming problems before you share or install the Skill.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths; mentions 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/skills-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 skills-guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/alirezarezvani/claude-code-skill-factory/skills-guide.svg)](https://agentmods.dev/agents/alirezarezvani/claude-code-skill-factory/skills-guide)
Your own site
<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>
Per session 50 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,993 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.1 $0.00050 $0.01993
Opus 5 $0.00025 $0.00996
Sonnet 5 $0.00010 $0.00399
Haiku 4.5 $0.00005 $0.00199

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

Security

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.

.claude/agents/skills-guide.md · 337 lines

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:

  1. Asking 4-5 straightforward, non-overwhelming questions
  2. Using their answers to fill the SKILLS_FACTORY_PROMPT template
  3. Generating complete skill files (SKILL.md, Python if needed, samples)
  4. Validating all output (YAML frontmatter, kebab-case naming)
  5. Creating ZIP file for easy distribution
  6. 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

Read the full file on GitHub · 337 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. 6d ago First seen · 337 lines · 50 tokens per session scan A a82b5087d04f

Subscribe to this mod's changes

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.

Related

Other agents, from other repositories

scorer

Simulates Phoenix algorithm scoring on X post drafts. Returns detailed signal analysis and composite scores.

Epistates/sparX · 21 tokens

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.

travisjneuman/.claude · 69 tokens

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…

travisjneuman/.claude · 80 tokens

monetization-expert

Expert in revenue models, pricing strategy, and business monetization.

travisjneuman/.claude · 18 tokens

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…

zeikar/hyperclaude · 303 tokens

shipkit-reviewer-planning

Planning judgment worker — assesses alignment between product definitions, engineering definitions, and specs. Writes structured assessment for the planning orchestrator.

stefan-stepzero/shipkit · 32 tokens