Skip to content

enhance: Add Claude Code skills and hooks integration#19

Merged
williamzujkowski merged 3 commits intomainfrom
feature/claude-code-integration
Feb 2, 2026
Merged

enhance: Add Claude Code skills and hooks integration#19
williamzujkowski merged 3 commits intomainfrom
feature/claude-code-integration

Conversation

@williamzujkowski
Copy link
Copy Markdown
Owner

Summary

  • Add /moltdown skill for quick VM workflow reference
  • Add setup-hooks.sh script for automated hook installation
  • Add hooks: shellcheck-on-write, session-context, validate-bash
  • Update CLAUDE.md with integration documentation
  • Update .gitignore to track .claude/ skills and hooks

What's Included

Skill: /moltdown

Quick reference for VM workflows. Triggers on "VM", "snapshot", "clone", "bootstrap", "golden image".

Hooks

Hook Trigger Purpose
shellcheck-on-write.sh After Write/Edit Lints .sh files automatically
session-context.sh Session startup Injects project context
validate-bash.sh Before Bash Blocks destructive VM commands

Setup Script

./setup-hooks.sh              # Install hooks
./setup-hooks.sh --dry-run    # Preview changes
./setup-hooks.sh --remove     # Remove hooks

Test plan

  • make lint passes
  • ./setup-hooks.sh --dry-run works
  • /moltdown skill is accessible in Claude Code

🤖 Generated with Claude Code

williamzujkowski and others added 3 commits February 2, 2026 17:26
- Add /moltdown skill for quick VM workflow reference
- Add setup-hooks.sh script for automated hook installation
- Add hooks: shellcheck-on-write, session-context, validate-bash
- Update CLAUDE.md with integration documentation
- Update .gitignore to track .claude/ skills and hooks

Hooks provide:
- Automatic shellcheck linting on .sh file modifications
- Project context injection at session start
- Protection against destructive VM commands

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@williamzujkowski williamzujkowski merged commit f4b0a97 into main Feb 2, 2026
2 checks passed
@williamzujkowski williamzujkowski deleted the feature/claude-code-integration branch February 2, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant