From bf247c5e14f76fdca98e88a53b150aaa34f09c40 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 6 Jan 2026 17:47:59 -0800 Subject: [PATCH] Rename repository from vibe-design-plugins to impeccable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all references in docs, package.json, and website links. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- AGENTS.md | 4 ++-- DEVELOP.md | 4 ++-- README.md | 4 ++-- package.json | 2 +- public/index.html | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 4a8388711..d98c9d3aa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# Impeccable (vibe-design-plugins) +# Impeccable The vocabulary you didn't know you needed. 1 skill, 15 commands, and curated anti-patterns for impeccable style. Works with Cursor, Claude Code, Gemini CLI, and Codex CLI. @@ -24,7 +24,7 @@ Cursor doesn't support frontmatter or arguments (lowest common denominator). Ins ## Repository Structure ``` -vibe-design-plugins/ +impeccable/ ├── source/ # EDIT THESE! Single source of truth │ ├── commands/ # Command definitions with frontmatter │ │ └── normalize.md diff --git a/DEVELOP.md b/DEVELOP.md index 9dd4e9ace..8c7e64374 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -1,6 +1,6 @@ # Developer Guide -Documentation for contributors to vibe-design-plugins. +Documentation for contributors to Impeccable. ## Architecture @@ -222,7 +222,7 @@ The build system (`scripts/build.js`) is a single 410-line Node.js script with: ## Repository Structure ``` -vibe-design-plugins/ +impeccable/ ├── source/ # Edit these! Source of truth │ ├── commands/ # Command definitions │ │ └── normalize.md diff --git a/README.md b/README.md index 71a32ff7e..6cbd1b421 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,8 @@ cp -r dist/codex/.codex/* ~/.codex/ ## Development ```bash -git clone https://github.com/pbakaus/vibe-design-plugins.git -cd vibe-design-plugins +git clone https://github.com/pbakaus/impeccable.git +cd impeccable bun run build bun run dev # http://localhost:3000 ``` diff --git a/package.json b/package.json index c1405f553..34c7ec839 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vibe-design-plugins", + "name": "impeccable", "version": "1.0.0", "description": "Cross-provider design skills and commands for LLM-powered development tools", "type": "module", diff --git a/public/index.html b/public/index.html index a5ef8231d..9e46f7cdb 100644 --- a/public/index.html +++ b/public/index.html @@ -288,7 +288,7 @@

Open Source

View the source, contribute skills and commands, or report issues on GitHub.

- + @@ -308,7 +308,7 @@ Anti-Patterns Commands Downloads - GitHub + GitHub