Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

nestjs-nextjs-monorepo

nestjs-nextjs-monorepo에는 luispoliveira에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
10
Stars
2
업데이트
2026-05-21
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

analyze-architecture
소프트웨어 개발자

Analyze the codebase architecture — modules, services, patterns, and cross-cutting concerns. Produces a clear structural overview with ASCII diagrams.

2026-05-21
dependency-map
소프트웨어 개발자

Map all module and package dependencies in the monorepo — internal packages, NestJS module imports, and cross-service communication. Produces a dependency graph with circular dependency detection.

2026-05-21
find-entrypoints
소프트웨어 개발자

Find and list all system entry points — HTTP routes, microservice patterns, queue jobs, health endpoints, and CLI commands. Produces a complete inventory with file references.

2026-05-21
generate-docs
소프트웨어 개발자

Generate or update project documentation — PROJECT_MAP.md, ARCHITECTURE_OVERVIEW.md, ENTRYPOINTS.md, CONVENTIONS.md, DEPENDENCY_GRAPH.md. Scans the codebase and writes accurate docs.

2026-05-21
onboard
소프트웨어 개발자

Guided onboarding for new developers joining this monorepo. Walks through architecture, key concepts, development workflow, and a first task. Tailored to the developer's experience level.

2026-05-21
performance-audit
소프트웨어 개발자

Performance audit of the codebase — identifies N+1 queries, missing indexes, slow queue jobs, unoptimized data access patterns, and Redis cache opportunities. Produces a prioritized report.

2026-05-21
refactor-module
소프트웨어 개발자

Safely refactor a NestJS module or Next.js component — extract abstractions, reduce duplication, improve naming, fix convention deviations. Follows the monorepo's patterns and validates the build after changes.

2026-05-21
review-security
정보 보안 분석가

Security audit of the codebase — checks authentication, authorization, input validation, secret handling, injection risks, and OWASP Top 10 concerns. Produces a prioritized findings report.

2026-05-21
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development guide for this monorepo — write tests before implementation, following the project's testing stack (Jest, nestjs testing utilities). Covers unit, integration, and e2e test patterns.

2026-05-21
trace-request-flow
소프트웨어 개발자

Trace the complete lifecycle of an HTTP request or event through the system — from entrypoint to database and back. Produces a step-by-step flow with file references.

2026-05-21