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…
$ npx -y skills add tranhieutt/software_development_department --skill skill-technical-document --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-technical-documentname: skill-technical-document type: workflow description: | Generate a polished internal technical HTML document following the SDD visual design system. Use when asked to "tạo tài liệu kỹ thuáºt", "generate HTML reference", "visual report", "technical doc", "tạo report HTML", "làm tài liệu ná»™i bá»™", or when asked to document a subsystem (hooks, memory, agents, ADRs, audit findings) in a browser-readable format with sidebar navigation. argument-hint: "[document topic, subsystem, or report scope]" user-invocable: true allowed-tools: Read, Glob, Grep, Write effort: 3 when_to_use: "Use when asked to generate an internal technical HTML document, visual reference, subsystem report, or browser-readable documentation artifact."
Generate a single, self-contained `.html` file that looks and feels like `hooks_visual_report.html` — warm off-white palette, JetBrains Mono + Inter fonts, fixed sidebar with section nav, and layered content sections — without needing any external CSS framework or JS library.
Pick the layout template based on content:
| Document type | Primary component | Secondary components | | ------------------------- | ----------------- | ------------------------ | | Hook / agent reference | Hook-table | Deployment priority list | | Architecture / flow | Diagram-block | Section tables | | Audit / compliance | Matrix-table | Callouts, checklists | | ADR / decision record | Priority-list | Callouts, diagram | | Memory / config reference | Hook-table | Callouts |
Map content → `§ 00`, `§ 01`, ... sections. Each section needs:
Nav dots communicate semantics, not decoration:
**For table cells (`col-desc`):**
**For hook/agent names (`hn`):**
**For numbers in `doc-meta`:**
**For event badges:**
**Diagram block (dark canvas):**
Structure:
<html>
<head> ← Google Fonts + <style> block from resources/css_template.md
<body>
<div class="shell">
<nav class="sidebar"> ← brand + nav-links + sidebar-footer
<main class="main">
<header class="doc-header"> ← eyebrow + title + subtitle + meta-stats
<section § 00> ← diagram-block (flow map)
<hr class="section-sep">
<section § 01..N> ← tables / matrices / priority lists
<hr class="section-sep"> between each
<div class="doc-footer">
<script> ← scroll-highlight JS (see resources/components.md)See `examples/audit_summary_example.html` — a compact 3-section doc showing header + diagram + matrix + priority-list in ~200 lines.
See `examples/agent_reference_example.html` — a full 5-section agent reference with hook-tables and event badges.
never invent new color values
`resources/css_template.md`
<!-- Generated by Skill Creator Ultra v1.0 -->
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,…