bitovi

52 mods across 4 repositories, 95 stars between them.

branch-commit-push

01

bitovi/convey

Agent Claude Code

Inspect uncommitted changes, create a descriptive branch, commit with a meaningful message, and push to remote.

46 16d ago A 28 tokens original MIT

launch-angular-env

02

bitovi/convey

Agent Claude Code

Launch the MCP dev server pointed at the Angular test app on port 5177, with overlay/panel watchers and Storybook. Kills conflicting processes on ports 3335 and 5177 first, reuses already-running watchers.

46 16d ago A 51 tokens original MIT

launch-carton-env

03

bitovi/convey

Agent Claude Code

Launch the MCP dev server pointed at the Carton project's Storybook on port 6006, with overlay and panel file watchers. Use VS Code Task Runner to start the "Dev: External SB6006" composite task.

46 16d ago A 50 tokens original MIT

launch-demo-env

04

bitovi/convey

Agent Claude Code

Launch the static demo site on port 4000 with Storybook support. Builds the demo + Storybook, starts a file watcher for rebuilds, and serves on port 4000.

46 16d ago A 42 tokens original MIT

bitovi/convey

Agent Claude Code

Launch the MCP dev server pointed at an external Storybook on port 6006, with overlay/panel watchers and the test app. Kills conflicting processes first, then launches VS Code tasks.

46 16d ago A 49 tokens original MIT

bitovi/convey

Agent Claude Code

Launch the MCP dev server pointed at the React test app's Storybook v10 on port 6008, with overlay/panel watchers and the test app.

46 16d ago A 42 tokens original MIT

release

07

bitovi/convey

Agent Claude Code

Automate the release workflow — bump version, build, publish to npm, commit, tag, and push. Use when asked to cut a release or publish a new version.

46 16d ago A 37 tokens original MIT

bitovi/convey

Instructions file GitHub Copilot

Instructions for bitovi/convey, covering convey mcp — copilot instructions, project overview, key design tokens (bitovi brand), code conventions and running everything.

46 16d ago A 2,187 tokens original MIT

component-registry

09

bitovi/convey

Skill Claude CodeCodex

Track and manage reusable UI components and patterns in the test-app. Maintains an inventory of extracted components and unextracted patterns to promote incremental refactoring and prevent code duplication.

46 16d ago A 39 tokens original MIT

create-react-modlet

10

bitovi/convey

Skill Claude CodeCodex

Create React components or hooks following the modlet pattern in this project. Use when creating any new component or hook in panel/src/components/. Modlets are self-contained folders with index.ts, implementation, tests, and optional types.

46 16d ago A 50 tokens original MIT

create-skill

11

bitovi/convey

Skill Claude CodeCodex

Create new Agent Skills for this project. Use when asked to create a skill, document a workflow, or teach Copilot a new capability. Skills are stored in .github/skills/ and can include instructions, scripts, examples, and resources.

46 16d ago A 53 tokens original MIT

debug-e2e-test

12

bitovi/convey

Skill Claude CodeCodex

Debug and fix failing Playwright E2E tests. Use when tests fail, when asked to fix failing tests, or when investigating test failures. Analyzes test output, screenshots, error context, and uses Playwright MCP to identify root causes.

46 16d ago A 56 tokens original MIT

debugging-skill

13

bitovi/convey

Skill Claude CodeCodex

Always start a fresh browser session after any file change, walk through the full user flow, and monitor for errors before proceeding with further work.

46 16d ago A 33 tokens original MIT

dev-environments

14

bitovi/convey

Skill Claude CodeCodex

Set up and run different development service arrangements for testing specific features. Use when starting dev servers, testing Storybook addon (SB8 or SB10), testing Tailwind v3 vs v4, testing Astro, or when asked which services to run. Covers compound tasks, port assignments, and which services need each other.

46 16d ago A 68 tokens original MIT

bitovi/convey

Skill Claude CodeCodex

Extract reusable UI components from inline patterns. Covers component design, TypeScript props, refactoring strategy, and best practices for creating shared UI primitives.

46 16d ago A 33 tokens original MIT

frontend-design

16

bitovi/convey

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

46 16d ago A 43 tokens original MIT

bitovi/convey

Skill Claude CodeCodex

Defines the interaction behavior of global mode buttons (Select, Insert) and component row buttons (Place, Replace). Use when modifying button states, colors, labels, tab visibility, or page interaction behavior. Must review and update these tables before making changes.

46 16d ago A 56 tokens original MIT

naming-guide

18

bitovi/convey

Skill Claude CodeCodex

Canonical naming for all Convey UI parts, features, and concepts. Reference when discussing, documenting, or writing code for any part of the app. Ensures consistent terminology across humans and AI agents.

46 16d ago A 43 tokens original MIT

bitovi/convey

Skill Claude CodeCodex

Build panel UI components that live-preview Tailwind className changes in the user's app via WebSocket. Use when creating any control (dropdown, scrubber, color picker, toggle, etc.) that lets users hover/scrub values before committing. Covers the preview/revert/stage lifecycle, the onHover/onLeave prop contract, and…

46 16d ago A 82 tokens original MIT

tailwind-vocabulary

20

bitovi/convey

Skill Claude CodeCodex

Canonical terminology for Tailwind CSS concepts used throughout the codebase. Reference this skill to ensure consistent naming in code, docs, and conversation.

46 16d ago A 33 tokens original MIT

write-e2e-test

21

bitovi/convey

Skill Claude CodeCodex

Create, maintain, and verify end-to-end (E2E) tests using Playwright MCP. Ensures new features and flows are robustly tested and visually verified.

46 16d ago A 40 tokens original MIT

bitovi/superconnect

Skill Claude CodeCodex

Generates Figma Code Connect mappings for React or Angular repos, validates them with pre-checks and the Figma CLI, and can publish via figma connect. Use when a user provides a Figma file URL and a component repo and asks for Code Connect files, figma.config.json, or validation.

24 7mo ago A 67 tokens original MIT