coding-skills

coding-skills is a command for Claude Code from Infrasity-Labs/dev-gtm-claude-skills. It costs 0 tokens per session (520 once invoked), scanned A, original, MIT.

A set of commands for reviewing code, designing software systems, exploring requirements, and improving development practices.

In plain words
What is it for?
Use it to review files or pull requests, spot code-quality and security issues, compare architecture choices, create architecture diagrams or decision records, and plan features before implementation.
Why use it?
It brings several development tasks into one command interface, so you do not need to remember or manage separate tools for reviews, architecture decisions, and planning.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the marketing-skills plugin — 116 skills, 8 commands, 23 agents, 1 hook shipped together , and of writing-skills

Good fit Use it to review files or pull requests, spot code-quality and security issues, compare architecture choices, create architecture diagrams or decision records, and plan features before implementation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/infrasity-labs/dev-gtm-claude-skills/coding-skills
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.

Clone the repo
git clone --depth 1 https://github.com/Infrasity-Labs/dev-gtm-claude-skills

Made for: Claude Code.

Or install marketing-skills, the plugin that ships this one along with the rest of its 116 skills, 8 commands, 23 agents, 1 hook.

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-skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/infrasity-labs/dev-gtm-claude-skills/coding-skills/github.svg)](https://agentmods.dev/commands/infrasity-labs/dev-gtm-claude-skills/coding-skills)
Your own site
<a href="https://agentmods.dev/commands/infrasity-labs/dev-gtm-claude-skills/coding-skills"><img src="https://agentmods.dev/badge/commands/infrasity-labs/dev-gtm-claude-skills/coding-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.

agentmods 80×15 button for coding-skills

Your own site · 80×15
<a href="https://agentmods.dev/commands/infrasity-labs/dev-gtm-claude-skills/coding-skills"><img src="https://agentmods.dev/badge/commands/infrasity-labs/dev-gtm-claude-skills/coding-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 520 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.
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.00520
Opus 5 $0.00000 $0.00260
Sonnet 5 $0.00000 $0.00104
Haiku 4.5 $0.00000 $0.00052

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

Security

Grade A, and why

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

.claude/commands/coding-skills.md · 39 lines

How it starts

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

Parse the arguments: $ARGUMENTS

The first word is the subcommand. Everything after it is the input.

Route to the correct skill based on the subcommand:

Code Quality & Review

  • code-reviewer <repo or file path> — Invoke the code-reviewer skill. Analyze PRs for complexity and risk, check code quality for SOLID violations and code smells, and generate review reports across 13 languages.
  • pr-review-expert <PR or diff> — Invoke the pr-review-expert skill. Expert-level pull request review for security issues, code quality, and correctness.
  • karpathy-guidelines — Invoke the karpathy-guidelines skill. Apply behavioral guidelines to reduce common LLM coding mistakes when writing, reviewing, or refactoring code.

Architecture & Design

  • senior-architect <system or decision> — Invoke the senior-architect skill. Design system architecture, evaluate trade-offs (microservices vs monolith, database selection), create architecture diagrams, and produce ADRs.
  • brainstorming <idea or feature> — Invoke the brainstorming skill. Explore user intent, requirements, and design through dialogue before any implementation work begins.

Development Practices

  • test-driven-development <feature or bugfix> — Invoke the test-driven-development skill. Write tests first, watch them fail, then write minimal code to pass.
  • using-superpowers — Invoke the using-superpowers skill. Establish how to find and use available skills at the start of any conversation.

If no subcommand is given or the subcommand is unrecognised, display this help:

Code Quality & Review:
  /coding-skills code-reviewer <repo or file>       Analyze PRs, detect code smells & SOLID violations
  /coding-skills pr-review-expert <PR or diff>      Expert PR review for security & quality
  /coding-skills karpathy-guidelines                Apply guidelines to reduce LLM coding mistakes

Architecture & Design:
  /coding-skills senior-architect <system>          Design architecture, evaluate trade-offs, create diagrams
  /coding-skills brainstorming <idea or feature>    Explore requirements and design before building

Development Practices:
  /coding-skills test-driven-development <feature>  Write tests first, then minimal passing code
  /coding-skills using-superpowers                  Establish skill discovery at session start

Read the full file on GitHub · 39 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 · 39 lines · 0 tokens per session scan A 25944da46658

Subscribe to this mod's changes

coding-skills is a command published in the GitHub repository Infrasity-Labs/dev-gtm-claude-skills (124 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 520 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-30.