From ea9c4f730a9be073ca7306edfcf34d0638e8901c Mon Sep 17 00:00:00 2001 From: Matt McKinney Date: Thu, 5 Feb 2026 14:07:35 -0800 Subject: [PATCH] Add MyVibe - Instant publishing skill for Claude Code Adding MyVibe to the Agent Skills section. MyVibe enables instant deployment with a single command: /myvibe:publish - Website: https://www.myvibe.so - Skills Repository: https://github.com/ArcBlock/myvibe-skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d19073c..fa895a6 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld): Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs): A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package): A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**MyVibe**](https://www.myvibe.so): Instant publishing skill for Claude Code. Type `/myvibe:publish` to deploy projects to live URLs in seconds. Auto-detects project type (HTML, Vite, React, Next.js) and handles builds automatically. ---