6 new issues for Claude Code hook improvements: - 012: Test output filtering (reduce noise, show failures only) - 013: Stop verification (verify work complete before stopping) - 014: Auto-test on edit (async tests after code changes) - 015: Session context injection (git/issues/CI on startup) - 016: Silent auto-formatting (suppress formatter output) - 017: Expose/hide policy (define what to show vs suppress) Based on Claude Code hooks documentation: - PostToolUse with suppressOutput for noise reduction - Stop hooks with agent verification - Async hooks for background testing - SessionStart for context injection - additionalContext for exposing important info Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| collection | ||
| commands | ||
| hooks | ||
| issues | ||
| scripts | ||
| skills | ||
| README.md | ||
core-claude
Claude Code plugin for the Host UK federated monorepo.
Installation
/plugin marketplace add host-uk/core-claude
/plugin install core@core-claude
Features
Skills
- core - Core CLI command reference for multi-repo management
- core-php - PHP module patterns for Laravel packages
- core-go - Go package patterns for the CLI
Commands
/core:remember <fact>- Save context facts that persist across compaction
Hooks
Safety hooks:
- Blocks destructive commands (
rm -rf,sed -i, mass operations) - Enforces
coreCLI over rawgo/phpcommands - Prevents random .md file creation
Context preservation:
- Saves state before auto-compact (prevents "amnesia")
- Restores recent session context on startup
- Extracts actionables from tool output
Auto-formatting:
- PHP files via Pint after edits
- Go files via gofmt after edits
- Warns about debug statements
Dependencies
- superpowers from claude-plugins-official