clippy-skill

clippy-skill is a skill for Claude Code, Codex from lorem-dev/skillkeeper-test-repo. It costs 4 tokens per session (37 once invoked), scanned A, original, MIT.

A resolver for Clippy groups, where Clippy is Rust’s code-checking tool. It checks nested groups such as platform, lint, and rust, then uses the deepest group that resolves.

In plain words
What is it for?
Use it to resolve configuration or references organized into up to three nested Clippy group levels.
Why use it?
It helps find the most specific matching Clippy group without requiring the full group path to be known in advance.

Skill for Claude CodeCodex

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 skills/lorem-dev/skillkeeper-test-repo/clippy-skill
Any agent
npx skills add lorem-dev/skillkeeper-test-repo --skill clippy-skill
Clone the repo
git clone --depth 1 https://github.com/lorem-dev/skillkeeper-test-repo

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 clippy-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/lorem-dev/skillkeeper-test-repo/clippy-skill.svg)](https://agentmods.dev/skills/lorem-dev/skillkeeper-test-repo/clippy-skill)
Your own site
<a href="https://agentmods.dev/skills/lorem-dev/skillkeeper-test-repo/clippy-skill"><img src="https://agentmods.dev/badge/skills/lorem-dev/skillkeeper-test-repo/clippy-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 37 The whole file, excluding the scripts and references it only reads on demand.
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.00004 $0.00037
Opus 5 $0.00002 $0.00018
Sonnet 5 $0.00001 $0.00007
Haiku 4.5 $0.00000 $0.00004

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

Security

Grade A, and why

clippy-skill 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.

platform/lint/rust/clippy-skill/SKILL.md · 9 lines

What it actually says

clippy-skill

Resolves three group levels deep (platform/lint/rust), the deepest group that still resolves.

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 · 9 lines · 4 tokens per session scan A f815d9894ee9

Subscribe to this mod's changes

clippy-skill is a skill published in the GitHub repository lorem-dev/skillkeeper-test-repo (2 stars, last pushed 11d ago), licensed MIT. It adds 4 tokens to every session and 37 once invoked, about $0.0000 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 skills, from other repositories

rust-patterns

Rust: ownership, lifetimes, async (Tokio), Result/anyhow/thiserror, traits, unsafe. Triggers: Rust, borrow checker, lifetime, Tokio, cargo, trait, impl, Result, unsafe, clippy.

softspark/ai-toolkit · 53 tokens

rust-rules

Rust coding rules: style, patterns, security, testing. Triggers: .rs, Cargo.toml, Cargo.lock, Tokio, Axum, Serde, clippy, cargo test.

softspark/ai-toolkit · 43 tokens

neo-rust

Use this skill when writing, refactoring, debugging, or auditing Rust code. Trigger for .rs files, Cargo projects, ownership/borrowing/lifetime issues, Result/Option error handling, unnecessary clone/performance work, unsafe code review, or modern Rust architecture.

Benknightdark/neo-skills · 58 tokens

polars

Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.

foryourhealth111-pixel/Vibe-Skills · 69 tokens

surrealism

SurrealDB Surrealism WASM extension development. Write Rust functions, compile to WASM, deploy as database modules. Part of the surreal-skills collection.

24601/surreal-skills · 37 tokens

rust-async-patterns

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

tmolavi/mcp-agent-skills-hub · 39 tokens