From 78b728c6dfc30c192395ab1fc883ab4b4767fddb Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 13 Mar 2026 10:49:15 +0000 Subject: [PATCH] feat(plugin): add npm package for Claude Code plugin distribution Published as @lthn/core-claude-php on npm. Co-Authored-By: Virgil --- .claude-plugin/package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .claude-plugin/package.json diff --git a/.claude-plugin/package.json b/.claude-plugin/package.json new file mode 100644 index 0000000..7d0def2 --- /dev/null +++ b/.claude-plugin/package.json @@ -0,0 +1,30 @@ +{ + "name": "@lthn/core-claude-php", + "version": "0.1.0", + "description": "Claude Code plugin for PHP/Laravel development — skills, API generation, and formatting", + "license": "EUPL-1.2", + "author": { + "name": "Host UK", + "email": "hello@host.uk.com" + }, + "repository": { + "type": "git", + "url": "https://forge.lthn.ai/core/php.git", + "directory": ".claude-plugin" + }, + "files": [ + "plugin.json", + "commands/", + "skills/", + "hooks.json", + "hooks/", + "scripts/", + "api/" + ], + "keywords": [ + "claude-code-plugin", + "php", + "laravel", + "pint" + ] +}