PreCompact
01alexeykrol/claude-code-starter
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh via bash. From alexeykrol/claude-code-starter.
alexeykrol/claude-code-starter
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh via bash. From alexeykrol/claude-code-starter.
alexeykrol/claude-code-starter
Hook Claude Code
Runs after the context is compacted, executing post-compact.sh via bash. From alexeykrol/claude-code-starter.
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.
alexeykrol/claude-code-starter
Hook Claude Code
Runs when a subagent finishes, executing subagent-done.sh via bash. From alexeykrol/claude-code-starter.
alexeykrol/claude-code-starter
Settings file Claude Code
Agent settings declaring 4 hook events (PreCompact, PostCompact, PostToolUse, SubagentStop) and 8 allowed tools.
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.
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.
alexeykrol/claude-code-starter
Skill Claude CodeCodex
A background maintenance routine for project documentation, version information, Git ignore rules, and other metadata files.
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.
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/.
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.
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.
alexeykrol/claude-code-starter
Instructions file
A Claude Code instruction file describing the project's purpose, architecture, contracts, the role of the file, and the operating mode.
alexeykrol/claude-code-starter
Command Claude Code
Purpose: Analyze bug reports from host projects (framework project only).
alexeykrol/claude-code-starter
Command Claude Code
Purpose: Analyze local bug reports to find patterns and recurring issues.
alexeykrol/claude-code-starter
Command Claude Code
Purpose: Manage bug reporting settings for the framework.
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.
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.
alexeykrol/claude-code-starter
Command Claude Code
A command for explaining how a specified part of code works.
alexeykrol/claude-code-starter
Command Claude Code
A command for planning and implementing a new software feature.
alexeykrol/claude-code-starter
Command Claude Code
Sprint/Phase completion protocol.
alexeykrol/claude-code-starter
Command Claude Code
A command for finding and fixing software bugs.
alexeykrol/claude-code-starter
Command Claude Code
Purpose: Analyze existing project without Framework and generate Framework files based on deep analysis.
alexeykrol/claude-code-starter
Command Claude Code
Launch Web UI for dialog management.