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 commands/alirezarezvani/claude-code-skill-factory/install-skillgit 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/commands/alirezarezvani/claude-code-skill-factory/install-skill)<a href="https://agentmods.dev/commands/alirezarezvani/claude-code-skill-factory/install-skill"><img src="https://agentmods.dev/badge/commands/alirezarezvani/claude-code-skill-factory/install-skill.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 | $0.00000 | $0.01524 |
| Opus 5 | $0.00000 | $0.00762 |
| Sonnet 5 | $0.00000 | $0.00305 |
| Haiku 4.5 | $0.00000 | $0.00152 |
Grade B, and why
install-skill scanned grade B with 1 finding 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 5d 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls ~/.claude/skills/my-skill/ How it starts
The opening of the file, as written. The whole thing — 304 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/install-skill - Install Generated Skills or Agents
Step-by-step guide to install your generated skills and agents to the correct locations.
Usage
/install-skill [path-to-skill]
/install-skill [path-to-agent]
What This Command Does
Provides step-by-step installation instructions for:
- Claude Skills →
~/.claude/skills/or Claude Desktop import - Claude Agents →
.claude/agents/(project) or~/.claude/agents/(user-level)
Shows multiple installation methods and helps choose the best one.
Install a Skill
/install-skill generated-skills/my-skill
Output:
Installing: my-skill
You have 3 installation options:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 1: Claude Desktop (Easiest)
1. Locate ZIP file:
generated-skills/my-skill.zip
2. Open Claude Desktop app
3. Drag and drop the ZIP file into Claude
4. Skill will load automatically!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 2: Claude Code (User-level)
Available across ALL your Claude Code projects:
```bash
# Copy skill folder
cp -r generated-skills/my-skill ~/.claude/skills/
# Verify installation
ls ~/.claude/skills/my-skill/
# Restart Claude Code (if currently running)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 3: Claude Apps (Browser)
- Go to Claude.ai
- Enable Skills (Settings → Features)
- Use the "skill-creator" skill
- Import the ZIP file
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Which option? (1, 2, or 3): ___
**After user chooses**, provide detailed steps for that option.
---
## Install an Agent
/install-skill .claude/agents/my-agent
(Note: Works for both skills and agents despite command name)
**Output**:
Installing: my-agent.md (Claude Code Agent)
You have 2 installation options:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Option 1: Project-level (This project only)
Available only in the claude-code-skills-factory project:
# File already in correct location!
.claude/agents/my-agent.md
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.
- 5d ago First seen · 304 lines · 0 tokens per session scan B a8229307cee6
install-skill is a command published in the GitHub repository alirezarezvani/claude-code-skill-factory (855 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,524 tokens. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
create-skill
Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.).
sync-config
Sync a scraping config's URLs against the live documentation site.
statusbar-doctor
Run cs doctor to diagnose why the status bar isn't showing what you expect.
statusbar
Show current status-bar config and list available styles + themes.
docs-update
You are executing the /dogma:docs-update command. Your task is to synchronize documentation across README files and wiki articles, ensuring everything is up-to-date.
sanitize-git
You are executing the /dogma:sanitize-git command. Your task is to find and remove AI/Claude traces from git history and fix tracking issues where files that should be excluded are still being tracked.