claude-plugins CLAUDE.md

claude-plugins CLAUDE.md is an instructions file for coding agents from ruslan-korneev/claude-plugins. It costs 738 tokens per session, scanned A, original, MIT.

A collection of Claude Code plugins for Python backends built with FastAPI, a web framework, SQLAlchemy, a database toolkit, and uv, a Python package manager. It includes guidance for testing-driven development (TDD), where tests are written before implementation.

In plain words
What is it for?
Checking the plugins before committing, testing them through a local marketplace, and using separate support for Python quality checks, FastAPI setup and database migrations, and technical leadership work.
Why use it?
It provides project commands, plugin purposes, validation steps, and installation instructions in one place, reducing guesswork when developing or testing the plugins.

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/ruslan-korneev/claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/ruslan-korneev/claude-plugins

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 claude-plugins CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ruslan-korneev/claude-plugins/claude-md.svg)](https://agentmods.dev/instructions/ruslan-korneev/claude-plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ruslan-korneev/claude-plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/ruslan-korneev/claude-plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 738 This file is loaded in full into every session.
When invoked 738 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 $0.00738 $0.00738
Opus 5 $0.00369 $0.00369
Sonnet 5 $0.00148 $0.00148
Haiku 4.5 $0.00074 $0.00074

Measured 5d ago against content hash 9591382952d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-plugins 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 · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 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.

What is This

A collection of Claude Code plugins for Python backend development (FastAPI + SQLAlchemy 2.0 + uv).

Commands

# Validate all plugins (run before committing)
python .github/scripts/validate_plugins.py

# Add local marketplace for testing
/plugin marketplace add ./

# Install specific plugin
/plugin install {plugin-name}@python-backend-plugins

Repository Structure

├── plugins/                     # 3 consolidated plugins
│   ├── python/                  # Linting, typing, clean code, TDD
│   ├── fastapi/                 # FastAPI scaffolding + Alembic migrations
│   └── tech-lead/               # Architecture, review, dev cycles, features
├── external_plugins/            # Third-party plugins
├── .claude-plugin/
│   └── marketplace.json         # Central plugin catalog
└── .github/scripts/
    └── validate_plugins.py      # CI validation script

Plugins

Plugin Purpose Key Commands
python Linting, typing, clean code, TDD /lint, /typecheck, /clean:review, /test:first
fastapi FastAPI scaffolding + Alembic /module, /dto, /endpoint, /migrate:create
tech-lead Architecture, review, dev cycles, features /design, /review, /dev, /features:init

Core Principles

  • ZERO noqa / ZERO type:ignore — always fix properly, never suppress
  • TDD — test first, then implementation
  • TypedDict > dict[str, Any] — strict dictionary typing
  • Real test database — never mock the database
  • Branch coverage — more important than line coverage

Commit Convention

# Format: <type>(<plugin>): <description>
feat(python): add support for RUF100 rule
fix(fastapi): correct migration enum handling
docs(tech-lead): update architecture review examples

Types: feat, fix, docs, chore, refactor, test

Read the full file on GitHub · 92 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 · 92 lines · 738 tokens per session scan A 9591382952d1

Subscribe to this mod's changes

claude-plugins CLAUDE.md is an instructions file published in the GitHub repository ruslan-korneev/claude-plugins (4 stars, last pushed 6mo ago), licensed MIT. It adds 738 tokens to every session, about $0.0037 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

claude-ai-music-skills CLAUDE.md

Claude Code instructions for bitwize-music-studio/claude-ai-music-skills, covering ai music skills - claude instructions, ⚠️ critical: finding albums when user mentions them, configuration & path resolution, mcp server — preferred data access and session start.

bitwize-music-studio/claude-ai-music-skills · 4,770 tokens

claude-plugins CLAUDE.md

Claude Code instructions for AleksandarBisevac/claude-plugins, covering working on this repo, hard rules, adding a .py under hooks/ or scripts/, which skill covers what and the front end is not ordinary files.

AleksandarBisevac/claude-plugins · 5,685 tokens

octopus CLAUDE.md

Claude Code instructions for SatoruoGojoo/octopus, covering claude.md, 這個 repo 是什麼, 權威來源與修改順序, 版更收尾紀律(版號提升前必跑) and 檔案結構與各檔職責.

SatoruoGojoo/octopus · 3,497 tokens

stem AGENTS.md

Instructions for markskrypka/stem, covering stem.cooking, commands, invariants and current state.

markskrypka/stem · 274 tokens

agentic-ml-plugin AGENTS.md

AGENTS.md instructions for lawwu/agentic-ml-plugin, covering agentic ml skills, keep updated, changelog conventions, structure and creating a skill.

lawwu/agentic-ml-plugin · 1,139 tokens

stem CLAUDE.md

Instructions for markskrypka/stem, a project described as: Engineering discipline for coding agents: size the work, keep every change on the record, verify against intent, never lose a session. Works in Claude Code, Codex, Cursor, and Gemini CLI.

markskrypka/stem · 5 tokens