No description
Find a file
Claude 9b0d2f2fef
chore: rebrand to agentic/plugins, update marketplace config
- README: agentic/plugins branding, forge.lthn.ai links, dAppCo.re registry
- CLAUDE.md: updated repo structure and install paths
- marketplace.json: owner=Lethean, registry=forge.lthn.ai, org=agentic
- .mcp.json: renamed server to AGENTIC_MARKETPLACE

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 15:09:54 +00:00
.claude-plugin chore: rebrand to agentic/plugins, update marketplace config 2026-02-15 15:09:54 +00:00
claude feat(claude): add agentic plugin — agents, flows, patterns 2026-02-15 15:05:56 +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: rebrand to agentic/plugins, update marketplace config 2026-02-15 15:09:54 +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 chore: rebrand to agentic/plugins, update marketplace config 2026-02-15 15:09:54 +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 chore: rebrand to agentic/plugins, update marketplace config 2026-02-15 15:09:54 +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

agentic/plugins

Multi-agent plugin marketplace for Claude Code, Codex, and Gemini CLI. Autonomous development workflows, tiered engineering personas, and cross-agent MCP coordination.

Installation

Claude Code:

# Install the full agentic plugin (agents, flows, patterns)
claude plugin add agentic/plugins/claude/agentic

# Or install specific Claude plugins
claude plugin add agentic/plugins/claude/code
claude plugin add agentic/plugins/claude/review
claude plugin add agentic/plugins/claude/qa

Codex:

  • Codex plugins live at codex/.

Gemini CLI:

  • Extension lives at google/gemini-cli.

Shared MCP Server

A vendor-neutral MCP server lives in 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 codex/ethics.

  • codex/ethics/MODAL.md
  • codex/ethics/kernel/axioms.json

Plugin Suites

Claude plugins:

  • claude/agentic — Autonomous agents, flow orchestration, patterns (14 agents, 11 skills)
  • claude/api — API client generation
  • claude/ci — CI pipeline integration
  • claude/code — Core development (22 commands, hooks, formatting)
  • claude/collect — Data collection, ledger papers archive
  • claude/coolify — Coolify deployment
  • claude/core — Module management
  • claude/issue — Issue CRUD via Forgejo
  • claude/perf — Performance profiling
  • claude/qa — QA, lint enforcement
  • claude/review — PR review, security audit
  • claude/verify — Pre-push verification

Codex plugins:

  • codex/awareness — Monorepo awareness
  • codex/ethics — Ethics modal and axioms kernel
  • codex/guardrails — Safety 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

agentic/plugins/
├── .claude-plugin/           # Marketplace manifest
├── .mcp.json                 # MCP server registry
├── claude/                   # Claude Code plugin suite
│   ├── agentic/              # Autonomous agents + flow orchestration
│   ├── code/                 # Core development workhorse
│   └── ...                   # ci, qa, review, verify, etc.
├── codex/                    # Codex plugin suite + ethics kernel
├── google/                   # Gemini CLI extension
├── mcp/                      # Shared MCP stdio server (Go)
└── README.md

Package Registry

Published via CI to dappco.re/claude/ (Forgejo generic packages on forge.lthn.ai).

License

EUPL-1.2