multi-agent-skills-catalog: Instructions file for Claude Code

CLAUDE.md

multi-agent-skills-catalog CLAUDE.md is an instructions file for Claude Code from LouisLau-art/multi-agent-skills-catalog. It costs 691 tokens per session, scanned A, original, MIT.

A set of project instructions for Claude Code in a multi-agent skills catalogue. It documents the project's purpose, technology, common commands, installation methods, data updates, and local development setup.

In plain words
What is it for?
Use it when working on the catalogue's Python scripts, GitHub Pages site, data-fetching jobs, skill installation, or local preview server.
Why use it?
It gives coding agents consistent context about how the project is organized and operated. This reduces guesswork when installing skills, rebuilding catalogue data, or running the local site.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Codex.

This is LouisLau-art/multi-agent-skills-catalog's own configuration. It tells Claude Code how to work on multi-agent-skills-catalog 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 multi-agent-skills-catalog configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LouisLau-art/multi-agent-skills-catalog. 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/LouisLau-art/multi-agent-skills-catalog/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/LouisLau-art/multi-agent-skills-catalog

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/louislau-art/multi-agent-skills-catalog/claude-md/github.svg)](https://agentmods.dev/instructions/louislau-art/multi-agent-skills-catalog/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/louislau-art/multi-agent-skills-catalog/claude-md"><img src="https://agentmods.dev/badge/instructions/louislau-art/multi-agent-skills-catalog/claude-md/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 multi-agent-skills-catalog CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/louislau-art/multi-agent-skills-catalog/claude-md"><img src="https://agentmods.dev/badge/instructions/louislau-art/multi-agent-skills-catalog/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 691 This file is loaded in full into every session.
When invoked 691 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00691 $0.00691
Opus 5 $0.00345 $0.00345
Sonnet 5 $0.00138 $0.00138
Haiku 4.5 $0.00069 $0.00069

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

Security

Grade A, and why

multi-agent-skills-catalog 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 12d 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 · 83 lines

What it actually says

CLAUDE.md

项目概述

多Agent技能目录与跨平台同步系统,提供经过质量筛选的生产级Agent技能分发服务,支持Claude/Codex/Gemini等主流AI Agent运行时。

技术栈

  • Python, CLI开发, GitHub Pages, GitHub Actions, Context7 API, Jinja2

常用命令

安装技能

# 安装默认公共配置到Claude
python scripts/install_curated.py claude --profiles public-default

# 安装全部公共技能
python scripts/install_curated.py claude --profiles all-public

# 跨Agent同步
python scripts/install_curated.py all --profiles public-default

# 列出可用配置
python scripts/install_curated.py --list-profiles

数据更新

# 拉取skills.sh排名
python scripts/fetch_skills_sh_rankings.py --view all-time --limit 2000 --output-json docs/data/skills_sh_all_time_top2000.json

# 拉取Context7技能排名
python scripts/fetch_context7_skill_rankings.py --min-installs 0 --output-csv data/context7_ranked_skills_all.csv

# 拉取Context7文档排名
python scripts/fetch_context7_library_rankings.py --kind popular --output-csv data/context7_popular_libraries.csv

本地开发

# 启动本地预览站点
cd docs
python -m http.server 8000

# 验证技能元数据
python scripts/validate_skills_frontmatter.py

项目架构

技能数据源 (skills.sh + Context7 API)
    ↓
[fetch_*.py] → 原始数据 (data/)
    ↓
[rebuild_*.py] → 分类与聚合
    ↓
[jinja2模板] → 静态站点 (docs/)
    ↓
GitHub Pages → 用户访问

关键文件

路径 用途
skills_manifest.csv 精选技能清单
profiles/*.txt 安装配置包
scripts/install_curated.py 跨平台安装器
docs/index.html 静态站点首页
.github/workflows/ 自动更新工作流

部署

  • 站点自动部署到GitHub Pages,通过GitHub Actions每日更新排名数据
  • 无需手动部署,推送main分支自动触发构建

开发约定

  • 技能选择遵循去重策略:每个主题仅保留1-2个最优技能
  • 优先选择官方或高维护性来源的技能
  • 所有脚本兼容Windows/macOS/Linux三平台
  • 不存储第三方技能文件,仅提供分发层

常见问题

  • 安装失败: 检查网络连接、CONTEXT7_API_KEY是否配置正确
  • 技能不生效: 检查Agent的技能目录配置是否正确
  • 站点更新慢: GitHub Actions每日自动更新,可手动触发workflow
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. 12d ago First seen · 83 lines · 691 tokens per session scan A 6d1f3d0c3ffb

Subscribe to this mod's changes

multi-agent-skills-catalog CLAUDE.md is an instructions file published in the GitHub repository LouisLau-art/multi-agent-skills-catalog (2 stars, last pushed yesterday), licensed MIT. It adds 691 tokens to every session, about $0.0035 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

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,126 tokens

next.js AGENTS.md

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

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,153 tokens

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

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,469 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