From 495861e2cbd74cf70eb5b60ab098cd30ab925fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckaileskkhumar=E2=80=9D?= <44276543+kaileskkhumar@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:42:17 +0530 Subject: [PATCH] =?UTF-8?q?Add=20ultraship=20plugin=20=E2=80=94=20all-in-o?= =?UTF-8?q?ne=20builder=20toolkit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 22 automatic skills, 20 tools, 5 agents covering the full dev lifecycle: brainstorming, planning, TDD, code review, frontend design, SEO/GEO/AEO, Lighthouse performance, security hardening, and deployment. Install: claude plugin add npm:ultraship GitHub: https://github.com/Houseofmvps/ultraship Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + plugins/ultraship/.claude-plugin/plugin.json | 22 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 plugins/ultraship/.claude-plugin/plugin.json 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" + ] +}