By SaharCarmel
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.
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.
npx claudepluginhub saharcarmel/sahar-claude-code-marketplace --plugin e2e-testerExtended Linear operations including project milestones management
Collaborative plan review system with web interface for commenting on Claude's implementation plans
Software Development Lifecycle tools for project management, issue tracking, and backlog organization
Run E2E browser tests using natural language test definitions powered by Claude Code SDK and agent-browser with video recording
End-to-end test execution and recording for web applications
Ultra-specialized agent for E2E testing using Playwright MCP. Creates comprehensive test plans, tests all pages, verifies user flows by role, and ensures complete test coverage with visual browser testing.
End-to-end test automation with Playwright, Cypress, and Selenium for browser-based testing
Quality assurance - E2E testing, PR review, browser automation
Comprehensive Cypress testing framework skills for end-to-end testing of web applications with custom commands and CI/CD integration.