Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ricardos-claude-code

ricardos-claude-code contient 29 skills collectées depuis ricardoroche, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
29
Stars
2
mis à jour
2025-11-18
Forks
0
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

agent-orchestration-patterns
Développeurs de logiciels

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
Analystes en sécurité de l'information

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
Analystes en assurance qualité des logiciels et testeurs

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

2025-11-18
database-migrations
Architectes de bases de données

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
Développeurs de logiciels

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
Scientifiques des données

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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

2025-11-18
observability-logging
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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
Scientifiques des données

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
Rédacteurs techniques

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

2025-11-18
openspec-authoring
Développeurs de logiciels

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

2025-11-18
spec-templates
Rédacteurs techniques

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

2025-11-18
fastapi-patterns
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2025-11-13