Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By rjroy
A Claude Code plugin for project management using GitHub Projects. Provides skills and agents for managing tasks, bugs, and feature ideas.
npx claudepluginhub rjroy/vibe-garden --plugin compass-roseAnalyzes GitHub Project backlog items for quality and readiness, scoring each item on definition quality (clarity, completeness, acceptance criteria) and recommending the best 2-3 options to work on next. Combines priority, size, and definition quality for smart recommendations. Use when analyzing project items for the /compass-rose:backlog skill.
Scans codebase to assess issue relevance based on current state. Compares issue descriptions against actual implementation to identify stale issues, potentially resolved items, and issues with increased relevance. Use when reprioritizing project backlog.
---
---
This skill provides Python scripts for reliable GitHub Project API operations. It replaces embedded GraphQL guidance in command markdown files with tested, reusable abstractions.
---
---
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.
Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions.
Manage long-running development projects across multiple sessions
Commands for task management and project tracking
Multi-project context management: switch projects, save/load sessions. Designed for non-CLI interfaces (Cowork desktop, Telegram).
Personal task tracker — invisible kanban that tracks your work automatically
Vibe Better With Claude Code - You're not an engineer anymore. You're a prompt jockey with commit access. At least do it properly.
A lightweight plugin for building and organizing project context. Skills for research, brainstorming, specifications, planning, implementation, and retrospectives.
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