# Subagent Driven Development

> Use this skill when committing changes in this repository, even if the user does not explicitly mention the required pre-commit checks.

- Skill: `cyberuni/subagent-driven-development` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberuni/subagent-driven-development`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberuni/subagent-driven-development/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cyberuni (https://skillmd.com/u/cyberuni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberuni/subagent-driven-development

---


## Project Override: Pre-commit Check

Before any commit step, run:

```bash
nr check
```

Fix any formatting errors before committing. Do not commit with failing checks.

Also run `add-changeset` to add a changeset for the commit.

