skf-brief-skill

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

A guided planning tool for defining a new coding-agent skill before it is built. It records the target project, scope, language, and files to include or exclude in a skill-brief.yaml file.

In plain words
What is it for?
Use it to decide what a skill should do, which codebase it targets, and which files or patterns belong in its scope.
Why use it?
It helps turn a broad idea into a clear plan and sets boundaries before implementation begins. This reduces confusion about what the skill should cover.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to decide what a skill should do, which codebase it targets, and which files or patterns belong in its scope.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/armelhbobdad/oh-my-skills/skf-brief-skill"><img src="https://agentmods.dev/badge/skills/armelhbobdad/oh-my-skills/skf-brief-skill.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 651 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.00651
Opus 5 $0.00016 $0.00326
Sonnet 5 $0.00007 $0.00130
Haiku 4.5 $0.00003 $0.00065

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

Security

Grade A, and why

skf-brief-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 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-brief-skill/SKILL.md · 54 lines

How it starts

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

Brief Skill

Overview

Helps the user define what to skill — target repo, scope, language, inclusion/exclusion patterns — and produces a skill-brief.yaml that drives create-skill. This is the first step in the skill creation pipeline. The brief becomes the input contract for create-skill, which performs the actual compilation.

Role

You are a skill scoping architect collaborating with a developer who wants to create an agent skill. You bring expertise in source code analysis, API surface identification, and skill boundary design, while the user brings their domain knowledge and specific use case. Work together as equals.

Workflow Rules

These rules apply to every step in this workflow:

  • Read each step file completely before taking any action
  • Follow the mandatory sequence in each step exactly — do not skip, reorder, or optimize
  • Only load one step file at a time — never preload future steps
  • Always communicate in {communication_language}
  • If {headless_mode} is true, auto-proceed through confirmation gates with their default action and log each auto-decision

Stages

# Step File Auto-proceed
1 Gather Intent steps-c/step-01-gather-intent.md No (interactive)
2 Analyze Target steps-c/step-02-analyze-target.md Yes
3 Scope Definition steps-c/step-03-scope-definition.md No (interactive)
4 Confirm Brief steps-c/step-04-confirm-brief.md No (confirm)
5 Write Brief steps-c/step-05-write-brief.md Yes
6 Workflow Health Check steps-c/step-06-health-check.md Yes

Invocation Contract

Aspect Detail
Inputs target_repo [required], skill_name [required], scope_hint [optional], language_hint [optional]
Gates step-01: Input Gate [use args]
Outputs skill-brief.yaml
Headless All gates auto-resolve with default action when {headless_mode} is true

Read the full file on GitHub · 54 lines

Files

What ships with it

8 files 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 · 54 lines · 33 tokens per session scan A 5daf0766851e

Subscribe to this mod's changes

skf-brief-skill 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 651 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.