Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ricardos-claude-code

ricardos-claude-code 收录了来自 ricardoroche 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
2
更新
2025-11-18
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-orchestration-patterns
软件开发工程师

Automatically applies when designing multi-agent systems. Ensures proper tool schema design with Pydantic, agent state management, error handling for tool execution, and orchestration patterns.

2025-11-18
ai-security
信息安全分析师

Automatically applies when securing AI/LLM applications. Ensures prompt injection detection, PII redaction for AI contexts, output filtering, content moderation, and secure prompt handling.

2025-11-18
code-review-framework
软件质量保证分析师与测试员

Automatically applies when reviewing code. Ensures structured review checklist covering correctness, security, performance, maintainability, testing, and documentation.

2025-11-18
database-migrations
数据库架构师

Automatically applies when working with database migrations. Ensures proper Alembic patterns, upgrade/downgrade scripts, data migrations, rollback safety, and migration testing.

2025-11-18
dependency-management
软件开发工程师

Automatically applies when managing Python dependencies. Ensures proper use of uv/Poetry, lock files, version constraints, conflict resolution, and dependency security.

2025-11-18
evaluation-metrics
数据科学家

Automatically applies when evaluating LLM performance. Ensures proper eval datasets, metrics computation, A/B testing, LLM-as-judge patterns, and experiment tracking.

2025-11-18
git-workflow-standards
软件开发工程师

Automatically applies when working with git. Ensures conventional commits, branch naming, PR templates, release workflow, and version control best practices.

2025-11-18
llm-app-architecture
软件开发工程师

Automatically applies when building LLM applications. Ensures proper async patterns for LLM calls, streaming responses, token management, retry logic, and error handling.

2025-11-18
model-selection
软件开发工程师

Automatically applies when choosing LLM models and providers. Ensures proper model comparison, provider selection, cost optimization, fallback patterns, and multi-model strategies.

2025-11-18
monitoring-alerting
网络与计算机系统管理员

Automatically applies when implementing monitoring and alerting. Ensures proper metric instrumentation, alerts, SLO/SLI definition, dashboards, and observability patterns.

2025-11-18
observability-logging
软件开发工程师

Automatically applies when adding logging and observability. Ensures structured logging, OpenTelemetry tracing, LLM-specific metrics (tokens, cost, latency), and proper log correlation.

2025-11-18
performance-profiling
软件开发工程师

Automatically applies when profiling Python performance. Ensures proper use of profiling tools, async profiling, benchmarking, memory analysis, and optimization strategies.

2025-11-18
prompting-patterns
软件开发工程师

Automatically applies when engineering prompts for LLMs. Ensures proper prompt structure, templates, few-shot examples, context management, and injection prevention.

2025-11-18
python-packaging
软件开发工程师

Automatically applies when configuring Python project packaging. Ensures proper pyproject.toml setup, project layout, build configuration, metadata, and distribution best practices.

2025-11-18
query-optimization
数据库架构师

Automatically applies when optimizing database queries. Ensures EXPLAIN analysis, proper indexing, N+1 prevention, query performance monitoring, and efficient SQL patterns.

2025-11-18
rag-design-patterns
数据科学家

Automatically applies when building RAG (Retrieval Augmented Generation) systems. Ensures proper chunking strategies, vector database patterns, embedding management, reranking, and retrieval optimization.

2025-11-18
docs-style
技术写作员

Automatically applies when drafting or revising documentation to enforce repository voice, clarity, and navigation patterns.

2025-11-18
openspec-authoring
软件开发工程师

Enforces OpenSpec authoring conventions including metadata blocks, section ordering, requirement/scenario structure, and validation steps.

2025-11-18
spec-templates
技术写作员

Provides reusable markdown templates and outlines for OpenSpec proposals, design docs, ADRs, READMEs, and changelogs.

2025-11-18
fastapi-patterns
软件开发工程师

Automatically applies when creating FastAPI endpoints, routers, and API structures. Enforces best practices for endpoint definitions, dependency injection, error handling, and documentation.

2025-11-18
type-safety
软件开发工程师

Automatically applies when writing Python code to enforce comprehensive type hints. Ensures mypy compatibility, proper generic types, and type safety best practices.

2025-11-18
async-await-checker
软件开发工程师

Automatically applies when writing Python functions that call async operations. Ensures proper async/await pattern usage (not asyncio.run) to prevent event loop errors.

2025-11-13
docstring-format
软件开发工程师

Automatically applies when writing function docstrings. Uses Google-style format with Args, Returns, Raises, Examples, and Security Note sections for proper documentation.

2025-11-13
dynaconf-config
软件开发工程师

Automatically applies when adding configuration settings. Ensures proper dynaconf pattern with @env, @int, @bool type casting in settings.toml and environment-specific overrides.

2025-11-13
pii-redaction
软件开发工程师

Automatically applies when logging sensitive data. Ensures PII (phone numbers, emails, IDs, payment data) is redacted in all logs and outputs for compliance.

2025-11-13
pydantic-models
软件开发工程师

Automatically applies when creating data models for API responses and validation. Uses Pydantic BaseModel with validators, field definitions, and proper serialization.

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

Automatically applies when writing pytest tests. Ensures proper use of fixtures, parametrize, marks, mocking, async tests, and follows testing best practices.

2025-11-13
structured-errors
软件开发工程师

Automatically applies when writing error handling in APIs and tools. Ensures errors are returned as structured JSON with error, request_id, and timestamp (not plain strings).

2025-11-13
tool-design-pattern
软件开发工程师

Automatically applies when creating AI tool functions. Ensures proper schema design, input validation, error handling, context access, and comprehensive testing.

2025-11-13