Claude Plugins
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.
Quick Start
Installation
# 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
Usage
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
Plugins
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
Google Workspace Skills
The Google Workspace CLI provides 100+ skills for Gmail, Calendar, Drive, Docs, Sheets, Chat, Meet, Tasks and more.
Installation
# 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
Available Skills
Core Workspace APIs
| 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 |
Persona Assistants
| 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) |
Workflow Recipes
| Skill | Description |
|---|
recipe-workflows | Curated workflow automation recipes (bulk email, file management, meeting prep, reports, and more) |
Usage Examples
# 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
Marketplace Structure