# Coding Agent Standards

> Global coding agent standards, rules, skills, and workflows. Provides coding standards, safety guardrails, git conventions, and skill guides for code review, debugging, testing, refactoring, and documentation. Auto-read these before any coding task to ensure consistent quality and process.

- Skill: `danieldev23/coding-agent-standards` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add danieldev23/coding-agent-standards`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danieldev23/coding-agent-standards/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: danieldev23 (https://skillmd.com/u/danieldev23)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/danieldev23/coding-agent-standards

---


# Coding Agent Standards

This skill provides a complete set of coding agent standards that should be internalized and followed during every coding task.

## Structure

### Core
- **AGENTS.md** — Role definition and core principles (understand before changing, minimal scoped changes, always verify, transparent process)

### Rules (always follow)
- **rules/01-coding-standards.md** — Code style, testing, dependencies, basic security
- **rules/02-safety-guardrails.md** — Prohibited actions, allowed actions, handling uncertainty
- **rules/03-git-conventions.md** — Branch naming, commit messages, PR conventions

### Skills (use when relevant)
- **skills/code-review.md** — Code review checklist and feedback guidelines
- **skills/debugging.md** — Systematic debugging process
- **skills/testing.md** — Test writing principles and test types
- **skills/refactoring.md** — Behavior-preserving code improvement
- **skills/documentation.md** — When and how to document
- **skills/design.md** — Frontend design principles and process

### Workflows (follow step-by-step)
- **workflows/feature-development.md** — Adding new features
- **workflows/bug-fix.md** — Fixing bugs systematically
- **workflows/pull-request.md** — Preparing changes for review

## Usage

Before starting any coding task, read the relevant rules and skills files. For feature work, follow `workflows/feature-development.md`. For bugs, follow `workflows/bug-fix.md`. Always apply `skills/code-review.md` before reporting completion.

