kicad-tools: Skill for Claude Code

.agents/skills/repo/SKILL.md

repo is a skill for Claude Code, Codex from rjwalters/kicad-tools. It costs 25 tokens per session (5,349 once invoked), scanned A, original, MIT.

A set of repository-maintenance tools for checking and cleaning a Git repository, which stores project history and branches. It includes audits, sensitive-information checks, link checks, cleanup, branch and worktree management, and cloud development sessions.

In plain words
What is it for?
Use it to audit repository health, check public content for sensitive identifiers, validate links, clean up files, manage branches and worktrees, update tools, or start remote development sessions.
Why use it?
It brings common repository checks into one workflow and makes routine fixes safe by default. Actions that could delete data or create infrastructure require explicit confirmation.

Skill for Claude CodeCodex

Written for Claude Code: PreToolUse hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is rjwalters/kicad-tools's own configuration. It tells Claude Code and Codex how to work on kicad-tools itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kicad-tools configures →

Reuse

Borrowing it

Nothing to install: this file belongs to rjwalters/kicad-tools. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/rjwalters/kicad-tools/main/.agents/skills/repo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/rjwalters/kicad-tools

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 repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/rjwalters/kicad-tools/repo/github.svg)](https://agentmods.dev/skills/rjwalters/kicad-tools/repo)
Your own site
<a href="https://agentmods.dev/skills/rjwalters/kicad-tools/repo"><img src="https://agentmods.dev/badge/skills/rjwalters/kicad-tools/repo/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.

agentmods 80×15 button for repo

Your own site · 80×15
<a href="https://agentmods.dev/skills/rjwalters/kicad-tools/repo"><img src="https://agentmods.dev/badge/skills/rjwalters/kicad-tools/repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,349 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 7 Sept 2026 📄 Read the review
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.1 $0.00025 $0.05349
Opus 5 $0.00013 $0.02674
Sonnet 5 $0.00005 $0.01070
Haiku 4.5 $0.00003 $0.00535

Measured 11d ago against content hash 8988800a33ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

repo 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 11d 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.

.agents/skills/repo/SKILL.md · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repo Skills

General-purpose tools for keeping a git repository healthy and productive. The hygiene commands apply their safe, reversible fixes by default and report each change; add --ask to review findings and confirm first. Anything irreversible — deleting a branch, worktree, stash, or untracked file — is never automatic: it takes an explicit opt-in and passes a permanent-loss check. Commands whose only action is consequential (orphans, update-tools, deps, followups, release, remote, sudo) always confirm first by nature. The environment commands (remote) stand up infrastructure only after showing exactly what they will create and what it costs.

Commands

Command What it does
[[help]] Explain the installed /repo:* commands — what each does, where to start
[[all]] The whole hygiene pass in order — audit, scrub, docs, tidy, update-tools, reset — safe fixes by default, destructive steps gated
[[audit]] Full sweep — runs all hygiene checks, produces a summary report
[[scrub]] Public-surface scrub — scan code, history, issues, PRs (and forks) for sensitive identifiers, and report which findings can actually be removed. Report-only; severity gates verbosity so it stays quiet inside [[all]]. Its fork-network sweep is implemented in scripts/repo/repo-scrub-forks.sh (installed to .claude/skills/repo/scripts/)
[[reset]] Back to baseline — review stale worktrees/branches/stashes, sync with remote, return to the default branch
[[handoff]] Roll the session safely — file follow-ups, reset, check for a CLI update, write a handoff note the next session reads first
[[tidy]] Tidy up — build artifacts, caches, temp files, empty dirs
[[release]] Cut a release — pre-flight, semver decision, CHANGELOG, version bump, tag, GitHub Release. Supports per-project release policy via named phase-boundary seams in .repo/release-policy.md
[[host-optimize]] Prepare a Mac (or Linux box) for heavy Loom/agent build use — audit Gatekeeper churn, backup-agent interference, build-tree bloat; apply safe fixes, gate consequential ones
[[remote]] Launch a cloud dev session (GCP or AWS) with this repo ready to go, then open SSH. Its provisioning contract is implemented once in scripts/repo/repo-remote.sh (installed to .claude/skills/repo/scripts/); the interactive flow delegates to that script, which also serves as a headless repo-remote up --yes --json entry point for non-interactive callers (e.g. loom's fleet add-worker)
[[sudo]] Opt-in passwordless-sudo setup for a dev machine — install a visudo-validated /etc/sudoers.d drop-in (blanket ALL or a scoped command list) so an agent over SSH isn't blocked on password prompts; always confirmed first, validated with rollback on failure
[[update-tools]] Check installed tool packages (Loom, Anvil, …) against their sources and offer updates
[[deps]] Third-party dependency currency — verify/scaffold Dependabot (config and the repo-level security flag as distinct items) and triage open Dependabot PRs, always confirmed first
[[followups]] Capture follow-on work from this session and file it as issues — here or in upstream tool repos, always confirmed first
[[branches]] Branch & worktree hygiene — merged PRs, orphaned branches, stale worktrees
[[gitignore]] Gitignore hygiene — over-ignored files, under-ignored build artifacts
[[docs]] Documentation health — content accuracy, README structure, cross-references (canonical docs command)
[[links]] Internal cross-references — markdown links, CLAUDE.md paths, skill graph
[[orphans]] Files with no references — dead scripts, stale data, outputs without sources
[[readme]] README accuracy vs actual directory contents

Read the full file on GitHub · 332 lines

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. 11d ago First seen · 332 lines · 25 tokens per session scan F 8988800a33ac

Subscribe to this mod's changes

repo is a skill published in the GitHub repository rjwalters/kicad-tools (56 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 5,349 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

prowler-commit

Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.

prowler-cloud/prowler · 33 tokens

gh-auth-isolation

Safely manage multiple GitHub identities (EMU + personal) in agent workflows.

github/gh-aw · 20 tokens

comet-github

A routing guide for Comet-related GitHub work. It directs requests about pull requests, issues, CI failures, ideas, and fixes to the appropriate review or implementation process.

rpamis/comet · 72 tokens

github-skill

Work with GitHub via the gh CLI — clone repositories, create/list/merge pull requests, create/list issues, and run any other gh command (API calls, workflow runs, releases, repo administration). List operations return parsed JSON.

zeenie-ai/OpenCompany · 51 tokens

re0-merge

Review and land an external contribution the way this suite does: gate it against the thesis, land it with the author's credit intact, complete a new skill rather than merging it raw, then approve, credit, and explain before closing. Use when reviewing a pull request, as any collaborator or maintainer, not only the…

LilMGenius/paperthin · 70 tokens

nvca-chart-release

Release NVCA Operator chart changes from the native monorepo source to the vendored Helm chart. Use when updating the vendored NVCA Operator chart, changing NVCA image refs, publishing helm-nvca-operator, or validating the chart against a self-managed control plane.

NVIDIA/nvcf · 61 tokens