multi-agent-collaboration-system: Skill for Claude Code

.agents/skills/check/SKILL.md

check is a skill for Claude Code, Codex from lxyer/multi-agent-collaboration-system. It costs 65 tokens per session (279 once invoked), scanned A, original, MIT.

A code-quality checking workflow that compares recent changes with the project’s development guidelines. It discovers the relevant rules and runs linting and type checks.

In plain words
What is it for?
It is for reviewing changed files, finding the applicable project rules, running checks for style and type errors, and reporting or fixing problems.
Why use it?
It helps catch violations of local conventions and basic code problems before the changes are considered finished.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is lxyer/multi-agent-collaboration-system's own configuration. It tells Claude Code and Codex how to work on multi-agent-collaboration-system 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-collaboration-system configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 ./.trellis/scripts/get_context.py --mode packages.

Reuse

Borrowing it

Nothing to install: this file belongs to lxyer/multi-agent-collaboration-system. 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/lxyer/multi-agent-collaboration-system/main/.agents/skills/check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lxyer/multi-agent-collaboration-system

Made for: Claude Code, Codex.

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 check

README.md
[![agentmods](https://agentmods.dev/badge/skills/lxyer/multi-agent-collaboration-system/check.svg)](https://agentmods.dev/skills/lxyer/multi-agent-collaboration-system/check)
Your own site
<a href="https://agentmods.dev/skills/lxyer/multi-agent-collaboration-system/check"><img src="https://agentmods.dev/badge/skills/lxyer/multi-agent-collaboration-system/check.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 279 The whole file, excluding the scripts and references it only reads on demand.
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.00065 $0.00279
Opus 5 $0.00032 $0.00139
Sonnet 5 $0.00013 $0.00056
Haiku 4.5 $0.00006 $0.00028

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

Security

Grade A, and why

check 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 6d 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.

.agents/skills/check/SKILL.md · 31 lines

What it actually says

Check if the code you just wrote follows the development guidelines.

Execute these steps:

  1. Identify changed files:

    git diff --name-only HEAD
    
  2. Determine which spec modules apply based on the changed file paths:

    python3 ./.trellis/scripts/get_context.py --mode packages
    
  3. Read the spec index for each relevant module:

    cat .trellis/spec/<package>/<layer>/index.md
    

    Follow the "Quality Check" section in the index.

  4. Read the specific guideline files referenced in the Quality Check section (e.g., quality-guidelines.md, conventions.md). The index is NOT the goal — it points you to the actual guideline files. Read those files and review your code against them.

  5. Run lint and typecheck for the affected package.

  6. Report any violations and fix them if found.

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. 6d ago First seen · 31 lines · 65 tokens per session scan A f286aa393f99

Subscribe to this mod's changes

check is a skill published in the GitHub repository lxyer/multi-agent-collaboration-system (1 stars, last pushed 4mo ago), licensed MIT. It adds 65 tokens to every session and 279 once invoked, about $0.0003 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.