Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
vanman2024
GitHub creator profile

vanman2024

Repository-level view of 167 collected skills across 7 GitHub repositories, including approximate occupation coverage.

skills collected
167
repositories
7
occupation fields
2
updated
2026-04-28
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
ai-dev-marketplace
100 skills103updated 2026-01-30
60% of creator
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
Showing top 8 of 100 collected skills in this repository.
#002
dev-lifecycle-marketplace
47 skills31updated 2026-02-23
28% of creator
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
Showing top 8 of 47 collected skills in this repository.
#003
cli-builder
13 skills00updated 2025-11-11
7.8% of creator
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
Showing top 8 of 13 collected skills in this repository.
#004
planning-marketplace
4 skills20updated 2026-01-06
2.4% of creator
#007
mcp-servers-marketplace
1 skills00updated 2025-11-03
0.6% of creator
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다