How this skill is triggered — by the user, by Claude, or both
Slash command
/docs-generator:generating-tech-specThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Target**: $ARGUMENTS
Target: $ARGUMENTS
Generate a structured technical specification document based on the requested type and topic.
Read these before proceeding:
references/tech-spec-formats.md — ADR (MADR), RFC, design doc, and proposal templates| Type | Trigger phrases | Output directory |
|---|---|---|
| ADR | "adr", "architectural decision record" | docs/adr/ |
| RFC | "rfc", "request for comments" | docs/rfc/ |
| Design Doc | "design doc", "design document", "tech spec" | docs/specs/ |
| Proposal | "proposal", "technical proposal" | docs/specs/ |
docs/adr/NNNN-*.md (four-digit, e.g., 0001-use-postgres.md)docs/rfc/NNNN-*.mddocs/specs/<date>-<slug>.mdADR: docs/adr/NNNN-<slug>.md (e.g., 0003-use-event-sourcing.md)
RFC: docs/rfc/NNNN-<slug>.md (e.g., 0001-api-versioning.md)
Design: docs/specs/<date>-<slug>.md (e.g., 2026-03-01-auth-redesign.md)
Proposal: docs/specs/<date>-<slug>.md (e.g., 2026-03-01-migrate-to-k8s.md)
converting-doc-format skill for PDF/HTML/DOCX exportProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub qte77/claude-code-plugins --plugin docs-generator