Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:2. März 2026 um 18:43
SKILL.md
Design RESTful APIs following best practices
Systematic bug investigation and root cause analysis
Review code quality, patterns, and best practices
Generate commit messages following conventional commits with scope detection
Break down features into implementable tasks
Review pull requests against team standards and best practices
| type | skill |
| name | Documentation |
| description | Generate and update technical documentation |
| skillSlug | documentation |
| phases | ["P","C"] |
| generated | "2026-03-02T00:00:00.000Z" |
| status | filled |
| scaffoldVersion | 2.0.0 |
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