dev-rules

dev-rules is a skill for Claude Code, Codex from kubernetes-sigs/agent-sandbox. It costs 13 tokens per session (386 once invoked), scanned A, original, Apache-2.0.

A set of project-specific development rules for contributing code, reviewing changes, working with APIs, creating pull requests, and preparing releases.

In plain words
What is it for?
Use it when developing Go code, changing APIs, handling AI-assisted review comments, creating pull requests, or following release requirements.
Why use it?
It gives contributors consistent project conventions and prevents mistakes such as bypassing required review or omitting pull-request details.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/kubernetes-sigs/agent-sandbox/dev-rules
Any agent
npx skills add kubernetes-sigs/agent-sandbox --skill dev-rules
Clone the repo
git clone --depth 1 https://github.com/kubernetes-sigs/agent-sandbox

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 dev-rules

README.md
[![agentmods](https://agentmods.dev/badge/skills/kubernetes-sigs/agent-sandbox/dev-rules.svg)](https://agentmods.dev/skills/kubernetes-sigs/agent-sandbox/dev-rules)
Your own site
<a href="https://agentmods.dev/skills/kubernetes-sigs/agent-sandbox/dev-rules"><img src="https://agentmods.dev/badge/skills/kubernetes-sigs/agent-sandbox/dev-rules.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 386 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00013 $0.00386
Opus 5 $0.00006 $0.00193
Sonnet 5 $0.00003 $0.00077
Haiku 4.5 $0.00001 $0.00039

Measured 4d ago against content hash 6eb5197bee2d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev-rules 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 4d 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/dev-rules/SKILL.md · 24 lines

What it actually says

Development Rules

Purpose

This skill ensures that AI agents contributing to this project follow project-specific rules regarding code review and style to maintain compliance and quality.

Instructions

  1. Go Development: Follow standard Kubernetes Go patterns and best practices.
  2. AI-Assisted Code Reviews:
    • Do NOT directly apply code suggestions from Copilot via the GitHub UI. Doing so adds Copilot as a co-author to the commit. Since Copilot cannot sign the Kubernetes CLA, this will cause the CLA check to fail and block the PR. Manual review and application of suggestions are required.
    • Once the initial AI review (e.g., by Copilot) is complete, ensure all review comments are addressed and resolved so the PR can be labeled ready-for-review for maintainers.
  3. API Conventions: Always use the k8s-api-conventions skill when modifying APIs.
  4. Creating Pull Requests: When creating a Pull Request, always use and fill out the project's PR template (.github/pull_request_template.md).
    • Description: Provide a clear and concise description in the "What this PR does" section.
    • Related Issues: Link related issues using "Fixes #issue" or "Ref link".
    • Release Notes: Fill out the release-note block. Note that automated release notes are generated from the description in the first section, so ensure it is comprehensive. For breaking changes, describe required actions and ask the maintainers to label the PR with release-note-action-required.

References

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. 4d ago First seen · 24 lines · 13 tokens per session scan A 6eb5197bee2d

Subscribe to this mod's changes

dev-rules is a skill published in the GitHub repository kubernetes-sigs/agent-sandbox (3,733 stars, last pushed today), licensed Apache-2.0. It adds 13 tokens to every session and 386 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