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 Miaoge-Ge/coding-agent-skillsnpx agentmods add plugins/miaoge-ge/coding-agent-skills/testing-expertgit clone --depth 1 https://github.com/Miaoge-Ge/coding-agent-skillsGrade A, and why
testing-expert 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
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "testing-expert",
"displayName": "Software Testing Expert",
"version": "1.0.0",
"description": "Test strategy and implementation: unit/integration/e2e, TDD, mocking, fixtures, and coverage.",
"author": { "name": "Miaoge-Ge", "email": "[email protected]" },
"homepage": "https://github.com/Miaoge-Ge/coding-agent-skills",
"repository": "https://github.com/Miaoge-Ge/coding-agent-skills",
"license": "MIT",
"keywords": ["testing", "tdd", "unit-tests", "integration", "mocking", "coverage"]
}
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 · 13 lines scan A 606183781a8e
testing-expert is a plugin published in the GitHub repository Miaoge-Ge/coding-agent-skills (5 stars, last pushed 3mo 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-31.
Other plugins, from other repositories
qa-essentials
QASkills.sh QA Essentials — 10 curated skills that turn your agent into a QA engineer: Claude Code QA, E2E (Playwright/Cypress), API testing, pytest, Jest, k6 performance, and an autonomous QA agent loop.
moyu marketplace
moyu. 🐟 狠狠 PUA 你的 AI,然后自己准时下班。Make your AI grind, so you don't have to. Benchmarked: 66% less code.
lsa
Living Spec Architecture — a technology-agnostic spec layer that authors a grounded spec and verifies it before and after an external implementer builds it. LSA is NOT the implementer: any coding agent (Claude Code, Cursor) or human writes the code. Skills: discover (extract intent + gather codebase facts; the…
playwright-setup
Scan project docs/source, interview user, generate Playwright E2E test specs + config from scratch.
humanizer
Rewrite AI-sounding text so it reads naturally without changing what it says.
nextjs
Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.