By SaharCarmel
Collaborative plan review system with web interface for commenting on Claude's implementation plans
A curated collection of plugins that extend Claude Code's functionality with specialized skills for planning, project management, and content creation.
For more information about skills, check out:
This repository contains plugins that demonstrate practical workflows for Claude Code. These plugins range from collaborative planning tools to project management integrations to content generation utilities.
Each plugin is self-contained with its own plugin.json manifest and skill definitions. Browse through these plugins to understand different patterns and approaches, or install them directly into your Claude Code environment.
| Plugin | Description |
|---|---|
plan-collab | Collaborative plan review system with web interface for team feedback |
linear-extended | Extended Linear operations including project milestones management |
content-studio | Generate social media content from your coding work |
You can register this repository as a Claude Code plugin marketplace by running:
/plugin marketplace add SaharCarmel/Sahar-claude-code-marketplace
Then, to install a specific plugin:
/plugin and select Browse and install pluginssahar-marketplaceInstall nowAlternatively, install plugins directly via:
/plugin install plan-collab@sahar-marketplace
/plugin install linear-extended@sahar-marketplace
/plugin install content-studio@sahar-marketplace
After installing a plugin, you can use its skills by mentioning them. For instance, if you install plan-collab, you can ask Claude Code to review a plan collaboratively with your team.
Plugins follow the standard Claude Code plugin format:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── skills/
│ └── skill-name/
│ └── SKILL.md # Skill instructions
├── hooks/ # Optional lifecycle hooks
└── README.md
Skills are simple to create - just a folder with a SKILL.md file containing YAML frontmatter and instructions:
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
# My Skill Name
[Add your instructions here that Claude will follow when this skill is active]
## Examples
- Example usage 1
- Example usage 2
## Guidelines
- Guideline 1
- Guideline 2
The frontmatter requires only two fields:
name - A unique identifier for your skill (lowercase, hyphens for spaces)description - A complete description of what the skill does and when to use itThis is a personal marketplace maintained by Sahar Carmel. Plugins are curated based on workflow needs and quality standards.
Individual plugins may have their own licenses. Check each plugin's directory for details.
Built for Claude Code - Anthropic's official CLI for Claude
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
E2E testing workflow with Docker-based webapp for manual test verification. Generates contextual test checklists, tracks user testing progress, and enters plan mode to fix failures.
Extended Linear operations including project milestones management
Software Development Lifecycle tools for project management, issue tracking, and backlog organization
npx claudepluginhub saharcarmel/sahar-claude-code-marketplace --plugin plan-collabStructured implementation planning, interactive annotation review, and autonomous plan execution
Interactive Plan Review: Mark up and refine your plans using a UI, easily share for team collaboration, automatically integrates with plan mode hooks.
Iterative plan review and execution workflow for Claude Code
WeZZard's Claude Code skills collection
Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).