Agent Claude Code
Systematic Python code review. Invoked before important commits.
Agent Claude Code
Systematic Python code review. Invoked before important commits.
Agent Claude Code
Generates complete pytest tests for the indicated code. Invoked when a new function or module is created without tests.
Command Claude Code
Adds Google-style docstrings to public functions and classes in the file.
Command Claude Code
Updates .claudememory with decisions and tasks completed in the session.
Command Claude Code
Transforms the indicated code into modern idiomatic Python.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From DrLux/claude-code-template.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-tool-security.sh via bash. From DrLux/claude-code-template.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, MultiEdit and ExitPlanMode tool calls, executing post-tool-lint.sh via bash. From DrLux/claude-code-template.
Hook Claude Code
Runs after a batch of tool calls, executing post-batch-check.sh via bash. From DrLux/claude-code-template.
Hook Claude Code
Runs when the agent finishes a response, executing stop-quality-gate.sh via bash. From DrLux/claude-code-template.
Settings file Claude Code
Agent settings declaring 5 hook events (SessionStart, PreToolUse, PostToolUse, PostToolBatch).
Skill Claude CodeCodex
Holistic repo analysis and full regeneration of ARCHITECT.md. Auto-triggers on ExitPlanMode; invoke manually with /architect.
Skill Claude CodeCodex
Generates a semantic commit message from the diff and asks for confirmation before executing. Use when the user wants to commit, prepare a commit, or review staged changes.
Skill Claude CodeCodex
Summarizes uncommitted changes and flags risks. Use when asked what changed, when preparing a commit message, or when reviewing the diff.
Instructions file
Claude Code instructions for DrLux/claude-code-template, covering project: [project name], workflow, entry points, architectural reference and gotchas.