claude-plugins CLAUDE.md

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

Project instructions for Claude Plugins, a Node.js command-line tool that installs and manages Claude Code configuration components such as commands, agents, workflows, hooks, and skills.

In plain words
What is it for?
Use them when developing or running the CLI, installing dependencies, creating Claude Code configuration, or working on its component and skills catalogues.
Why use it?
They explain the project structure, installation process, development commands, and the kinds of components the tool manages.

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/lifangda/claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/lifangda/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/lifangda/claude-plugins/claude-md.svg)](https://agentmods.dev/instructions/lifangda/claude-plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/lifangda/claude-plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/lifangda/claude-plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,531 This file is loaded in full into every session.
When invoked 4,531 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.04531 $0.04531
Opus 5 $0.02266 $0.02266
Sonnet 5 $0.00906 $0.00906
Haiku 4.5 $0.00453 $0.00453

Measured 4d ago against content hash e07ee4f1224a, 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 4d 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 · 451 lines

How it starts

The opening of the file, as written. The whole thing — 451 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 Plugins 是一个 Node.js CLI 工具,用于管理和安装 Claude Code 配置组件。

当前版本: v1.5

组件统计 (1099个组件,1600+文件):

  • 504个专业代理 (50个分类)
    • 包含10个Anthropic官方代理
    • 覆盖新兴技术、垂直领域、电商等50个专业领域
  • 313个实用命令 (28个分类)
    • 包含6个Anthropic官方命令
  • 16个工作流
  • 39个钩子 (10个分类)
    • 包含1个Anthropic官方安全钩子
  • 56个MCP服务器 (10个分类)
  • 18个输出样式
  • 2个沙盒环境
  • 插件系统组件总计: 948个

Agent Skills知识库 (独立管理,151个技能包): ⭐⭐⭐ +148% (生态大爆发)

  • 位于 cli-tool/skills-library/ 目录
  • 采用官方三级渐进式架构 (Tier 1: Metadata ~100 tokens, Tier 2: SKILL.md <5K tokens, Tier 3: Resources unlimited)
  • 32个技术领域分类
  • 500+文件 (SKILL.md + references + scripts + assets)
  • 覆盖开发工作流(6个)、问题解决思维(9个)、科学数据库(25个)、科学计算(18个)、多代理协作、代码审查、数据处理、媒体创作等完整领域

核心功能:

  • 组件安装系统 (agents, commands, mcps, workflows, hooks, output-styles)
  • Agent Skills管理系统 (list, search, install) ✨独立系统 - 151个Skills
  • Claude Code 插件市场配置 (99个精细化插件包)
  • 实时分析仪表板
  • E2B 沙盒执行环境
  • Anthropic官方插件集成 (18个官方文件)
  • Output Styles系统 (18个专业输出样式)
  • 科学计算整合 (43个科学Skills)

常用命令

开发命令

# 安装依赖
npm install

# 运行 CLI 工具
npm start
node cli-tool/bin/create-claude-config.js

# 启动分析仪表板
npm run analytics:start
# 浏览器访问 http://localhost:3333

测试命令

npm test                    # 运行所有测试
npm run test:watch          # 监视模式
npm run test:coverage       # 覆盖率报告
npm run analytics:test      # 分析模块测试

发布工作流

npm version patch           # 1.0.0 -> 1.0.1
npm version minor           # 1.0.1 -> 1.1.0
npm version major           # 1.1.0 -> 2.0.0
npm publish

组件测试

# 测试单个组件安装
node cli-tool/bin/create-claude-config.js --agent python-pro
node cli-tool/bin/create-claude-config.js --command generate-tests
node cli-tool/bin/create-claude-config.js --mcp github-integration

Skills管理

# 列出所有Skills
node cli-tool/src/skills-manager.js list

# 搜索Skills
node cli-tool/src/skills-manager.js search <keyword>

# 安装Skill到项目
node cli-tool/src/skills-manager.js install <skill-name> --project

# 安装Skill到全局
node cli-tool/src/skills-manager.js install <skill-name> --global

Read the full file on GitHub · 451 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. 4d ago First seen · 451 lines · 4,531 tokens per session scan A e07ee4f1224a

Subscribe to this mod's changes

claude-plugins CLAUDE.md is an instructions file published in the GitHub repository lifangda/claude-plugins (43 stars, last pushed 10mo ago), licensed MIT. It adds 4,531 tokens to every session, about $0.0227 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-30.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens