en un clic
ai-training-practical
ai-training-practical contient 13 skills collectées depuis Rational-Partners, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Backend API development with Express, Zod validation, permissions, and security. Use when creating or modifying API endpoints, adding route handlers, implementing validation, or working with authentication/authorization.
Query and analyze production logs via BetterStack MCP. Use when diagnosing production issues, investigating errors, analyzing patterns, or monitoring system health.
Code quality standards, complexity management, and anti-over-engineering. Use when reviewing code, implementing features, or ensuring quality standards. Covers complexity limits, linting, and simplicity principles.
Documentation standards and decision criteria. Use when deciding whether to document, creating documentation, or maintaining existing docs. Covers significance thresholds, structure, and cross-referencing.
Git commit workflow and standards. Use when committing code, batching changes, or verifying builds before commits. Covers build verification, commit message format, and quality gates.
Debug local development issues by analyzing logs, checking processes, and diagnosing errors. Use when servers won't start, errors occur, or behavior is unexpected.
MCP (Model Context Protocol) tools for code intelligence, refactoring, browser automation, and external integrations. Use cclsp for refactoring, find references, rename symbols. Use Playwright for UI testing. Use GitHub MCP for PR operations.
Sub-agent delegation and parallel research patterns. Use when researching frameworks, analyzing codebases, or delegating discrete tasks to multiple sub-agents for maximum efficiency.
Planning document lifecycle management. Use when implementing features from plans, updating planning document status, moving completed plans, or managing cross-references between plans.
Portal frontend styling with Tailwind CSS. Use when creating portal components, pages, or styling. All Tailwind classes must use tw- prefix. Never mix with Bootstrap dashboard components.
Database schema changes with Prisma. Use when modifying schema.prisma, creating migrations, adding database fields, or working with Prisma models. Prevents production crashes from forgotten migrations.
Render deployment infrastructure reference. Use when accessing production/staging services, checking logs, SSH access, or deployment operations.
Test-driven development workflow. Use when writing tests, implementing features with TDD, or ensuring test coverage. Covers red-green-refactor cycle, test quality, and coverage requirements.