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

patricio0312rev

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

已收集 skills
163
仓库
3
职业领域
2
更新
2026-01-25
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
skillset
87 个 skills50更新于 2025-12-31
占该创作者 53%
agent-orchestration-planner
软件开发工程师

Designs multi-step agent workflows with tool usage, retry logic, state management, and budget controls. Provides orchestration diagrams, tool execution order, fallback strategies, and cost limits. Use for "AI agents", "agentic workflows", "multi-step AI", or "autonomous systems".

2025-12-31
cost-latency-optimizer
数据科学家

Reduces LLM costs and improves response times through caching, model selection, batching, and prompt optimization. Provides cost breakdowns, latency hotspots, and configuration recommendations. Use for "cost reduction", "performance optimization", "latency improvement", or "efficiency".

2025-12-31
doc-to-vector-dataset-generator
数据科学家

Converts documents into clean, chunked datasets suitable for embeddings and vector search. Produces chunked JSONL files with metadata, deduplication logic, and quality checks. Use when preparing "training data", "vector datasets", "document processing", or "embedding data".

2025-12-31
evaluation-harness
软件质量保证分析师与测试员

Builds repeatable evaluation systems with golden datasets, scoring rubrics, pass/fail thresholds, and regression reports. Use for "LLM evaluation", "testing AI systems", "quality assurance", or "model benchmarking".

2025-12-31
guardrails-safety-filter-builder
信息安全分析师

Implements content safety filters with PII redaction, policy constraints, prompt injection detection, and safe refusal templates. Use when adding "content moderation", "safety filters", "PII protection", or "guardrails".

2025-12-31
llm-debugger
软件开发工程师

Diagnoses LLM output failures including hallucinations, constraint violations, format errors, and reasoning issues. Provides root cause classification, prompt fixes, tool improvements, and new test cases. Use for "debugging AI", "fixing prompts", "quality issues", or "output errors".

2025-12-31
prompt-regression-tester
软件质量保证分析师与测试员

Compares old vs new prompts across test cases with diff summaries, stability metrics, breakage analysis, and fix suggestions. Use for "prompt testing", "A/B testing prompts", "prompt versioning", or "quality regression".

2025-12-31
rag-pipeline-builder
数据科学家

Designs retrieval-augmented generation pipelines for document-based AI assistants. Includes chunking strategies, metadata schemas, retrieval algorithms, reranking, and evaluation plans. Use when building "RAG systems", "document search", "semantic search", or "knowledge bases".

2025-12-31
当前展示该仓库 Top 8 / 87 个已收集 skills。
#002
skills
67 个 skills434更新于 2026-01-12
占该创作者 41%
visual-regression-tester
软件质量保证分析师与测试员

Implements visual regression testing with screenshot comparison, diff detection, and CI integration using Playwright or Chromatic. Use when users request "visual testing", "screenshot testing", "UI regression", "visual diff", or "Chromatic setup".

2026-01-12
vscode-rest-client-generator
软件质量保证分析师与测试员

Generates .http files for the VS Code REST Client extension from Express, Next.js, Fastify, or other API routes. Creates organized request files with variables, environments, and authentication. Use when users request "generate http files", "rest client requests", "create .http file", or "vscode api testing".

2026-01-12
curl-command-generator
软件质量保证分析师与测试员

Generates ready-to-run cURL commands from Express, Next.js, Fastify, or other API routes. Creates copy-paste commands with proper headers, authentication, and request bodies. Use when users request "generate curl commands", "curl examples", "api curl", or "command line api testing".

2026-01-12
postman-collection-generator
软件开发工程师

Generates Postman collection JSON files from Express, Next.js, Fastify, Hono, or other API routes. Scans route definitions, extracts endpoints, methods, params, and creates importable collections. Use when users request "generate postman collection", "export to postman", "create postman file", or "postman import".

2026-01-12
bruno-collection-generator
软件质量保证分析师与测试员

Generates Bruno collection files (.bru) from Express, Next.js, Fastify, or other API routes. Creates organized collections with environments, authentication, and folder structure for the open-source Bruno API client. Use when users request "generate bruno collection", "bruno api testing", "create bru files", or "bruno import".

2026-01-12
cypress-playwright-setup
软件质量保证分析师与测试员

Sets up end-to-end testing with Cypress or Playwright including page objects, fixtures, and CI integration. Use when users request "E2E testing", "Cypress setup", "Playwright setup", "browser testing", or "integration tests".

2026-01-12
api-security-hardener
信息安全分析师

Hardens API security with rate limiting, input validation, authentication, and protection against common attacks. Use when users request "API security", "secure API", "rate limiting", "input validation", or "API protection".

2026-01-12
openapi-generator
软件开发工程师

Generates OpenAPI 3.0/3.1 specifications from Express, Next.js, Fastify, Hono, or NestJS routes. Creates complete specs with schemas, examples, and documentation that can be imported into Postman, Insomnia, or used with Swagger UI. Use when users request "generate openapi", "create swagger spec", "openapi documentation", or "api specification".

2026-01-12
当前展示该仓库 Top 8 / 67 个已收集 skills。
#003
workspaces
9 个 skills80更新于 2026-01-25
占该创作者 5.5%
workspace-init
软件开发工程师

Initialize a new workspace configuration for managing multiple related projects. Use when user says "setup workspace", "create workspace", "init workspace", or wants to configure a new multi-repo environment.

2026-01-25
using-workspaces
软件开发工程师

Overview and getting started guide for the workspaces plugin. Use when user asks "how do I use workspaces", "workspaces help", or "getting started with workspaces".

2026-01-25
workspace-affected
计算机系统分析师

Show dependency graph for a project - what depends on it and what it depends on. Use when user asks "what depends on X", "affected by changes", or "dependency graph".

2026-01-25
workspace-clone
软件开发工程师

Clone one or all repositories configured in a workspace to their designated paths. Use when user says "clone repos", "clone all", or wants to download workspace repositories.

2026-01-25
workspace-doctor
网络与计算机系统管理员

Check prerequisites, verify installations, and run health checks for workspace services. Use when user says "check setup", "verify installation", "doctor", or "health check".

2026-01-25
workspace-search
网络与计算机系统管理员

Search for patterns across all projects in the workspace with results grouped by project. Use when user says "search across projects", "find in all repos", or "grep workspace".

2026-01-25
workspace-services
网络与计算机系统管理员

Start and stop development services for workspace projects. Use when user says "start services", "stop services", "start all", or "stop all".

2026-01-25
workspace-setup
软件开发工程师

Run setup scripts for workspace projects including dependency installation, migrations, and environment configuration. Use when user says "setup projects", "install dependencies", or "run setup".

2026-01-25
当前展示该仓库 Top 8 / 9 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库