alexeykrol

48 mods across 2 repositories, 271 stars between them.

PreCompact

01

alexeykrol/claude-code-starter

Hook Claude Code

Runs before the context is compacted, executing pre-compact.sh via bash. From alexeykrol/claude-code-starter.

192 1mo ago A tokens not measured

PostCompact

02

alexeykrol/claude-code-starter

Hook Claude Code

Runs after the context is compacted, executing post-compact.sh via bash. From alexeykrol/claude-code-starter.

192 1mo ago A tokens not measured

PostToolUse

03

alexeykrol/claude-code-starter

Hook Claude Code

Runs after a tool call finishes, executing post-tool-checkpoint.sh via bash. From alexeykrol/claude-code-starter.

192 1mo ago A tokens not measured

SubagentStop

04

alexeykrol/claude-code-starter

Hook Claude Code

Runs when a subagent finishes, executing subagent-done.sh via bash. From alexeykrol/claude-code-starter.

192 1mo ago A tokens not measured

db-migrate

06

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A database schema migration from SQLite to PostgreSQL or Supabase. A schema describes the tables, columns, and rules used to store data.

192 1mo ago A 31 tokens

finish

07

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A session-closing routine for checking work, committing changes to Git, updating the SNAPSHOT file, and writing a report.

192 1mo ago A 27 tokens

housekeeping

08

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A background maintenance routine for project documentation, version information, Git ignore rules, and other metadata files.

192 1mo ago A 27 tokens

playwright

09

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A browser-based end-to-end testing routine using Playwright. End-to-end tests check a user interface through complete user actions rather than testing isolated functions.

192 1mo ago A 23 tokens

save-dialog

10

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A way to save the current Claude Code conversation as a JSONL file, a text format with one JSON object per line. The files are stored in .claude/dialogs/.

192 1mo ago A 0 tokens

start

11

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A session-start routine that builds a working understanding of the project and connects that understanding to the code.

192 1mo ago A 38 tokens

testing

12

alexeykrol/claude-code-starter

Skill Claude CodeCodex

A project testing routine that runs unit tests and integration tests. Unit tests check small pieces of code; integration tests check how multiple parts work together.

192 1mo ago A 21 tokens

commit

17

alexeykrol/claude-code-starter

Command Claude Code

A command for creating a Git commit, a saved snapshot of code changes, with an appropriate commit message.

192 1mo ago A 9 tokens

db-migrate

18

alexeykrol/claude-code-starter

Command Claude Code

A command for creating a database migration, which is a controlled change to a database's structure or stored data.

192 1mo ago A 9 tokens