ARCHIVED - Superseded by core/agent
This repository has been archived on 2026-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Snider 6aa19f59a2 fix(marketplace): add version tracking to marketplace.json
Added version field to plugin entry and metadata for proper
update detection.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:41:06 +00:00
.claude-plugin fix(marketplace): add version tracking to marketplace.json 2026-02-01 04:41:06 +00:00
commands feat: initial Claude Code plugin for host-uk monorepo 2026-02-01 02:36:33 +00:00
hooks feat: add hooks.json for PreToolUse, PostToolUse, PreCompact, SessionStart 2026-02-01 03:10:00 +00:00
scripts feat: initial Claude Code plugin for host-uk monorepo 2026-02-01 02:36:33 +00:00
skills fix(skills): restructure skills to use directory format 2026-02-01 04:35:09 +00:00
README.md feat: initial Claude Code plugin for host-uk monorepo 2026-02-01 02:36:33 +00:00

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 core CLI over raw go/php commands
  • 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