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>
17 lines
420 B
JSON
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"
|
|
}
|
|
]
|
|
}
|