php/.claude-plugin/plugin.json
Snider e27f8b1088
Some checks failed
CI / PHP 8.4 (push) Failing after 2m3s
CI / PHP 8.3 (push) Failing after 2m11s
fix(plugin): add commands/ auto-discover directory, fix plugin.json schema
Commands must be in `.claude-plugin/commands/` for Claude Code auto-discovery.
Fixed plugin.json to use `{name, description, file}` array format.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:18:41 +00:00

17 lines
420 B
JSON

{
"name": "core-php",
"description": "PHP/Laravel development skills, API generation, and formatting",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"license": "EUPL-1.2",
"commands": [
{
"name": "api:generate",
"description": "Generate TypeScript/JavaScript API client from Laravel routes",
"file": "api/commands/generate.md"
}
]
}