agent/claude
Snider beb24f71d2 docs: add feature request issues for core CLI migration
12 issue files documenting features needed to replace shell scripts:

Claude Code hooks:
- 001: core ai session (state management)
- 002: core ai context (fact capture)
- 003: core ai hook (command validation)
- 004: core qa debug (debug statement detection)

Data collection:
- 005: core collect github (issues/PRs archive)
- 006: core collect bitcointalk (forum threads)
- 007: core collect market (CMC/CoinGecko)
- 008: core collect papers (whitepapers)
- 009: core collect excavate (project archaeology)
- 010: core collect process (HTML→MD)
- 011: core collect dispatch (event hooks)

000: Overview tracking issue

These will be submitted to host-uk/core when rate limit resets.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 18:49:35 +00:00
..
collection refactor: unify claude-cowork into claude directory 2026-02-01 18:23:41 +00:00
commands feat: add Claude Code plugin and CLAUDE.md documentation 2026-02-01 18:15:01 +00:00
hooks feat: add Claude Code plugin and CLAUDE.md documentation 2026-02-01 18:15:01 +00:00
issues docs: add feature request issues for core CLI migration 2026-02-01 18:49:35 +00:00
scripts feat: add Claude Code plugin and CLAUDE.md documentation 2026-02-01 18:15:01 +00:00
skills refactor: unify claude-cowork into claude directory 2026-02-01 18:23:41 +00:00
README.md feat: add Claude Code plugin and CLAUDE.md documentation 2026-02-01 18:15:01 +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