Loading...
Loading...
Found 115 Skills
Commit standards for Engram contributors. Trigger: Any commit creation, review, or branch cleanup.
Smart commit creation with conventional commits. Use when user says "commit" or requests committing changes. Handles staged file detection, suggests splits for multi-concern changes, and applies proper commit format without emoji prefixes.
Stage changes and generate commit messages that comply with the Conventional Commits specification.
Use when code has been written and needs validation before committing, or when the user asks for a code review or security check.
Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on "review my diff", "check complexity", "am I overcomplicating this", "karpathy check", "before I commit", or any code quality concern where the LLM might be overcoding.
Diff Review - analyzes code changes and provides structured feedback before commit
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always