Skip to main content
在 Manus 中运行任何 Skill
一键导入
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
当前展示该仓库 Top 8 / 163 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库