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.
git clone --depth 1 https://github.com/Kin9Zeus/senior-engineer-skillsWrote 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.
[](https://agentmods.dev/plugins/kin9zeus/senior-engineer-skills/senior-engineer-skills)<a href="https://agentmods.dev/plugins/kin9zeus/senior-engineer-skills/senior-engineer-skills"><img src="https://agentmods.dev/badge/plugins/kin9zeus/senior-engineer-skills/senior-engineer-skills/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.
<a href="https://agentmods.dev/plugins/kin9zeus/senior-engineer-skills/senior-engineer-skills"><img src="https://agentmods.dev/badge/plugins/kin9zeus/senior-engineer-skills/senior-engineer-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
senior-engineer-skills 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 10d 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://anthropic.com/claude-code/plugin.schema.json",
"name": "senior-engineer-skills",
"description": "Devleck Senior Engineer Skills — turns Claude Code into a senior engineering organization: full-spectrum audits of existing projects and standards-grade construction of new ones across security, data, API, DevOps, observability, testing, performance, accessibility, web presence, privacy and release readiness.",
"version": "1.0.0",
"author": {
"name": "Aleck Martinez",
"url": "https://github.com/Kin9Zeus"
},
"homepage": "https://github.com/Kin9Zeus/senior-engineer-skills",
"repository": "https://github.com/Kin9Zeus/senior-engineer-skills",
"license": "MIT",
"keywords": ["engineering", "audit", "security", "architecture", "devops", "seo", "privacy", "accessibility"],
"skills": "./skills/",
"commands": "./commands/",
"agents": "./agents/"
}
What it installs
The manifest is a name and a version. 15 skills, 7 commands, 4 agents travel with it, and installing the plugin installs all of them — 2,871 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill privacy-compliance A 179 tokens
- Skill web-presence-audit A 204 tokens
- Skill accessibility-audit A 158 tokens
- Skill api-contracts A 148 tokens
- Skill database-engineering A 148 tokens
- Skill engineering-standards A 143 tokens
- Skill observability-slo A 168 tokens
- Skill security-hardening A 172 tokens
- Skill testing-strategy A 156 tokens
- Skill devops-platform A 148 tokens
- Skill performance-engineering A 146 tokens
- Skill project-blueprint A 148 tokens
- Skill release-readiness A 124 tokens
- Skill senior-engineer A 190 tokens
- Skill project-audit A 172 tokens
- Command snr-privacy A 28 tokens
- Command snr-harden A 24 tokens
- Command snr-ship A 29 tokens
- Command snr-build A 20 tokens
- Command snr-scorecard A 28 tokens
- Command snr-web A 29 tokens
- Command snr-audit A 26 tokens
- Agent snr-architect A 71 tokens
- Agent snr-data-auditor A 69 tokens
- Agent snr-web-auditor A 75 tokens
- Agent snr-security-auditor A 68 tokens
What ships with it
1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 18 lines scan A 758ee4174f56
senior-engineer-skills is a plugin published in the GitHub repository Kin9Zeus/senior-engineer-skills (3 stars, last pushed 17d 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
web-quality-skills
Measurement-first Agent Skills for Lighthouse, Chrome DevTools, Core Web Vitals, WCAG 2.2, SEO, and agentic browsing.
design-skills
Ten UX and design skills that give coding agents deep knowledge of established design frameworks: research, critique, accessibility, journey mapping, design systems, strategy, interaction design, design ops, UX writing, and visual elevation.
rad-code-review
The specialist lanes and memory that the built-in /code-review doesn't have. Invokes the built-in engine for general bug-finding (quick/standard/deep map to its effort levels), then adds what it lacks: a mechanical hallucinated-imports validator (lockfile-verified across Python/JS/TS/Rust/Go, with a vendored denylist…
rad-context-prompter
Write, debug, reverse-engineer, and migrate AI prompts — now including agentic loops and goal conditions. The prompt-engineering skill covers writing patterns and platform-specific shape (Claude, GPT, Gemini, Claude Code, OpenAI Codex/AGENTS.md, image generators, agentic tools). The loop-goal-engineering skill authors.
rad-council
A council of cognitive-framework advisors that debates any decision — repo plans, website designs, product/codebase critiques, marketing plans, anything — then votes and returns one ranked, confidence-rated recommendation with dissent preserved and a single concrete next step. Diversity comes from incompatible reason.
rad-a11y
WCAG 2.2 AA accessibility toolkit for Claude Code. Six skills covering semantic HTML, ARIA patterns, keyboard/focus, forms, automated testing setup, and a static-analysis review pass; one autonomous reviewer agent. Four pure-stdlib Python validators (scan-jsx-patterns, check-tailwind-contrast with real WCAG sRGB ma.