Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
vheins
GitHub 제작자 프로필

vheins

2개 GitHub 저장소에서 수집된 168개 skills를 저장소 단위로 보여줍니다.

수집된 skills
168
저장소
2
업데이트
2026-04-18
저장소 탐색

저장소와 대표 skills

api-implementation
소프트웨어 개발자

Use to implement a REST or GraphQL API endpoint from a specification or description, including request validation, error handling, and accompanying tests. Activate for building a new API route, resolver, or handler end-to-end. Do NOT use for API design/contract creation, documentation generation, or frontend API consumption.

2026-04-18
background-job-queue-worker
소프트웨어 개발자

Use to implement background job processing with a queue, worker, retry with exponential backoff, dead letter queue, and monitoring. Activate when the request involves offloading work from the request cycle (emails, reports, data processing). Do NOT use for real-time event streaming, webhook handling, or scheduled cron jobs.

2026-04-18
boilerplate-generation
소프트웨어 개발자

Use to scaffold a new project from scratch — generating directory structure, configuration files, entry points, and a README skeleton. Activate when starting a new project, service, or package and needing a production-ready starting point. Do NOT use for adding features to existing projects, generating tests, or CI/CD configuration.

2026-04-18
caching-strategy-implementation
소프트웨어 개발자

Use to design and implement a caching layer for data that is expensive to compute or fetch. Activate for cache-aside, write-through, or write-behind patterns, TTL strategy, and cache invalidation logic. Do NOT use for database query optimization, CDN configuration, or HTTP response caching headers.

2026-04-18
ci-cd-pipeline-scripting
소프트웨어 개발자

Use to generate a CI/CD pipeline configuration for building, testing, and deploying an application. Activate for GitHub Actions, GitLab CI, CircleCI, or similar pipeline tools for any tech stack. Do NOT use for infrastructure provisioning, Dockerfile creation, or deployment strategy design.

2026-04-18
code-generation
소프트웨어 개발자

Use to generate production-ready code for a new feature, function, class, or module from a description. Activate for writing new code from scratch with error handling, inline documentation, and a self-review checklist. Do NOT use for refactoring existing code, code review, or test generation.

2026-04-18
code-migration
소프트웨어 개발자

Use to migrate existing code from one framework, language version, or technology stack to another. Activate for porting code with compatibility notes, breaking change identification, and maintaining test coverage through the migration. Do NOT use for refactoring within the same stack, dependency upgrades, or new feature development.

2026-04-18
code-review
소프트웨어 품질 보증 분석가·테스터

Use when a developer needs a thorough review of existing code before merging — covering bugs, security vulnerabilities, style violations, and improvement opportunities. Activate when the request involves reviewing a PR, function, or module for quality and correctness. Do NOT use for refactoring, generating new code, or writing tests.

2026-04-18
이 저장소에서 수집된 skills 163개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다