No description
Find a file
Snider d01c71d665 docs: refresh marketplace and mcp docs
Summary:\n- updated README and CLAUDE docs for unified marketplace structure\n- documented shared MCP server tools and ethics kernel\n- added updated repo tree covering claude, codex, google, and mcp
2026-02-05 20:48:31 +00:00
.claude-plugin feat(marketplace): publish unified manifest 2026-02-05 20:28:37 +00:00
claude chore(mcp): wire marketplace server 2026-02-05 20:45:20 +00:00
codex fix(codex): correct script references 2026-02-05 20:28:50 +00:00
google feat(codex): mirror claude plugins and ethics modal 2026-02-05 20:13:01 +00:00
mcp feat(mcp): add marketplace server 2026-02-05 20:44:47 +00:00
scripts chore: add label sync script for org-wide labels 2026-02-02 05:14:03 +00:00
storage/logs feat(core): add /core:log command for smart log viewing (#77) 2026-02-02 07:17:59 +00:00
test_project feat: /core:doc generate documentation (#92) 2026-02-02 07:23:51 +00:00
.coverage-history.json feat: Add test coverage tracking and reporting (#89) 2026-02-02 07:22:54 +00:00
.env.example feat: Add /core:env for environment management (#70) 2026-02-02 07:14:37 +00:00
.gitignore feat: Add initial structure for /core:refactor command (#91) 2026-02-02 07:23:32 +00:00
.mcp.json chore(mcp): wire marketplace server 2026-02-05 20:45:20 +00:00
api.js feat: /core:api generate API client from routes (#84) 2026-02-02 07:20:47 +00:00
api.ts feat: /core:api generate API client from routes (#84) 2026-02-02 07:20:47 +00:00
CLAUDE.md docs: refresh marketplace and mcp docs 2026-02-05 20:48:31 +00:00
composer.json feat: Add initial structure for /core:refactor command (#91) 2026-02-02 07:23:32 +00:00
composer.lock feat: Add initial structure for /core:refactor command (#91) 2026-02-02 07:23:32 +00:00
go.mod feat(mcp): add marketplace server 2026-02-05 20:44:47 +00:00
go.sum feat(mcp): add marketplace server 2026-02-05 20:44:47 +00:00
openapi.yaml feat: /core:api generate API client from routes (#84) 2026-02-02 07:20:47 +00:00
README.md docs: refresh marketplace and mcp docs 2026-02-05 20:48:31 +00:00
repos.yaml feat: Implement /core:sync command (#98) 2026-02-02 07:28:16 +00:00
Test.php feat: Add initial structure for /core:refactor command (#91) 2026-02-02 07:23:32 +00:00

core-agent

A unified marketplace of Host UK plugins for Claude Code, Codex, and the Gemini CLI. This repo hosts the Claude and Codex suites alongside a shared MCP server and the Axioms of Life ethics kernel.

Marketplace

The public marketplace manifest lives at core-agent/.claude-plugin/marketplace.json and lists all Claude, Codex, and Gemini entries.

Installation

Claude Code:

# Install everything via marketplace
claude plugin add host-uk/core-agent

# Or install specific Claude plugins
claude plugin add host-uk/core-agent/claude/code
claude plugin add host-uk/core-agent/claude/review
claude plugin add host-uk/core-agent/claude/qa

Gemini CLI:

  • Extension lives at core-agent/google/gemini-cli.

Codex:

  • Codex plugins live at core-agent/codex.

Shared MCP Server

A vendor-neutral MCP server lives in core-agent/mcp and is registered in .mcp.json at the repo root.

Run locally:

go run ./mcp/

Tools:

  • marketplace_list — returns the full marketplace registry as structured data
  • marketplace_plugin_info — returns plugin metadata, commands, and skills by name
  • core_cli — runs approved core CLI commands (dev, go, php, build only)
  • ethics_check — returns the ethics modal and axioms kernel

Ethics Kernel

The Axioms of Life ethics kernel is a first-class feature under core-agent/codex/ethics.

  • core-agent/codex/ethics/MODAL.md
  • core-agent/codex/ethics/kernel/axioms.json

Plugin Suites

Claude plugins:

  • claude/api
  • claude/ci
  • claude/code
  • claude/collect
  • claude/coolify
  • claude/core
  • claude/issue
  • claude/perf
  • claude/qa
  • claude/review
  • claude/verify

Codex plugins:

  • codex/awareness
  • codex/ethics
  • codex/guardrails
  • codex/api
  • codex/ci
  • codex/code
  • codex/collect
  • codex/coolify
  • codex/core
  • codex/issue
  • codex/perf
  • codex/qa
  • codex/review
  • codex/verify

Gemini extension:

  • google/gemini-cli

Repository Structure

core-agent/
├── .claude-plugin/           # Unified marketplace manifest
├── .mcp.json                  # MCP server registry
├── claude/                    # Claude plugin suite
├── codex/                     # Codex plugin suite + ethics kernel
├── google/                    # Gemini CLI extension
├── mcp/                       # Shared MCP stdio server
├── CLAUDE.md
└── README.md

Core CLI Integration

These plugins enforce the core CLI for development commands:

Instead of... Use...
go test core go test
go build core build
golangci-lint core go lint
composer test core php test
./vendor/bin/pint core php fmt

License

EUPL-1.2