Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By rjroy
A lightweight plugin for building and organizing project context. Skills for research, brainstorming, specifications, planning, implementation, and retrospectives.
npx claudepluginhub rjroy/vibe-garden --plugin lore-developmentReviews design documents with fresh context to identify weak decisions, missing trade-offs, and implementation gaps. Invoke after completing a design or when technical approach feels uncertain.
---
---
Reviews implementation plans with fresh context to identify gaps, infeasible steps, and scope creep. Invoke after completing a plan. Works with or without a spec -- checks requirement coverage when a spec exists, checks goal alignment when it doesn't.
---
This skill reconciles specs with what was actually built by comparing implementation artifacts (notes, retros, commissions) against specifications. It updates stale specs to reflect reality and generates specs for work that was done without one. Use when specs have drifted, after a feature cycle completes, or when implementation artifacts exist without a corresponding spec. Triggers include "back-propagate", "reconcile specs", "update spec from implementation", "spec drift", "what changed from the spec", "generate spec from notes", "specs out of date".
---
---
---
This skill makes technical decisions for complex problems. Use when the "how" IS the problem - algorithms, data structures, system boundaries, performance, security. Triggers include "design this", "what's the algorithm for", "how should this work technically", "technical approach for", "architecture for".
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Vibe Better With Claude Code - You're not an engineer anymore. You're a prompt jockey with commit access. At least do it properly.
Multi-project context management: switch projects, save/load sessions. Designed for non-CLI interfaces (Cowork desktop, Telegram).
Focused development mode - clarify, plan, verify, detect drift
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
A Claude Code plugin for project management using GitHub Projects. Provides skills and agents for managing tasks, bugs, and feature ideas.
Desktop/mobile notifications when Claude needs user attention
Active feedback based on session patterns and sentiment analysis
The Adventure Engine of Corvran - An RPG game master system that enables Claude Code to run tabletop-style adventures with persistent world state, character management, and narrative gameplay.
SRD 5.2-compatible d20 RPG mechanics for Adventure Engine adventures. Provides character creation, combat, spellcasting, and monster skills with templates and the complete System Reference Document for rule lookups.
A collection of Claude Code plugins for project management, development workflows, and notifications.
Repository releases use CalVer (YYYY.MM). Individual plugins maintain independent semver. Releases are cut quarterly or when significant changes land.
Purpose: GitHub Projects integration for Claude Code
Version: 1.3.0
Location: compass-rose/
Manage GitHub Projects directly from Claude Code with skills for task tracking, backlog analysis, and priority recommendations.
Features:
# Install in Claude Code
/plugin install compass-rose@vibe-garden
Purpose: Build and organize project context for development workflows
Version: 0.12.0
Location: lore-development/
A lightweight plugin for research, brainstorming, specifications, planning, and retrospectives. Helps maintain project knowledge in .lore/ directories.
Features:
# Install in Claude Code
/plugin install lore-development@vibe-garden
Purpose: Desktop and mobile notifications when Claude needs attention
Version: 1.0.0
Location: notify-hook/
Get notified when Claude Code asks a question or completes a long-running task.
Features:
# Install in Claude Code
/plugin install notify-hook@vibe-garden
Purpose: Gentle nudges based on session patterns and sentiment analysis
Version: 1.0.0
Location: mind-reader/
Get proactive feedback when sessions run long, you're working unusual hours, or frustration patterns emerge.
Features:
# Install in Claude Code
/plugin install mind-reader@vibe-garden
vibe-garden/
├── compass-rose/ # GitHub Projects management plugin
│ ├── .claude-plugin/ # Plugin metadata (v1.3.0)
│ ├── skills/ # Skill implementations
│ └── agents/ # Agent definitions
│
├── lore-development/ # Project context and workflow plugin
│ ├── .claude-plugin/ # Plugin metadata (v0.12.0)
│ ├── skills/ # Workflow skills
│ ├── agents/ # Agent definitions
│ └── shared/ # Shared resources
│
├── notify-hook/ # Desktop/mobile notification plugin
│ ├── .claude-plugin/ # Plugin metadata (v1.0.0)
│ ├── hooks/ # Hook implementations
│ └── scripts/ # Notification scripts
│
└── mind-reader/ # Active feedback plugin
├── .claude-plugin/ # Plugin metadata (v1.0.0)
├── hooks/ # UserPromptSubmit hook
├── scripts/ # Hook and baseline scripts
├── skills/ # Init skill
└── tests/ # Unit tests
Install plugins from this repository in Claude Code:
/plugin install compass-rose@vibe-garden # Project management
/plugin install lore-development@vibe-garden # Development workflows
/plugin install notify-hook@vibe-garden # Notifications
/plugin install mind-reader@vibe-garden # Active feedback
Contributions welcome:
MIT License - see LICENSE file for details.
Author: Ronald Roy Email: gsdwig@gmail.com Repository: github.com/rjroy/vibe-garden
Last Updated: 2026-02-01