andrei-isvoran96/claude-skill-lab

Collection of awesome claude stuff

1Stars on the repository
15Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

db-snapshot

01

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…

not rated 1 3mo ago A 82 tokens original MIT

log-investigator

02

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…

not rated 1 3mo ago A 89 tokens original MIT

migration-writer

03

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…

not rated 1 3mo ago A 116 tokens original MIT

restart-services

04

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…

not rated 1 3mo ago A 80 tokens original MIT

test-changed

05

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…

not rated 1 3mo ago A 68 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: