aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Pre-flight gate walking four Karpathy principles (think first, simplicity, surgical edits, goal-driven). Use before implementation.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/karpathy-checkContext preview
What this command does when you run it.
Pre-flight gate walking four Karpathy principles (think first, simplicity, surgical edits, goal-driven). Use before implementation.
name: karpathy-check description: 'Pre-flight gate walking four Karpathy principles (think first, simplicity, surgical edits, goal-driven). Use before implementation.' usage: /karpathy-check [task description]
A four-question pre-flight gate adapted from observations on common LLM coding pitfalls. Loads the `imbue:karpathy-principles` skill and walks each principle as a checkable question.
# Run as an inline pre-flight before starting work /imbue:karpathy-check # Pass a task description to anchor the check /imbue:karpathy-check Add rate limiting to the signup endpoint
1. Loads `Skill(imbue:karpathy-principles)`. 2. Walks the four-question battery:
guess silently?
this overcomplicated?
the request?
with a check, not a feeling? 3. For each question, captures the answer and any blockers. 4. Outputs a verdict: PASS, NEEDS CLARIFICATION, or REWORK.
implementation.
ambiguity needs the user's input. Surface the question, do not guess.
more principles. Reshape before starting.
assumptions)
long
See `modules/tradeoff-acknowledgment.md` in the skill for the full boundary discussion.
four-principle synthesis
the four-question gate
after the gate clears
same principles in reverse
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.