shining319/claude-code-single-person-workflow
A curated collection of Claude Code plugins designed specifically for single-person product development workflows. From writing documentation to designing databases, from product management to UI/UX design and solution architecture - everything you need in one marketplace.
npx skills add shining319/claude-code-single-person-workflowREADME
Single Person Workflow Marketplace
Comprehensive Claude Code plugin marketplace for solo developers and creators
Installation • Plugins • Documentation • License
English
Overview
A curated collection of Claude Code plugins designed specifically for single-person product development workflows. From writing documentation to designing databases, from product management to UI/UX design and solution architecture - everything you need in one marketplace.
Features
- 🎯 Specialized Skills: 6 focused plugins for specific tasks
- 📦 All-in-One Suite: Complete toolkit in one installation
- 🤖 Intelligent Agents: 7 workflow agents for automated orchestration
- 🌏 Bilingual Support: Full Chinese and English documentation
- 🚀 Production-Ready: Battle-tested workflows and best practices
Available Plugins
| Plugin | Description | Type |
|---|---|---|
| academic-writing | Professional academic writing for Chinese and English | Skill |
| database-designer | Complete database schema design with ER diagrams | Skill |
| product-manager | Requirements analysis and PRD creation | Skill |
| ui-designer | UI/UX design with detailed specifications | Skill |
| solution-architect | Technical architecture and deployment planning | Skill |
| ui-ux-pro-max | Data-driven UI/UX design intelligence with searchable knowledge base | Skill |
| product-development-suite | All skills in one package | Suite |
| product-workflow-agents | 7 intelligent workflow agents | Agents |
Quick Start
Install Individual Plugin
# Install a specific skill
claude plugin install github:shining319/claude-code-single-person-workflow/plugins/database-designer
Install All-in-One Suite
# Get all skills at once
claude plugin install github:shining319/claude-code-single-person-workflow/plugins/product-development-suite
Install Workflow Agents
# Get intelligent workflow orchestration
claude plugin install github:shining319/claude-code-single-person-workflow/plugins/product-workflow-agents
Install Entire Marketplace
# Install everything
claude plugin install github:shining319/claude-code-single-person-workflow
How to Use
Once installed, you can activate skills in two ways:
Method 1: Natural Language (Automatic)
Simply describe what you need:
- "Design a database for an e-commerce system" → Database Designer activates
- "Create a PRD for my mobile app" → Product Manager activates
- "Design the UI for my dashboard" → UI Designer activates
- "Help me choose a tech stack" → Solution Architect activates
- "Write technical documentation" → Academic Writing activates
- "I want to build a complete product" → Full Stack Product Builder orchestrates everything
Method 2: Slash Commands (Explicit)
Use direct commands for guaranteed activation:
Individual Plugin Commands:
/database-designer "e-commerce system with products, orders, payments"
/product-manager "mobile fitness tracking app"
/ui-designer "user dashboard with analytics widgets"
/solution-architect "microservices architecture for real-time chat"
/academic-writing "technical report on cloud computing"
/ui-ux-pro-max "design a SaaS dashboard with glassmorphism style"
Suite Plugin Commands (spw = single-person workflow):
/spw-db "blog database with users, posts, comments"
/spw-prd "task management application"
/spw-ui "admin panel interface"
/spw-arch "SaaS platform architecture"
/spw-writing "research paper on AI ethics"
/spw-ui-pro-max "color palette for healthcare SaaS application"
Workflow Command:
/build-dev-workflow "complete e-commerce platform with payment integration"
Tip: Slash commands provide faster, more precise skill activation compared to natural language.
Quick Command Reference
| Task | Individual Command | Suite Command |
|---|---|---|
| Database Design | /database-designer [requirements] | /spw-db [requirements] |
| Product Requirements | /product-manager [idea] | /spw-prd [idea] |
| UI/UX Design | /ui-designer [page/feature] | /spw-ui [page/feature] |
| Architecture Design | /solution-architect [system] | /spw-arch [system] |
| Academic Writing | /academic-writing [topic] | /spw-writing [topic] |
| Data-Driven Design | /ui-ux-pro-max [design query] | /spw-ui-pro-max [design query] |
| Full Workflow | /build-dev-workflow [product description] | — |
...