Skip to main content
ClaudeWave
Skill66 repo starsupdated 29d ago

agent-style

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.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/tranhieutt/software_development_department /tmp/agent-style && cp -r /tmp/agent-style/.claude/skills/agent-style ~/.claude/skills/agent-style
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Agent Style

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`.

## Bundled Source

- Rules: `references/RULES.md`
- Upstream pin: `references/UPSTREAM.md`
- Attribution: `references/NOTICE.md`
- Detector notes: `references/rule-detectors.md`
- Revision prompt: `references/revision-prompt.md`

Retain `references/NOTICE.md` when copying or redistributing this skill.

## Install Check

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.

## CLI Check

For deterministic audits, check:

```bash
agent-style --version
```

If missing, report:

```text
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.

## Audit Routing

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:

- Checking whether Agent-Style travels with SDD apply/sync.
- Reading the pinned rules or upstream metadata.
- Migrating an older `.agent-style/`-based repo into `.claude/skills`.
accessibility-specialistSubagent

The Accessibility Specialist ensures the software is accessible to the widest possible audience. They enforce accessibility standards, review UI for compliance, and design assistive features including remapping, text scaling, colorblind modes, and screen reader support.

ai-programmerSubagent

The AI Programmer implements intelligent system features: recommendation engines, classification pipelines, LLM integrations, decision logic, and autonomous agent behavior. Use this agent for AI/ML feature implementation, model integration, intelligent automation, or AI system debugging.

analytics-engineerSubagent

The Analytics Engineer designs telemetry systems, user behavior tracking, A/B test frameworks, and data analysis pipelines. Use this agent for event tracking design, dashboard specification, A/B test design, or user behavior analysis methodology.

backend-developerSubagent

The Backend Developer builds and maintains server-side logic, APIs, databases, authentication, and integrations. Use this agent for REST/GraphQL API implementation, database operations, authentication systems, background jobs, microservices, server performance, and backend testing. Works from API design contracts and PRDs.

community-managerSubagent

The Community Manager handles user-facing communications, feedback synthesis, support escalation, and community engagement. Use this agent for drafting release announcements, synthesizing user feedback into actionable insights, writing support documentation, or coordinating community-facing communication around releases and incidents.

ctoSubagent

The CTO (Chief Technical Officer) owns the high-level technical vision, architecture decisions, technology choices, and technical strategy. Use this agent for architecture-level decisions, technology evaluations, cross-system conflicts, and when a technical choice will constrain or enable product possibilities. This is the highest technical authority in the department.

data-engineerSubagent

The Data Engineer designs database schemas, builds data pipelines, manages migrations, and owns the data infrastructure. Use this agent for schema design, complex migrations, data modeling, ETL/ELT pipelines, database performance optimization, analytics infrastructure, and data integrity strategies.

devops-engineerSubagent

The DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching strategy, or automated testing pipeline setup.