$npx -y skills add tranhieutt/software_development_department --skill agent-styleProvides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style support in another project, or when a style-review workflow needs the bundled rules.
| 1 | # Agent Style |
| 2 | |
| 3 | Portable SDD wrapper for the vendored `agent-style` v0.3.5 rule pack. |
| 4 | |
| 5 | This skill exists so Agent-Style support moves with `.claude/skills/` when SDD |
| 6 | is applied to another project. It does not enable global writing style, does not |
| 7 | edit `AGENTS.md` or `CLAUDE.md`, and does not replace `style-review`. |
| 8 | |
| 9 | ## Bundled Source |
| 10 | |
| 11 | - Rules: `references/RULES.md` |
| 12 | - Upstream pin: `references/UPSTREAM.md` |
| 13 | - Attribution: `references/NOTICE.md` |
| 14 | - Detector notes: `references/rule-detectors.md` |
| 15 | - Revision prompt: `references/revision-prompt.md` |
| 16 | |
| 17 | Retain `references/NOTICE.md` when copying or redistributing this skill. |
| 18 | |
| 19 | ## Install Check |
| 20 | |
| 21 | When asked whether Agent-Style is available in a target project, verify: |
| 22 | |
| 23 | 1. `.claude/skills/agent-style/SKILL.md` exists. |
| 24 | 2. `.claude/skills/agent-style/references/RULES.md` exists. |
| 25 | 3. `.claude/skills/style-review/SKILL.md` points to the bundled agent-style |
| 26 | references, not a required repository-level `.agent-style/` directory. |
| 27 | |
| 28 | If the target project still uses `.agent-style/` directly, migrate by copying |
| 29 | this entire skill folder and updating `style-review` source paths. |
| 30 | |
| 31 | ## CLI Check |
| 32 | |
| 33 | For deterministic audits, check: |
| 34 | |
| 35 | ```bash |
| 36 | agent-style --version |
| 37 | ``` |
| 38 | |
| 39 | If missing, report: |
| 40 | |
| 41 | ```text |
| 42 | agent-style deterministic audit unavailable: `agent-style` CLI is not on PATH. Bundled rules remain available for semantic review through `.claude/skills/agent-style/references/`. |
| 43 | ``` |
| 44 | |
| 45 | Do not install dependencies unless the user asks. |
| 46 | |
| 47 | ## Audit Routing |
| 48 | |
| 49 | For file review, use `style-review`. This skill supplies the portable rule pack; |
| 50 | `style-review` supplies the review workflow, audit command, polish invariants, |
| 51 | and completion evidence. |
| 52 | |
| 53 | Use this skill directly only for: |
| 54 | |
| 55 | - Checking whether Agent-Style travels with SDD apply/sync. |
| 56 | - Reading the pinned rules or upstream metadata. |
| 57 | - Migrating an older `.agent-style/`-based repo into `.claude/skills`. |