con un clic
prek
Instructions for using prek as a replacement for pre-commit.
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ú
Instructions for using prek as a replacement for pre-commit.
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
Use whenever creating, editing, renaming, or deleting any file under .claude/skills/, .claude/agents/, .agents/skills/, or .codex/agents/. Teaches the dual-tool Claude/Codex layout and reminds to run `make sync-agent-config`.
Interview the user, inspect this template repo, run headless onboarding, and prune unused systems so a new Rust project gets running quickly.
Guide for making changes to the Rust backend of the server template, covering the engine crate, the CLI + HTTP API transports, and testing patterns.
Instructions for running code quality checks and maintaining standards in the Rust-Template project.
Git branch hygiene - delete merged/closed branch, prune stale refs, sync dependencies
| name | prek |
| description | Instructions for using prek as a replacement for pre-commit. |
This skill provides instructions for using prek in the Rust-Template project. prek replaces pre-commit for managing Git hooks and running checks.
prek run: Run hooks on changed files.prek run --all-files: Run hooks on all files in the repository.prek install: Install Git hooks to run automatically on commit.prek uninstall: Remove Git hooks.The configuration is located in prek.toml.
prek run to check your changes.make ci directly. Running prek run --all-files locally is a good pre-push sanity check, but the authoritative gate is make ci.