coding-standards

coding-standards is a skill for Claude Code, Codex from MRKT365-India/boilerforge. It costs 0 tokens per session (31 once invoked), scanned A, original, MIT.

A project guidance skill for following coding standards such as small functions, clear names, and tests for behavior changes.

In plain words
What is it for?
Guiding implementation and review work in projects with those coding standards.
Why use it?
It gives coding work consistent project conventions and reminds agents to test changes that alter behavior.

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/mrkt365-india/boilerforge/coding-standards
Any agent
npx skills add MRKT365-India/boilerforge --skill coding-standards
Clone the repo
git clone --depth 1 https://github.com/MRKT365-India/boilerforge

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 coding-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrkt365-india/boilerforge/coding-standards.svg)](https://agentmods.dev/skills/mrkt365-india/boilerforge/coding-standards)
Your own site
<a href="https://agentmods.dev/skills/mrkt365-india/boilerforge/coding-standards"><img src="https://agentmods.dev/badge/skills/mrkt365-india/boilerforge/coding-standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 31 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.1 $0.00000 $0.00031
Opus 5 $0.00000 $0.00015
Sonnet 5 $0.00000 $0.00006
Haiku 4.5 $0.00000 $0.00003

Measured 4d ago against content hash a9b083c7fd4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

coding-standards 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.

workflow-packs/claude/.claude/skills/coding-standards/SKILL.md · 7 lines

What it actually says

coding-standards

Follow the project's coding standards:

  • Keep functions small and readable.
  • Prefer explicit naming.
  • Add tests for behavior changes.
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 · 7 lines · 0 tokens per session scan A a9b083c7fd4e

Subscribe to this mod's changes

coding-standards is a skill published in the GitHub repository MRKT365-India/boilerforge (0 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 31 tokens. 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.

Related

Other skills, from other repositories

spec-harness-generate-agents

Bind the 6 SDD agents to THIS project's rules — fill each agent's GEN:rules region with its concern's real rules (implementer←Coding, tester←Testing+commands, reviewer←Reviewing, researcher/planner←Architecture, verifier←goal). Use when Malik says 'generate the agents', 'make the agents project-specific', 'bind agents…

chohra-med/expo_boilerplate · 0 tokens

spec-harness-audit

Health-check the memory bank, rules, and index — flag stale, contradictory, or redundant entries and spec↔code drift. Use when Malik says 'audit the bank', 'is the memory stale', 'check spec harness health', or 'clean up the rules'.

chohra-med/expo_boilerplate · 60 tokens

spec-harness-build

Run the SDD pipeline over tasks.md: implement → test → VERIFY → review, one task at a time, under the ratchet. Use when Malik says 'build it', 'run the pipeline', 'implement the tasks', or 'ship this feature'. Each task gated by the separate verifier; lessons harvested by learn.

chohra-med/expo_boilerplate · 0 tokens

spec-harness-install

Add or refresh Spec Harness in a repo — greenfield (new) or existing (integrate), idempotent. Use when Malik says 'install spec harness', 'set this repo up with spec harness', 'integrate spec harness into X', or 'start a new spec-harness project'. Runs the interview (mode, stack, constraints, work-intake source…

chohra-med/expo_boilerplate · 112 tokens

spec-harness-learn

The learning loop — turn feedback, a correction, or a verifier-FAIL root cause into one enforced rule injected into the ratchet (AGENTS.md/airules), dated. Use when Malik says 'learn this', 'remember not to do X', 'capture this lesson', 'don't do that again', or right after he corrects you. Closes the loop the…

chohra-med/expo_boilerplate · 91 tokens

spec-harness-rules

Per-directory rules — resolve the nearest RULES.md for a path (coding/architecture/packages/testing/reviewing), or generate it from a directory's real code when missing. Use when Malik says 'different directories have different rules', 'add rules per directory', 'each package needs its own rules', 'what rules apply…

chohra-med/expo_boilerplate · 99 tokens