diff --git a/README.md b/README.md index e4de615..ad3a235 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [problem-solver-specialist](./plugins/problem-solver-specialist) - [studio-coach](./plugins/studio-coach) - [ultrathink](./plugins/ultrathink) +- [ultraship](./plugins/ultraship) ### Automation DevOps - [deployment-engineer](./plugins/deployment-engineer) diff --git a/plugins/ultraship/.claude-plugin/plugin.json b/plugins/ultraship/.claude-plugin/plugin.json new file mode 100644 index 0000000..c980d83 --- /dev/null +++ b/plugins/ultraship/.claude-plugin/plugin.json @@ -0,0 +1,22 @@ +{ + "name": "ultraship", + "description": "All-in-one builder toolkit. Ship production-ready SaaS with one plugin.", + "version": "1.4.2", + "author": { + "name": "Houseofmvps", + "email": "houseofmvps2024@gmail.com" + }, + "homepage": "https://github.com/Houseofmvps/ultraship", + "repository": "https://github.com/Houseofmvps/ultraship", + "license": "MIT", + "keywords": [ + "ship", + "seo", + "performance", + "security", + "workflow", + "code-review", + "lighthouse", + "builder" + ] +}