agent/claude/core-php
Snider 0aee349d57 feat(plugins): scaffold core-go/core-php/infra plugin directories
Creates three new Claude plugin family directories per the
plugin-restructure RFC: core-go (Go-family tooling), core-php
(PHP-family tooling), infra (ops / devops / deploy tooling). Each
carries .claude-plugin/plugin.json, YAML marketplace.yaml, README,
and commands/agents/skills stubs. Marketplace format is YAML per
RFC; the legacy JSON marketplace for core-agent is left untouched.

Appends a Resolution section to the plugin-restructure RFC recording
the YAML-over-JSON decision and noting that the dappcore→core rename
at cross-plugin metadata level is scoped to #92.

Closes tasks.lthn.sh/view.php?id=91

Co-authored-by: Codex <noreply@openai.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-23 18:21:40 +01:00
..
.claude-plugin feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00
agents feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00
commands feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00
skills feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00
marketplace.yaml feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00
README.md feat(plugins): scaffold core-go/core-php/infra plugin directories 2026-04-23 18:21:40 +01:00

core-php

This plugin family covers Claude workflows for Core PHP services and application modules. It is the canonical home for PHP-focused commands, agents, and skills in the Core ecosystem. The scope includes framework conventions, module structure, testing, and delivery support. Marketplace metadata for this family is defined in marketplace.yaml. The current subdirectories are placeholders until the first PHP-specific content lands.