agent-health
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters.
$ npx -y skills add tranhieutt/software_development_department --skill style-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/style-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters.
name: style-review type: workflow description: "Reviews Markdown prose against the pinned agent-style v0.3.5 rules and optionally writes a polished copy beside the source. Use for specs, ADRs, PR bodies, release notes, and technical docs when prose quality or evidence discipline matters." argument-hint: "[file.md | before.md after.md]" user-invocable: true allowed-tools: Read, Glob, Grep, Write, Bash effort: 3 context: main agent: technical-writer when_to_use: "Use as an opt-in REVIEW or SHIP gate for important prose artifacts. Do not use for every response, source code, casual chat, or non-English prose unless the user asks for style review."
Opt-in prose review for SDD artifacts using the portable `agent-style` v0.3.5 skill bundle. This skill is a second-pass review gate, not a global writing mode. It does not edit `AGENTS.md`, `CLAUDE.md`, or any source document in place.
Use this skill for English technical prose where clarity, evidence, and review readability matter:
Do not use this skill for routine chat, code, generated logs, or prose where the user's requested voice intentionally overrides formal technical style.
Before any audit, check whether the CLI is available:
agent-style --version
If the command is missing, do not claim style review has run. Report this exact fallback:
style-review not run: `agent-style` CLI is not on PATH. Install with `pip install agent-style` or `npm install -g agent-style`, then rerun `/style-review <file>`.
Do not install dependencies unless the user explicitly asks.
Invocation:
/style-review FILE.md
1. Read `FILE.md` and confirm it is prose that fits this skill's scope. 2. Run the deterministic audit:
agent-style review --audit-only FILE.md
3. Add semantic judgment for rules the CLI marks as skipped because they need host-model context: RULE-01, RULE-03, RULE-04, RULE-08, RULE-11, RULE-F, and RULE-H. Use the bundled `agent-style` rules and detector reference as the source of truth. 4. Report a compact scorecard with per-rule counts and the first few examples. 5. Ask the user before writing any revised copy:
Produce a polished draft at FILE.reviewed.md?
6. On yes, compose the revision using the vendored revision prompt and write only `FILE.reviewed.md`. Never modify `FILE.md`. 7. Re-run the audit on `FILE.reviewed.md`. 8. Show before/after scorecard and a diff so the user can merge hunks manually.
Invocation:
/style-review BEFORE.md AFTER.md
Run:
agent-style review --mechanical-only --compare BEFORE.md AFTER.md
Report the per-rule delta. Do not ask for polish and do not write files.
The polished draft must obey these hard constraints:
If RULE-H flags unsupported claims, do not invent evidence. Keep the claim flagged or ask the user for the missing source.
clarity or citation discipline affects review quality.
the user asks for polish or when the agent claims prose quality.
evidence from this skill or a clear statement that style review was skipped.
When asked "is style-review active?", reply:
style-review active: audit 21 rules from agent-style v0.3.5 (deterministic via CLI; semantic via host for RULE-01, 03, 04, 08, 11, F, H); workflow at .claude/skills/style-review/SKILL.md.
Repo: tranhieutt/software_development_department
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Provides 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…
Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates,…
Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an…
Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API,…
Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context,…