skf-create-skill

skf-create-skill is a skill for Claude Code from armelhbobdad/bmad-module-skill-forge. It costs 37 tokens per session (1,397 once invoked), scanned A, original, no licence file.

A tool for turning a short description of a task into a skill that an AI coding agent can follow.

In plain words
What is it for?
Use it to create one skill or compile several skills from multiple briefs in batch mode.
Why use it?
It removes the need to write the full skill structure and instructions by hand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the skill-forge plugin — 15 skills shipped together

Good fit Use it to create one skill or compile several skills from multiple briefs in batch mode.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armelhbobdad/bmad-module-skill-forge/skf-create-skill
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/bmad-module-skill-forge --skill skf-create-skill
Clone the repo
git clone --depth 1 https://github.com/armelhbobdad/bmad-module-skill-forge

Made for: Claude Code.

Or install skill-forge, the plugin that ships this one along with the rest of its 15 skills.

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-create-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/armelhbobdad/bmad-module-skill-forge/skf-create-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/bmad-module-skill-forge/skf-create-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,397 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 unknown 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.00037 $0.01397
Opus 5 $0.00018 $0.00698
Sonnet 5 $0.00007 $0.00279
Haiku 4.5 $0.00004 $0.00140

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

Security

Grade A, and why

skf-create-skill 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scan-doc-rot.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/skf-create-skill/SKILL.md · 84 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 84 lines · 37 tokens per session scan A b66caec3163d

Subscribe to this mod's changes

skf-create-skill is a skill published in the GitHub repository armelhbobdad/bmad-module-skill-forge (94 stars, last pushed 28d ago), with no licence file. It adds 37 tokens to every session and 1,397 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-30.

Related

Other skills, from other repositories

oms-cocoindex

Use when builds data transformation flows on top of cocoindex — a Python framework with a Rust engine for ultra-performant, incremental data indexing (ETL, RAG ingestion, knowledge graphs, vector search). Covers the flow-building public API: FlowBuilder, DataScope, DataSlice, Flow, FlowLiveUpdater, sources, targets…

armelhbobdad/oh-my-skills · 168 tokens

oms-cognee

Builds apps on top of cognee v0.5.8, the knowledge-graph memory engine for AI agents. Use when ingesting text/files/URLs into persistent agent memory, building knowledge graphs with entities and relationships, searching graph-backed memory with multiple search modes (GRAPHCOMPLETION, CHUNKS, SUMMARIES, TEMPORAL…

armelhbobdad/oh-my-skills · 220 tokens

oms-storybook-react-vite

Authors Storybook v10 stories using the consolidated storybook package import surface for React plus Vite. Use when writing or editing .stories.tsx, preview.ts, or .storybook/main.ts files on a Storybook 10.3+ project, including CSF3 story syntax, play functions with storybook/test, preview-api hooks, theming, MDX doc…

armelhbobdad/oh-my-skills · 236 tokens

oms-uitripled

Installs React 19 and Next.js 16 UI components, blocks, and pages from the uitripled shadcn-compatible registry (the react-shadcn variant). Use when composing landing pages, dashboards, or UI from 171 animated Framer Motion components via "npx shadcn@latest add @uitripled/COMPONENTID". Covers the registry catalog, CLI…

armelhbobdad/oh-my-skills · 156 tokens

skf-forger

Skill compilation specialist — the forge master. Use when the user asks to "talk to Ferris" or requests the "Skill Forge agent.".

armelhbobdad/oh-my-skills · 33 tokens

bmad-cis-agent-presentation-master

Visual communication and presentation expert for slide decks, pitch decks, and visual storytelling. Use when the user asks to talk to Caravaggio or requests the Presentation Expert.

armelhbobdad/oh-my-skills · 42 tokens