file-search-on: Skill for Claude Code

.claude/skills/skill-authoring/SKILL.md

skill-authoring is a skill for Claude Code from richardwooding/file-search-on. It costs 71 tokens per session (1,253 once invoked), scanned A, a copy of skill-authoring, MIT.

A skill for creating and reviewing agent skills in this repository. It explains how to keep the main instruction file short and put detailed material in separate resources.

In plain words
What is it for?
Writing skill descriptions and SKILL.md files, splitting oversized instructions, organising references and scripts, and checking that skills follow the repository's authoring rules.
Why use it?
It reduces unnecessary context for agents and makes skills easier to trigger, maintain, and review.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is richardwooding/file-search-on's own configuration. It tells Claude Code how to work on file-search-on itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything file-search-on configures →

Reuse

Borrowing it

Nothing to install: this file belongs to richardwooding/file-search-on. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/richardwooding/file-search-on/main/.claude/skills/skill-authoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/richardwooding/file-search-on

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/richardwooding/file-search-on/skill-authoring/github.svg)](https://agentmods.dev/skills/richardwooding/file-search-on/skill-authoring)
Your own site
<a href="https://agentmods.dev/skills/richardwooding/file-search-on/skill-authoring"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/skill-authoring/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 skill-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/richardwooding/file-search-on/skill-authoring"><img src="https://agentmods.dev/badge/skills/richardwooding/file-search-on/skill-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,253 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 100% copy Near-identical to another mod 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.00071 $0.01253
Opus 5 $0.00036 $0.00626
Sonnet 5 $0.00014 $0.00251
Haiku 4.5 $0.00007 $0.00125

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

Security

Grade A, and why

skill-authoring 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/lint_skill.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.

Origin

This is a copy

100% identical to skill-authoring — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/skill-authoring/SKILL.md · 97 lines

How it starts

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

Skill Authoring

This skill codifies the authoring discipline so every skill loads cheaply and triggers accurately.

Why progressive disclosure

An agent skill is a folder with SKILL.md at its root. The agent loads content across three levels — each step costs more context, so keep lower levels lean.

Level When loaded Budget Content
1. Metadata Always, at startup ~100 tokens per skill name + description from frontmatter
2. Instructions When the skill triggers <5,000 tokens (≤500 lines) SKILL.md body
3. Resources On demand, via explicit links or script execution Effectively unlimited references/, scripts/, assets/

Scripts are especially efficient: the source never enters context — only the output does.

Authoring a new skill

  1. Copy the template. Copy templates/SKILL.md.tmpl from this skill into your new skill's folder as SKILL.md, then fill it in. Place the skill wherever skills live in the current repo (e.g. skills/<your-skill>/).
  2. Write the description first. Third person, include what the skill does AND when to use it. See templates/description-examples.md for good vs bad examples.
  3. Draft 3 evaluation scenarios before prose. Capture concrete prompts the skill should handle (and ones it should decline), alongside the expected behaviour. Real failures drive what you document — this keeps the skill lean.
  4. Write the minimum SKILL.md needed to pass the evals. Resist documenting edge cases you haven't seen fail.
  5. Split early if content grows. See references/patterns.md for the four split patterns.
  6. Lint before committing. Run the linter from this skill against your new skill directory — see the Resources section below for the exact script path.
  7. Walk the review checklist. See references/review-checklist.md.

Read the full file on GitHub · 97 lines

Files

What ships with it

5 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. 11d ago First seen · 97 lines · 71 tokens per session scan A edb4e022740e

Subscribe to this mod's changes

skill-authoring is a skill published in the GitHub repository richardwooding/file-search-on (5 stars, last pushed 2d ago), licensed MIT. It adds 71 tokens to every session and 1,253 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to skill-authoring, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

dd-code-generation

Use pup CLI for immediate Datadog operations or generate code for integration into applications.

DataDog/pup · 16 tokens

write-zot-themes

Help the user create, install, or package zot themes, including theme-only extensions.

patriceckhart/zot · 23 tokens

gograph

Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…

ozgurcd/gograph · 69 tokens

bubbletea-testing

Use this skill whenever writing tests for Bubble Tea (charmbracelet/bubbletea) TUI applications in Go. Triggers include any mention of testing Bubble Tea models, teatest, golden file testing for TUIs, testing tea.Cmd or tea.Msg, snapshot testing terminal output, or writing tests for any Go CLI/TUI that uses the Elm…

dimetron/pi-go · 139 tokens

pi-loop-forensics

Diagnose pi-go agent loops and degenerate turns — "agent loop aborted", runaway thinking with no tool calls, repeated phrases. Discriminates genuine model repetition collapse from a race, a tool-parse failure, or a too-low guard, and A/B replays a seed session across providers.

dimetron/pi-go · 65 tokens

nightly-session-watch

Nightly sweep of the last 24h of pi-go sessions — anomalous runs, loop aborts, tool error rates, token waste, real prompt-token spend, and whether the observation and palace pipelines are still recording. Triages each finding to the specialist skill that diagnoses it. Use for an unattended daily health check, or on…

dimetron/pi-go · 78 tokens