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…
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 support in another project, or when a style-review workflow needs the bundled rules.
$ npx -y skills add tranhieutt/software_development_department --skill agent-style --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-styleContext preview
The summary Claude sees to decide when to auto-load this skill.
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 support in another project, or when a style-review workflow needs the bundled rules.
name: agent-style type: workflow description: "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 support in another project, or when a style-review workflow needs the bundled rules." argument-hint: "[install-check | audit FILE.md | compare BEFORE.md AFTER.md]" user-invocable: true allowed-tools: Read, Glob, Grep, Bash effort: 2 context: main agent: technical-writer when_to_use: "Use when Agent-Style must travel with .claude/skills during SDD apply/sync, or when an agent needs the pinned rule pack without relying on a repository-level .agent-style directory."
Portable SDD wrapper for the vendored `agent-style` v0.3.5 rule pack.
This skill exists so Agent-Style support moves with `.claude/skills/` when SDD is applied to another project. It does not enable global writing style, does not edit `AGENTS.md` or `CLAUDE.md`, and does not replace `style-review`.
Retain `references/NOTICE.md` when copying or redistributing this skill.
When asked whether Agent-Style is available in a target project, verify:
1. `.claude/skills/agent-style/SKILL.md` exists. 2. `.claude/skills/agent-style/references/RULES.md` exists. 3. `.claude/skills/style-review/SKILL.md` points to the bundled agent-style references, not a required repository-level `.agent-style/` directory.
If the target project still uses `.agent-style/` directly, migrate by copying this entire skill folder and updating `style-review` source paths.
For deterministic audits, check:
agent-style --version
If missing, report:
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/`.
Do not install dependencies unless the user asks.
For file review, use `style-review`. This skill supplies the portable rule pack; `style-review` supplies the review workflow, audit command, polish invariants, and completion evidence.
Use this skill directly only for:
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 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,…
Provides AWS serverless architecture patterns for Lambda, API Gateway, DynamoDB, SQS, and SAM/CDK. Use when working with AWS serverless files (serverless.yml,…