Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:2026년 3월 2일 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