skills CLAUDE.md

skills CLAUDE.md is an instructions file for Claude Code from wunamesst/skills. It costs 510 tokens per session, scanned A, original, MIT.

Repository instructions for FloLib Skills, a collection of agent skills distributed through platform-specific marketplaces. It describes the canonical skill files, generated Codex packages, marketplace metadata, and development output.

In plain words
What is it for?
Use it when developing skills, generating platform packages, updating marketplace metadata, or installing and testing skills locally.
Why use it?
Keeping source skills, generated packages, and marketplace entries aligned prevents users from installing outdated or incomplete versions.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

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.

agentmods
npx agentmods add instructions/wunamesst/skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/wunamesst/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 skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/wunamesst/skills/claude-md.svg)](https://agentmods.dev/instructions/wunamesst/skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/wunamesst/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/wunamesst/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 510 This file is loaded in full into every session.
When invoked 510 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.00510 $0.00510
Opus 5 $0.00255 $0.00255
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

Grade A, and why

skills CLAUDE.md 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 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.

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.md · 85 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code when working with this repository.

Repository Purpose

This is the FloLib Skills repository: a multi-platform collection of agent skills distributed through platform-specific marketplace metadata.

Canonical skill sources live in skills/. Claude Code uses the root .claude-plugin/ files to install those canonical skill directories directly.

Marketplace

Marketplace name:

flolib-skills

Install from Claude Code:

/plugin marketplace add https://github.com/wunamesst/skills
/plugin install svg-diagram@flolib-skills
/plugin install poly-wiki@flolib-skills

Local development:

/plugin marketplace add .
/plugin install svg-diagram@flolib-skills
/plugin install poly-wiki@flolib-skills

Repository Layout

skills/                 Canonical cross-platform skill sources
.claude-plugin/         Claude Code marketplace entry
.agents/plugins/        Codex marketplace entry
plugins/                Codex plugin packages generated from skills/
scripts/                Build and validation scripts
docs/                   Repository standards and design notes
output/                 Generated files during development, git-ignored

Do not edit generated copies under plugins/*/skills/ directly. Edit skills/<skill-name>/ and run:

node scripts/build-platforms.mjs
node scripts/validate.mjs

Current Skills

svg-diagram

Production-grade hand-written SVG diagram skill. Supports sequence diagrams, flowcharts, structure diagrams, state machines, timelines, ERDs, interactive HTML widgets, and illustrative diagrams.

poly-wiki

Knowledge-base compiler for ingesting raw materials, extracting reusable patterns, linting wiki structure, and querying archived knowledge.

Claude Code command prompts live in skills/poly-wiki/commands/.

Adding A Skill

Follow docs/main/flolib-skills-standards.md.

At minimum:

  1. Add canonical source under skills/<skill-name>/.
  2. Add the Claude marketplace entry in .claude-plugin/marketplace.json.
  3. Add the Codex marketplace entry in .agents/plugins/marketplace.json.
  4. Add plugins/<skill-name>/.codex-plugin/plugin.json.
  5. Add the skill name to scripts/build-platforms.mjs and scripts/validate.mjs.
  6. Run build and validation.

Read the full file on GitHub · 85 lines

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. 5d ago First seen · 85 lines · 510 tokens per session scan A f5c22aff9f59

Subscribe to this mod's changes

skills CLAUDE.md is an instructions file published in the GitHub repository wunamesst/skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 510 tokens to every session, about $0.0026 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.

Related

Other instructions, from other repositories