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.
/plugin marketplace add sam-dumont/claude-skillsnpx agentmods add plugins/sam-dumont/claude-skills/code-qualitygit clone --depth 1 https://github.com/sam-dumont/claude-skillsGrade A, and why
code-quality 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 2d 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.
What it actually says
{
"name": "code-quality",
"version": "1.7.0",
"description": "Comprehensive Python code quality skill. Sets up and runs ruff (lint + format), mypy (type checking), xenon (cyclomatic complexity), vulture (dead code), file-length gates, and pre-commit hooks. Provides a full Makefile-based workflow using uv for fast package management.",
"author": {
"name": "Sam Dumont",
"email": "[email protected]"
},
"homepage": "https://github.com/sam-dumont/claude-skills",
"repository": "https://github.com/sam-dumont/claude-skills",
"license": "MIT",
"keywords": [
"code-quality",
"python",
"linting",
"ruff",
"mypy",
"formatting",
"complexity",
"dead-code",
"pre-commit",
"uv"
]
}
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.
- 2d ago First seen · 25 lines scan A 02d2d0825057
code-quality is a plugin published in the GitHub repository sam-dumont/claude-skills (39 stars, last pushed 5mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.
Other plugins, from other repositories
python-tools
Python development toolkit for scripting (uv/PEP 723), JSON parsing patterns, and Claude Agent SDK development.
kernel-sdks
TypeScript and Python SDK skills for building browser automation with Kernel's Typescript and Python SDKs.
pythonica
Comprehensive Python development -- patterns, testing, async, error handling, packaging, configuration, type safety, resilience, observability, Pydantic, and more.
python-doctor
Run python-doctor to check Python codebase health. One command, one score, actionable fixes.
python-formatter-ruff
Automatically format Python files with Ruff after Write/Edit/MultiEdit operations.
kolo
Kolo is a text-based Python debugger for AI agents. Capture every executed function, return value, local variable, HTTP request, and SQL query into greppable trace files.