Agent Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Personal collection of agent skills for Claude Code, claude.ai, and the Claude API.
Skills follow the Agent Skills format.
Run AWS CLI commands safely. Enforces identity verification, scoped queries with JMESPath, region/profile hygiene, and confirmation gates on destructive ops. Includes per-service references for S3, EC2, IAM, Lambda, and CloudWatch Logs.
Use when:
aws ... for any serviceRun a bounded architectural refactor loop. Defines what satisfactory means, makes one reviewable architecture change at a time, live-tests affected behavior, runs an independent review, commits verified checkpoints, and records progress in /tmp/refactor-{projectname}.md.
Use when:
Run a weekly Composer dependency audit for PHP projects. Checks outdated direct dependencies, runs composer audit, groups updates by risk, and produces a safe upgrade summary.
Use when:
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Uses Claude Code's AskUserQuestion or Codex's request_user_input when available, with tool-specific schemas, recommended options, trade-offs, and fallbacks.
Use when:
Run a conservative code-project housekeeping pass. Finds one proven low-risk cleanup at a time, makes the smallest coherent change, verifies behavior, and defers uncertain or approval-required candidates.
Use when:
Audit and clean Git repository state. Inventories branches, pull requests, commits, stashes, and worktrees; recovers valuable work; removes only proven stale state; and repeats until remaining repo state is intentional.
Use when:
Run multiple branches of a Laravel project in parallel via git worktrees, each served by Laravel Herd at its own *.test URL. Helper scripts handle worktree creation, .env rewrites (APP_URL, DB, cache/session/redis prefixes), per-worktree DB provisioning, dependency install, and clean teardown. Includes Herd CLI reference, isolation rationale, and DB strategy guide.
Use when:
.env/cache/session/DB collisionsmyapp-feat.test without manual configRun a weekly npm dependency audit for JavaScript and TypeScript projects. Checks outdated npm packages, runs npm audit when lockfile data is available, groups updates by risk, and produces a safe upgrade summary.
Use when:
Run a documentation sweep for a codebase. Compares docs against the current implementation, updates stale material, verifies commands and examples, and leaves a reviewable change set or pull request.
Use when:
npx skills (any agent)Install the whole collection:
npx skills add leek/agent-skillsInstall a single skill:
npx skills add https://github.com/leek/agent-skills --skill aws-cliRe-run either command to update.
/plugin marketplace add leek/agent-skills
/plugin install leek-skills@leek-agent-skillscp -r skills/<skill-name> ~/.claude/skills/Upload the skill folder via skill settings, or paste the SKILL.md contents into a project's knowledge.
See the Skills API Quickstart.
Each skill is a folder under skills/:
skills/
<skill-name>/
SKILL.md # required — frontmatter + instructions
scripts/ # optional — helper scripts
references/ # optional — supporting docsThe SKILL.md frontmatter requires only two fields:
---
name: my-skill
description: One sentence — what it does and when Claude should use it.
---
# My Skill
Instructions here.See template/SKILL.md.example for a starting point and AGENTS.md for full conventions.
template/SKILL.md.example to skills/<skill-name>/SKILL.md.SKILL.md — keep it under 500 lines; offload reference material to sibling files..claude-plugin/marketplace.json under the leek-skills plugin.MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.