Help us improve
Share bugs, ideas, or general feedback.
Plugin marketplace for AI-powered development workflows. Includes local plugins and Google Workspace skills.
npx claudepluginhub tuannvm/pluginsProduct Requirement Document (PRD) to working software through 5 specialized AI agents. Transforms PRDs into architecture, test plans, security assessments, code, and verification reports.
Product Requirement Document (PRD) to working software through 5 specialized AI agents. TypeScript implementation with full type safety.
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Claude Code plugin marketplace containing plugins for AI-powered development workflows.
This marketplace contains plugins that transform Product Requirements Documents (PRDs) into working software through 5 specialized AI agents.
# Add marketplace
claude plugin marketplace add tuannvm/plugins
# Install local plugins
claude plugin install pagent@plugins # PRD-to-code pipeline (Bash/Node)
claude plugin install pagent-ts@plugins # PRD-to-code pipeline (TypeScript)
claude plugin install ralph-wiggum@plugins # Iterative AI loops
# Install Google Workspace skills (fetched from remote)
claude plugin install gws-calendar@plugins # Calendar management
claude plugin install gws-gmail@plugins # Email operations
claude plugin install gws-drive@plugins # File management
# ... and more
Once installed, run from any Claude Code session:
# Start a pipeline with your PRD
/pagent-run ./your-prd.md
# Check progress
/pagent-status
# Cancel if needed
/pagent-cancel
Transform PRDs into architecture, test plans, security assessments, production-ready code, and verification reports through 5 specialized AI agents:
| Stage | Agent | Output |
|---|---|---|
| 1 | architect | architecture.md |
| 2 | qa | test-plan.md |
| 2 | security | security-assessment.md |
| 3 | implementer | code/ |
| 4 | verifier | verification-report.md |
Documentation: Tutorial | Architecture | Roadmap
TypeScript implementation of the pagent pipeline with full type safety. Transforms PRDs into architecture, test plans, security assessments, production-ready code, and verification reports through 5 specialized AI agents.
Documentation: See pagent-ts README
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for iterative development. Run Claude in a loop with the same prompt until task completion using a Stop hook that intercepts exit attempts.
Documentation: See ralph-wiggum README
The Google Workspace CLI provides 100+ skills for Gmail, Calendar, Drive, Docs, Sheets, Chat, Meet, Tasks and more.
# Add the marketplace first
claude plugin marketplace add tuannvm/plugins
# Install individual skills as needed
claude plugin install gws-calendar@plugins
claude plugin install gws-gmail@plugins
claude plugin install gws-drive@plugins
# ... or install all at once
claude plugin install gws-*@plugins
| Skill | Description |
|---|---|
gws-calendar | Manage calendars and events |
gws-gmail | Email operations and management |
gws-drive | File and folder management |
gws-sheets | Spreadsheet operations and data management |
gws-docs | Document creation and editing |
gws-slides | Presentation creation and editing |
gws-meet | Video conferencing management |
gws-chat | Team messaging and communication |
gws-tasks | Task and to-do list management |
gws-forms | Survey and form creation |
gws-people | Contact management |
gws-workflow | Workflow automation utilities |
| Skill | Description |
|---|---|
persona-assistants | Role-based AI assistants (content creator, customer support, event coordinator, exec assistant, HR coordinator, IT admin, project manager, researcher, sales ops, team lead) |
| Skill | Description |
|---|---|
recipe-workflows | Curated workflow automation recipes (bulk email, file management, meeting prep, reports, and more) |
# Calendar
/gws-calendar list
/gws-calendar create --title "Team Meeting" --time "2026-03-06 10:00"
# Gmail
/gws-gmail send --to user@example.com --subject "Hello" --body "Hi there!"
/gws-gmail list --label inbox
# Drive
/gws-drive list
/gws-drive upload --file ./document.pdf
# Workflow recipes
/recipe-bulk-invite-to-event
/recipe-create-meeting-prep