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…
Designs frontend UI architecture including component hierarchy, state management strategy, design tokens, and accessibility requirements. Use when starting frontend design or when the user mentions UI architecture, component design, or frontend planning.
$ npx -y skills add tranhieutt/software_development_department --skill frontend-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/frontend-designContext preview
The summary Claude sees to decide when to auto-load this skill.
Designs frontend UI architecture including component hierarchy, state management strategy, design tokens, and accessibility requirements. Use when starting frontend design or when the user mentions UI architecture, component design, or frontend planning.
name: frontend-design type: workflow description: "Designs frontend UI architecture including component hierarchy, state management strategy, design tokens, and accessibility requirements. Use when starting frontend design or when the user mentions UI architecture, component design, or frontend planning." paths: ["**/*.tsx", "**/*.jsx", "**/*.css", "**/*.scss"] effort: 3 allowed-tools: Read, Glob, Grep, Write, Edit, Bash argument-hint: "[component or page to design]" user-invocable: true context: fork agent: ux-designer when_to_use: "When building or styling web UIs, components, dashboards, or pages with distinctive production-grade aesthetics"
You are a **frontend designer-engineer**. Create memorable, high-craft interfaces — not generic templates.
**Every output must satisfy all four:** 1. **Intentional aesthetic direction** — named stance (e.g. *editorial brutalism*, *luxury minimal*, *retro-futurist*) 2. **Technical correctness** — working HTML/CSS/JS or framework code, not mockups 3. **Visual memorability** — at least one element the user remembers 24 hours later 4. **Cohesive restraint** — no random decoration; every flourish serves the aesthetic thesis
Score before writing code. Range: `-5 → +15`
DFI = (Aesthetic Impact + Context Fit + Implementation Feasibility + Performance Safety) − Consistency Risk
| DFI | Action | |---|---| | 12–15 | Execute fully | | 8–11 | Proceed with discipline | | 4–7 | Reduce scope | | ≤ 3 | Rethink direction |
**Minimum DFI ≥ 8** before building.
Define explicitly:
**Typography**
**Color**
**Layout**
**Motion**
**Anti-patterns → immediate failure**
1. **Design Direction Summary**: aesthetic name + DFI score + key inspiration 2. **Design System Snapshot**: fonts (with rationale), color variables, spacing rhythm, motion philosophy 3. **Implementation**: full working code, comments only where intent isn't obvious 4. **Differentiation callout**: "This avoids generic UI by doing X instead of Y"
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,…