Generate and update technical documentation
Activate this skill when creating or updating technical documentation. Use it after implementing features, changing architecture, or when documentation is outdated.
project-overview.mdarchitecture.mddevelopment-workflow.mdglossary.mddata-flow.mdsecurity.mdtooling.mdtesting-strategy.mdstatus from unfilled to filled when completing._Content to be added._.## Related Resources section with working relative links.packages/shared/src/types.ts.API endpoint documentation:
| Method | Path | Description | Auth | Status Codes |
|---|---|---|---|---|
| GET | /api/franchises | List all franchises | Required | 200, 401 |
| POST | /api/franchises | Create a franchise | Required | 201, 400, 401 |
Command documentation:
# Start the NestJS backend in development mode
npm run dev:nestjs
# Seed the database with 10 sample franchises
npm run seed:nestjs