skills CLAUDE.md

skills CLAUDE.md is an instructions file for coding agents from mintuz/skills. It costs 1,853 tokens per session, scanned A, a copy of skills AGENTS.md, MIT.

Repository instructions for a Claude Code plugin marketplace containing add-ons for development, product management, iOS apps, and personal planning. They explain the roles of agents, skills, and commands.

In plain words
What is it for?
Useful when creating or updating agents, skills, commands, marketplace listings, documentation, or plugin architecture in the repository.
Why use it?
They help contributors understand the marketplace structure and the file format used to add or maintain plugin content.

Instructions file

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

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

Measured today against content hash 8025c379d628, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 today.

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

95% identical to skills AGENTS.md — 32 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.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 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 (claude.ai/code) when working with code in this repository.

Project Overview

Claude Code plugin marketplace containing seven plugins for software development and personal productivity workflows:

  • core – memory, commit hygiene, refactoring, prompt refinement, and branch review
  • web – CSS, React, Tailwind, testing, refactoring, and design practices
  • typescript – strict, schema-first TypeScript guidance
  • system-design – Mermaid diagram generation from code
  • product-management – PRD creation, status updates, and task orchestration
  • app – Swift iOS testing, App Intent-first development, and SwiftUI architecture
  • life – personal life management with GPS method for goal achievement

Plugin Architecture

Plugins extend Claude Code with three types of content:

  1. Agents - Autonomous subprocesses with specialized tools and context (defined in agents/*.md)
  2. Skills - Knowledge bases that load into context (defined in skills/*/SKILL.md)
  3. Commands - Slash commands for quick actions (defined in commands/*.md)

The marketplace registry (.claude-plugin/marketplace.json) indexes all plugins, while each plugin's manifest (plugin.json) defines metadata. Skills listed in marketplace.json become user-invocable (e.g., /skill core:commit-messages), while unlisted skills are only loaded by other skills or agents.

Repository Structure

.claude-plugin/marketplace.json    # Marketplace registry (plugin metadata)
src/
  core/
    .claude-plugin/plugin.json
    agents/                        # compare-branch, refactor
    skills/                        # commit-messages, learn, pr, writing, yagni
  web/
    .claude-plugin/plugin.json
    skills/                        # css, frontend-testing, react, react-testing, refactoring, tdd, web-design
  typescript/
    .claude-plugin/plugin.json
    skills/                        # typescript-best-practices
  system-design/
    .claude-plugin/plugin.json
    skills/                        # mermaid-generator
  product-management/
    .claude-plugin/plugin.json
  app/
    .claude-plugin/plugin.json
    skills/                        # app-intent-driven-development, swift-testing

Read the full file on GitHub · 190 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. today Changed · +12 lines · +415 tokens per session 8025c379d628
  2. 4d ago First seen · 178 lines · 1,438 tokens per session scan A 0047f9f83a48

Subscribe to this mod's changes

skills CLAUDE.md is an instructions file published in the GitHub repository mintuz/skills (29 stars, last pushed today), licensed MIT. It adds 1,853 tokens to every session, about $0.0093 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to skills AGENTS.md, differing in 32 lines, and is treated as a copy.

Related

Other instructions, from other repositories