con un clic
pre-commit-hook-builder
Use when adding pre-commit hooks to .pre-commit-config.yaml
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Use when adding pre-commit hooks to .pre-commit-config.yaml
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Record browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server
| name | pre-commit-hook-builder |
| description | Use when adding pre-commit hooks to .pre-commit-config.yaml |
# .pre-commit-config.yaml
- repo: https://github.com/my/hook
rev: v1.0.0
hooks:
- id: my-hook
files: '\.(py|ts)$'
.pre-commit-config.yamlpre-commit install