Total Skills
9
Skills published by hmartinezc with real stars/downloads and source-aware metadata.
Total Skills
9
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
ai-regression-testing
0
continuous-learning
0
cost-aware-llm-pipeline
0
customs-trade-compliance
0
database-migrations
0
deployment-patterns
0
docker-patterns
0
e2e-testing
0
Validate that changes to AI prompts, extraction logic, or data schemas don't break existing extraction quality. Use when modifying agentPrompts.ts, extractionSchema.ts, or ai.ts routes. Covers golden test sets, diff testing, and confidence score regression.
Extract reusable patterns from coding sessions to improve future AI agent behavior. Use at the end of sessions or when noticing repeated patterns, common mistakes, or successful workflows worth preserving.
Optimize Gemini API costs WITHOUT changing the extraction model. Use when building or modifying AI extraction pipelines, batch processing, or when API costs are increasing. Covers caching, prompt optimization, batching, retry logic, and cost tracking. The current model (gemini-3-flash-preview) is proven for PDF invoice extraction and should NOT be downgraded.
Customs documentation, trade compliance, and international shipping regulations for logistics applications. Use when working with customs-related features, international freight documentation, HS codes, duties, or cross-border trade compliance.
Safe, idempotent database migration patterns for libSQL/SQLite. Use when modifying server/schema.ts, adding tables or columns, writing seed data, or planning schema changes. Covers idempotent DDL, rollback strategies, and zero-downtime patterns.
Deployment strategies for Node.js fullstack applications using Coolify, Docker, and self-hosted infrastructure. Use when deploying, configuring production environments, troubleshooting deployment issues, or setting up CI/CD pipelines.
Docker best practices for Node.js TypeScript applications. Use when writing or modifying Dockerfiles, optimizing image size, or troubleshooting container issues.
End-to-end testing setup and patterns using Playwright for full-stack TypeScript applications. Use when setting up E2E tests, writing browser tests for critical user flows, or debugging flaky tests.
Use when: replicar la arquitectura del Smart Logistics Extractor sin IA en cualquier nuevo proyecto transaccional, crear un sistema web con React + Hono + libSQL/Turso, validar que otro repo sigue el mismo patron arquitectonico, preparar despliegue en Coolify o Hetzner.