Loading...
Loading...
Guide for creating effective internal technical documentation (READMEs, ADRs, Contribution Guides). Use this skill when the user asks to write, refactor, or improve internal project documentation.
npx skill4agent add toilahuongg/shopify-agents-kit technical-writingnpm start# [Project/Component Name]
[One-sentence description of what this is].
## Prerequisite
* Node.js >= 20
* [Other dependency]
## Quick Start
```bash
npm install
npm run dev
### 2. Architecture Decision Record (ADR)
Use for significant technical decisions.
```markdown
# [Short Title]
* **Status**: [Proposed | Accepted | Deprecated]
* **Date**: YYYY-MM-DD
* **Deciders**: [List names]
## Context
[Describe the problem and constraints.]
## Decision
[Describe what we are doing.]
## Consequences
* [Positive consequence]
* [Negative consequence / Trade-off][Link](./path/to/file)