andrei-isvoran96

15 mods across 1 repository, 1 stars between them.

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.

1 3mo ago B 1,434 tokens original MIT

db-snapshot

02

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…

1 3mo ago A 82 tokens original MIT

log-investigator

03

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…

1 3mo ago A 89 tokens original MIT

migration-writer

04

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…

1 3mo ago A 116 tokens original MIT

restart-services

05

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…

1 3mo ago A 80 tokens original MIT

test-changed

06

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…

1 3mo ago A 68 tokens original MIT

commit

08

andrei-isvoran96/claude-skill-lab

Command

Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.

1 3mo ago A 0 tokens original MIT

handoff

09

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 -->.

1 3mo ago A 0 tokens original MIT

issue

11

andrei-isvoran96/claude-skill-lab

Command

Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.

1 3mo ago A 0 tokens original MIT

plan-review

13

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.

1 3mo ago A 0 tokens original MIT

pr

14

andrei-isvoran96/claude-skill-lab

Command

Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.

1 3mo ago A 0 tokens original MIT

review

15

andrei-isvoran96/claude-skill-lab

Command

Customize for your project — find/replace these tokens after copying: your integration branch (e.g. main, development, develop) -->.

1 3mo ago B 0 tokens original MIT