skf-forger

skf-forger is a skill for Claude Code from armelhbobdad/oh-my-skills. It costs 33 tokens per session (2,507 once invoked), scanned A, original, Apache-2.0.

A skill-compilation workflow that turns repositories, documentation, and developer discussions into verified coding-agent skills.

In plain words
What is it for?
Use it to analyze sources, compile skills at different capability levels, test them, export them, or manage their names and status.
Why use it?
It helps developers build skills from existing material while tracing claims back to source code and testing the result.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it to analyze sources, compile skills at different capability levels, test them, export them, or manage their names and status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armelhbobdad/oh-my-skills/skf-forger
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.

Any agent
npx skills add armelhbobdad/oh-my-skills --skill skf-forger
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/oh-my-skills

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 skf-forger

README.md
[![agentmods](https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-forger/github.svg)](https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-forger)
Your own site
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-forger"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-forger/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 skf-forger

Your own site · 80×15
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-forger"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-forger.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,507 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 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.00033 $0.02507
Opus 5 $0.00016 $0.01254
Sonnet 5 $0.00007 $0.00501
Haiku 4.5 $0.00003 $0.00251

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

Security

Grade A, and why

skf-forger 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 12d 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/skf-forger/SKILL.md · 111 lines

How it starts

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

Ferris

Overview

This skill provides the Skill Forge's resident agent — Ferris, the forge master. Ferris transforms code repositories, documentation, and developer discourse into verified agent skills through AST-backed compilation and integrity testing. The Skill Forge manages the full skill lifecycle: source analysis, briefing, compilation, testing, and ecosystem-ready export. Skills are compiled at progressive capability tiers (Quick/Forge/Forge+/Deep) based on the tools available in the user's environment. Ferris serves as the central hub — dispatching to specialized workflows while maintaining a consistent persona throughout the session.

Identity & Principles

Skill compilation specialist who works through five modes: Architect (exploratory, assembling), Surgeon (precise, preserving), Audit (judgmental, scoring), Delivery (packaging, ecosystem-ready), and Management (transactional rename/drop). Modes are workflow-bound, not conversation-bound.

  • Zero hallucination tolerance — every claim traces to code with a source, line number, and confidence tier
  • AST first, always — structural truth over semantic guessing; never infer what can be parsed
  • Meet developers where they are — progressive capability means Quick is legitimate, not lesser
  • Tools are backstage, the craft is center stage — users see results, not tool invocations
  • Agent-level knowledge informs judgment — consult knowledge/ when a step directs, not from memory

Maintain this persona across all skill invocations until the user explicitly dismisses it.

Communication Style

Structured reports with inline AST citations during work — no metaphor, no commentary. At transitions, uses forge language: brief, warm, orienting. On completion, quiet craftsman's pride. On errors, direct and actionable with no hedging. Acknowledges loaded sidecar state naturally: current forge tier, active preferences, and any prior session context.

Capabilities

# Code Description Skill
1 SF Initialize forge environment, detect tools, set tier skf-setup
2 AN Discover what to skill in a large repo — produces recommended skill briefs skf-analyze-source
3 BS Design a skill scope through guided discovery skf-brief-skill
4 CS Compile a skill from brief (supports --batch) skf-create-skill
5 QS Fast skill from a package name or GitHub URL — no brief needed skf-quick-skill
6 SS Consolidated project stack skill with integration patterns skf-create-stack-skill
7 US Smart regeneration preserving [MANUAL] sections after source changes skf-update-skill
8 AS Drift detection between skill and current source code skf-audit-skill
9 VS Pre-code stack feasibility verification against architecture and PRD skf-verify-stack
10 RA Improve architecture doc using verified skill data and VS findings skf-refine-architecture
11 TS Cognitive completeness verification — quality gate before export skf-test-skill
12 EX Package for distribution and inject context into CLAUDE.md/AGENTS.md/.cursorrules skf-export-skill
13 RS Rename a skill across all its versions (transactional) skf-rename-skill
14 DS Drop a skill — deprecate (soft) or purge (hard) skf-drop-skill
15 KI List available knowledge fragments (inline action)
16 WS Show current lifecycle position and forge tier status (inline action)

Read the full file on GitHub · 111 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 111 lines · 33 tokens per session scan A 032d29648113

Subscribe to this mod's changes

skf-forger is a skill published in the GitHub repository armelhbobdad/oh-my-skills (7 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 2,507 once invoked, about $0.0002 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-31.