Skip to main content
在 Manus 中运行任何 Skill
一键导入
vanman2024
GitHub 创作者资料

vanman2024

按仓库查看 7 个 GitHub 仓库中的 167 个已收集 skills,并展示近似职业覆盖。

已收集 skills
167
仓库
7
职业领域
2
更新
2026-04-28
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
ai-dev-marketplace
100 个 skills103更新于 2026-01-30
占该创作者 60%
google-file-search
数据科学家

Google File Search API patterns for managed RAG with Gemini. Covers both TypeScript (@google/genai) and Python (google-genai) SDKs. Use when building File Search integrations, implementing RAG with Google AI, or when user mentions Google File Search, Gemini RAG, document indexing, or semantic search.

2026-01-30
queue-patterns
软件开发工程师

BullMQ queue configuration patterns including connection pooling, job options, rate limiting, and TypeScript types. Use when setting up queues or configuring job behavior.

2026-01-29
worker-patterns
软件开发工程师

BullMQ worker implementation patterns including job processors, concurrency, error handling, and graceful shutdown. Use when creating workers or handling job processing.

2026-01-29
managed-databases
数据库管理员

DigitalOcean Managed Database provisioning and connection patterns

2026-01-29
networking-config
网络与计算机系统管理员

DigitalOcean networking patterns - VPCs, firewalls, load balancers, DNS

2026-01-29
spaces-storage
网络与计算机系统管理员

DigitalOcean Spaces (S3-compatible) object storage patterns

2026-01-29
checkpoint-patterns
软件开发工程师

LangGraph checkpointing patterns for state persistence with memory, SQLite, and Postgres backends. Use when implementing state recovery or human-in-the-loop workflows.

2026-01-29
graph-patterns
软件开发工程师

LangGraph workflow patterns including basic graphs, conditional routing, parallel execution, and subgraphs. Use when designing graph structure or workflow flow.

2026-01-29
当前展示该仓库 Top 8 / 100 个已收集 skills。
#002
dev-lifecycle-marketplace
47 个 skills31更新于 2026-02-23
占该创作者 28%
project-detection
软件开发工程师

Comprehensive tech stack detection, framework identification, dependency analysis, and project.json generation. Use when analyzing project structure, detecting frameworks, identifying dependencies, discovering AI stack components, detecting databases, or when user mentions project detection, tech stack analysis, framework discovery, or project.json generation.

2026-02-23
api-contract-testing
软件质量保证分析师与测试员

OpenAPI to Portman to Newman pipeline with auth injection for API contract testing. Use when building API tests from OpenAPI specs, injecting authentication into test collections, running contract tests, or when user mentions OpenAPI, Portman, API contract, Swagger, API testing pipeline, auth injection.

2026-02-23
newman-runner
软件质量保证分析师与测试员

Run and analyze Newman (Postman CLI) tests. Use when running API tests, validating Postman collections, testing HTTP endpoints, or when user mentions Newman, Postman tests, API validation.

2026-02-23
smoke-testing
软件质量保证分析师与测试员

Health endpoint and critical path smoke testing patterns. Use when running quick validation tests, checking health endpoints, verifying critical paths respond correctly, or when user mentions smoke testing, health checks, quick validation, sanity checks.

2026-02-23
test-framework-detection
软件质量保证分析师与测试员

Detection scripts and patterns for identifying test frameworks across all supported languages. Use when detecting test infrastructure, analyzing project testing setup, identifying coverage tools, or when user mentions test detection, framework identification, testing setup analysis.

2026-02-23
architecture-patterns
软件开发工程师

Architecture design templates, mermaid diagrams, documentation patterns, and validation tools. Use when designing system architecture, creating architecture documentation, generating mermaid diagrams, documenting component relationships, designing data flows, planning deployments, creating API architectures, or when user mentions architecture diagrams, system design, mermaid, architecture documentation, or component design.

2026-01-09
build-manifest
软件开发工程师

Templates and scripts for generating layered BUILD-GUIDE.json/md from Airtable plugin index - shows available commands organized by infrastructure layers

2026-01-09
doc-sync
软件开发工程师

Documentation synchronization using Mem0 for tracking relationships between specs, architecture, ADRs, and roadmap

2026-01-09
当前展示该仓库 Top 8 / 47 个已收集 skills。
#003
cli-builder
13 个 skills00更新于 2025-11-11
占该创作者 7.8%
argparse-patterns
软件开发工程师

Standard library Python argparse examples with subparsers, choices, actions, and nested command patterns. Use when building Python CLIs without external dependencies, implementing argument parsing, creating subcommands, or when user mentions argparse, standard library CLI, subparsers, argument validation, or nested commands.

2025-11-11
clap-patterns
软件开发工程师

Modern type-safe Rust CLI patterns with Clap derive macros, Parser trait, Subcommand enums, validation, and value parsers. Use when building CLI applications, creating Clap commands, implementing type-safe Rust CLIs, or when user mentions Clap, CLI patterns, Rust command-line, derive macros, Parser trait, Subcommands, or command-line interfaces.

2025-11-11
cli-patterns
软件开发工程师

Lightweight Go CLI patterns using urfave/cli. Use when building CLI tools, creating commands with flags, implementing subcommands, adding before/after hooks, organizing command categories, or when user mentions Go CLI, urfave/cli, cobra alternatives, CLI flags, CLI categories.

2025-11-11
cli-testing-patterns
软件质量保证分析师与测试员

CLI testing strategies and patterns for Node.js (Jest) and Python (pytest, Click.testing.CliRunner). Use when writing tests for CLI tools, testing command execution, validating exit codes, testing output, implementing CLI test suites, or when user mentions CLI testing, Jest CLI tests, pytest CLI, Click.testing.CliRunner, command testing, or exit code validation.

2025-11-11
click-patterns
软件开发工程师

Click framework examples and templates - decorators, nested commands, parameter validation. Use when building Python CLI with Click, implementing command groups, adding CLI options/arguments, validating CLI parameters, creating nested subcommands, or when user mentions Click framework, @click decorators, command-line interface.

2025-11-11
cobra-patterns
软件开发工程师

Production-ready Cobra CLI patterns including command structure, flags (local and persistent), nested commands, PreRun/PostRun hooks, argument validation, and initialization patterns used by kubectl and hugo. Use when building Go CLIs, implementing Cobra commands, creating nested command structures, managing flags, validating arguments, or when user mentions Cobra, CLI development, command-line tools, kubectl patterns, or Go CLI frameworks.

2025-11-11
commanderjs-patterns
软件开发工程师

Commander.js CLI framework patterns including Command class, options, arguments, nested subcommands, and Option class usage. Use when building Node.js CLIs, implementing Commander.js commands, creating TypeScript CLI tools, adding command options/arguments, or when user mentions Commander.js, CLI commands, command options, or nested subcommands.

2025-11-11
fire-patterns
软件开发工程师

Auto-generated CLI patterns using Google Fire with class-based structure, docstring parsing, and nested classes. Use when building Python CLI applications, creating Fire CLIs, implementing auto-generated commands, designing class-based CLIs, or when user mentions Fire, Google Fire, CLI generation, docstring commands, nested command groups, or Python command-line tools.

2025-11-11
当前展示该仓库 Top 8 / 13 个已收集 skills。
#004
planning-marketplace
4 个 skills20更新于 2026-01-06
占该创作者 2.4%
#007
mcp-servers-marketplace
1 个 skills00更新于 2025-11-03
占该创作者 0.6%
已展示 7 / 7 个仓库
已展示全部仓库