andrei-isvoran96/claude-skill-lab
Instructions file
Claude Code instructions for andrei-isvoran96/claude-skill-lab, covering claude.md, what this repo is, repository shape, design principles you must follow and hook script conventions.
andrei-isvoran96/claude-skill-lab
Instructions file
Claude Code instructions for andrei-isvoran96/claude-skill-lab, covering claude.md, what this repo is, repository shape, design principles you must follow and hook script conventions.
andrei-isvoran96/claude-skill-lab
Agent
Takes a mysqldump of the dev database to a timestamped file before risky schema operations (migrate:fresh, destructive migrations, cleanup scripts). Returns the absolute path to the snapshot. Can be invoked directly by the caller, or as a safety prerequisite by other agents. Skips writing if the database is empty or…
andrei-isvoran96/claude-skill-lab
Agent
Tails relevant Docker / application logs to diagnose a reported symptom and returns a 3-5 line summary (error + likely cause + suggested next step). Use this whenever the caller describes a runtime symptom (a 500, a hang, "the worker isn't picking up jobs", a failing SSE stream) instead of streaming hundreds of log…
andrei-isvoran96/claude-skill-lab
Agent
Creates database migrations (and optionally the matching model + factory + seeder) following the project's conventions — date-based filename, project-standard class style, paired up()/down(), FK with cascade rules, named indexes on FKs and frequent WHERE columns. Use this whenever the caller asks to add, alter, or…
andrei-isvoran96/claude-skill-lab
Agent
Applies the minimum set of docker / build / migration commands required to make the current uncommitted code changes visible in running containers. Inspects git diff, runs a helper script, and returns a single-line status summary. Use this whenever the user says they're ready to test, or after a code change session…
andrei-isvoran96/claude-skill-lab
Agent
Runs only the tests affected by the current uncommitted changes — filtered by changed test files and tests matching changed source files. Returns a one-line pass/fail summary instead of streaming hundreds of test lines into the main context. Use this whenever the caller wants a fast pre-commit sanity check on what…
andrei-isvoran96/claude-skill-lab
Command
Clear the review history file used by /review to track previously flagged issues.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying: directory under .claude/ where handoff briefs live (default: .claude/handoffs) if you keep the default, no edits needed -->.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying.
andrei-isvoran96/claude-skill-lab
Command
Draft an implementation plan for the user's request, then run up to 3 rounds of unbiased review by a fresh Plan subagent, revising between rounds.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.
andrei-isvoran96/claude-skill-lab
Command
Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.