Workflow Bundles
Consolidated and granular workflow bundles that orchestrate multiple skills for specific development and operational scenarios.
Granular Workflow Bundles (Specialized)
Frontend Development
| Bundle |
Description |
Key Skills |
react-nextjs-development |
React and Next.js 14+ with App Router, Server Components, TypeScript, Tailwind |
nextjs-app-router-patterns, react-patterns, tailwind-patterns |
Backend Development
| Bundle |
Description |
Key Skills |
python-fastapi-development |
FastAPI backend with async patterns, SQLAlchemy, Pydantic, auth |
fastapi-pro, fastapi-router-py, pydantic-models-py |
WordPress Development
| Bundle |
Description |
Key Skills |
wordpress-theme-development |
Custom WordPress themes, block editor, template hierarchy |
frontend-developer, wordpress-penetration-testing |
wordpress-plugin-development |
WordPress plugins, hooks, admin interfaces, REST API |
backend-dev-guidelines, wordpress-penetration-testing |
wordpress-woocommerce-development |
WooCommerce stores, payments, shipping, customization |
payment-integration, stripe-integration, paypal-integration |
System Administration
| Bundle |
Description |
Key Skills |
bash-scripting |
Production bash scripts with defensive patterns, testing |
bash-pro, bash-defensive-patterns, bats-testing-patterns |
linux-troubleshooting |
Linux system diagnostics, performance, service issues |
bash-linux, devops-troubleshooter, server-management |
Security Testing
| Bundle |
Description |
Key Skills |
web-security-testing |
OWASP Top 10 testing, injection, XSS, authentication |
sql-injection-testing, xss-html-injection, broken-authentication |
api-security-testing |
REST/GraphQL API security, auth, rate limiting, fuzzing |
api-fuzzing-bug-bounty, api-security-best-practices |
AI/ML
| Bundle |
Description |
Key Skills |
rag-implementation |
RAG systems, embeddings, vector DB, chunking, retrieval |
rag-engineer, embedding-strategies, vector-database-engineer |
ai-agent-development |
Autonomous agents, multi-agent systems, CrewAI, LangGraph |
ai-agents-architect, crewai, langgraph, autonomous-agents |
Cloud/DevOps
| Bundle |
Description |
Key Skills |
kubernetes-deployment |
K8s deployment, Helm charts, service mesh, security |
kubernetes-architect, helm-chart-scaffolding, istio-traffic-management |
terraform-infrastructure |
Terraform IaC, modules, state management, CI/CD |
terraform-skill, terraform-specialist, terraform-module-library |
Database
| Bundle |
Description |
Key Skills |
postgresql-optimization |
PostgreSQL query tuning, indexing, configuration, monitoring |
postgres-best-practices, sql-optimization-patterns, database-optimizer |
Testing/QA
| Bundle |
Description |
Key Skills |
e2e-testing |
Playwright E2E, visual regression, cross-browser, CI/CD |
playwright-skill, e2e-testing-patterns, browser-automation |
Documentation
| Bundle |
Description |
Key Skills |
api-documentation |
OpenAPI specs, developer guides, code examples, interactive docs |
api-documenter, openapi-spec-generation, api-documentation-generator |
Consolidated Workflow Bundles
| Bundle |
Description |
Key Skills |
development |
Full-stack web and mobile development |
app-builder, senior-fullstack, frontend-developer, backend-architect |
wordpress |
WordPress theme, plugin, WooCommerce, security, performance |
wordpress-penetration-testing, frontend-developer, payment-integration |
os-scripting |
Shell scripting and system administration |
bash-pro, bash-defensive-patterns, shellcheck-configuration |
security-audit |
Security testing and penetration testing |
vulnerability-scanner, sql-injection-testing, pentest-commands |
ai-ml |
LLM applications, RAG, and AI agents |
ai-agents-architect, rag-engineer, crewai, langgraph |
cloud-devops |
Cloud infrastructure and DevOps |
cloud-architect, kubernetes-architect, terraform-skill |
database |
Database design and operations |
database-architect, prisma-expert, data-engineer |
testing-qa |
Testing and quality assurance |
test-automator, playwright-skill, code-reviewer |
documentation |
Documentation generation |
docs-architect, c4-architecture, wiki-architect |
office-productivity |
Document and office automation |
libreoffice-writer, libreoffice-calc, libreoffice-impress |
LibreOffice Skills
The following LibreOffice skills are available in the skills/libreoffice/ directory:
| Skill |
Description |
writer |
Document creation and automation (ODT) |
calc |
Spreadsheet automation (ODS) |
impress |
Presentation creation (ODP) |
draw |
Vector graphics and diagrams (ODG) |
base |
Database management (ODB) |
Usage
Each workflow bundle provides:
- When to Use - Scenarios for invoking the workflow
- Workflow Phases - Step-by-step phases with skills to invoke
- Copy-Paste Prompts - Ready-to-use prompts for each phase
- Quality Gates - Checkpoints to verify before proceeding
- Related Bundles - Links to complementary workflows
Example Usage
Use @react-nextjs-development to build a new Next.js 14 application
Use @python-fastapi-development to create a REST API with FastAPI
Use @wordpress-theme-development to create a custom WordPress theme
Use @rag-implementation to build a RAG system with vector search
Use @kubernetes-deployment to deploy application to Kubernetes
Use @web-security-testing to perform OWASP Top 10 assessment
Use @libreoffice-writer to convert DOCX documents to ODT format
Structure
Each workflow bundle follows this structure:
---
name: bundle-name
description: "Brief description"
source: personal
risk: safe
domain: domain-category
category: granular-workflow-bundle # or consolidated-workflow-bundle
version: 1.0.0
---
# Bundle Name
## Overview
...
## When to Use This Workflow
...
## Workflow Phases
...
## Quality Gates
...
## Related Workflow Bundles
...
Contributing
When creating new workflow bundles:
- Identify common skill combinations
- Document clear workflow phases
- Provide copy-paste prompts
- Define quality gates
- Link related bundles
License
Same as the parent project.
1---2name: workflow-bundles-readme3description: Workflow Bundles4---5# Workflow Bundles67Consolidated and granular workflow bundles that orchestrate multiple skills for specific development and operational scenarios.89## Granular Workflow Bundles (Specialized)1011### Frontend Development1213| Bundle | Description | Key Skills |14|--------|-------------|------------|15| `react-nextjs-development` | React and Next.js 14+ with App Router, Server Components, TypeScript, Tailwind | nextjs-app-router-patterns, react-patterns, tailwind-patterns |1617### Backend Development1819| Bundle | Description | Key Skills |20|--------|-------------|------------|21| `python-fastapi-development` | FastAPI backend with async patterns, SQLAlchemy, Pydantic, auth | fastapi-pro, fastapi-router-py, pydantic-models-py |2223### WordPress Development2425| Bundle | Description | Key Skills |26|--------|-------------|------------|27| `wordpress-theme-development` | Custom WordPress themes, block editor, template hierarchy | frontend-developer, wordpress-penetration-testing |28| `wordpress-plugin-development` | WordPress plugins, hooks, admin interfaces, REST API | backend-dev-guidelines, wordpress-penetration-testing |29| `wordpress-woocommerce-development` | WooCommerce stores, payments, shipping, customization | payment-integration, stripe-integration, paypal-integration |3031### System Administration3233| Bundle | Description | Key Skills |34|--------|-------------|------------|35| `bash-scripting` | Production bash scripts with defensive patterns, testing | bash-pro, bash-defensive-patterns, bats-testing-patterns |36| `linux-troubleshooting` | Linux system diagnostics, performance, service issues | bash-linux, devops-troubleshooter, server-management |3738### Security Testing3940| Bundle | Description | Key Skills |41|--------|-------------|------------|42| `web-security-testing` | OWASP Top 10 testing, injection, XSS, authentication | sql-injection-testing, xss-html-injection, broken-authentication |43| `api-security-testing` | REST/GraphQL API security, auth, rate limiting, fuzzing | api-fuzzing-bug-bounty, api-security-best-practices |4445### AI/ML4647| Bundle | Description | Key Skills |48|--------|-------------|------------|49| `rag-implementation` | RAG systems, embeddings, vector DB, chunking, retrieval | rag-engineer, embedding-strategies, vector-database-engineer |50| `ai-agent-development` | Autonomous agents, multi-agent systems, CrewAI, LangGraph | ai-agents-architect, crewai, langgraph, autonomous-agents |5152### Cloud/DevOps5354| Bundle | Description | Key Skills |55|--------|-------------|------------|56| `kubernetes-deployment` | K8s deployment, Helm charts, service mesh, security | kubernetes-architect, helm-chart-scaffolding, istio-traffic-management |57| `terraform-infrastructure` | Terraform IaC, modules, state management, CI/CD | terraform-skill, terraform-specialist, terraform-module-library |5859### Database6061| Bundle | Description | Key Skills |62|--------|-------------|------------|63| `postgresql-optimization` | PostgreSQL query tuning, indexing, configuration, monitoring | postgres-best-practices, sql-optimization-patterns, database-optimizer |6465### Testing/QA6667| Bundle | Description | Key Skills |68|--------|-------------|------------|69| `e2e-testing` | Playwright E2E, visual regression, cross-browser, CI/CD | playwright-skill, e2e-testing-patterns, browser-automation |7071### Documentation7273| Bundle | Description | Key Skills |74|--------|-------------|------------|75| `api-documentation` | OpenAPI specs, developer guides, code examples, interactive docs | api-documenter, openapi-spec-generation, api-documentation-generator |7677## Consolidated Workflow Bundles7879| Bundle | Description | Key Skills |80|--------|-------------|------------|81| `development` | Full-stack web and mobile development | app-builder, senior-fullstack, frontend-developer, backend-architect |82| `wordpress` | WordPress theme, plugin, WooCommerce, security, performance | wordpress-penetration-testing, frontend-developer, payment-integration |83| `os-scripting` | Shell scripting and system administration | bash-pro, bash-defensive-patterns, shellcheck-configuration |84| `security-audit` | Security testing and penetration testing | vulnerability-scanner, sql-injection-testing, pentest-commands |85| `ai-ml` | LLM applications, RAG, and AI agents | ai-agents-architect, rag-engineer, crewai, langgraph |86| `cloud-devops` | Cloud infrastructure and DevOps | cloud-architect, kubernetes-architect, terraform-skill |87| `database` | Database design and operations | database-architect, prisma-expert, data-engineer |88| `testing-qa` | Testing and quality assurance | test-automator, playwright-skill, code-reviewer |89| `documentation` | Documentation generation | docs-architect, c4-architecture, wiki-architect |90| `office-productivity` | Document and office automation | libreoffice-writer, libreoffice-calc, libreoffice-impress |9192## LibreOffice Skills9394The following LibreOffice skills are available in the `skills/libreoffice/` directory:9596| Skill | Description |97|-------|-------------|98| `writer` | Document creation and automation (ODT) |99| `calc` | Spreadsheet automation (ODS) |100| `impress` | Presentation creation (ODP) |101| `draw` | Vector graphics and diagrams (ODG) |102| `base` | Database management (ODB) |103104## Usage105106Each workflow bundle provides:1071081. **When to Use** - Scenarios for invoking the workflow1092. **Workflow Phases** - Step-by-step phases with skills to invoke1103. **Copy-Paste Prompts** - Ready-to-use prompts for each phase1114. **Quality Gates** - Checkpoints to verify before proceeding1125. **Related Bundles** - Links to complementary workflows113114### Example Usage115116```117Use @react-nextjs-development to build a new Next.js 14 application118```119120```121Use @python-fastapi-development to create a REST API with FastAPI122```123124```125Use @wordpress-theme-development to create a custom WordPress theme126```127128```129Use @rag-implementation to build a RAG system with vector search130```131132```133Use @kubernetes-deployment to deploy application to Kubernetes134```135136```137Use @web-security-testing to perform OWASP Top 10 assessment138```139140```141Use @libreoffice-writer to convert DOCX documents to ODT format142```143144## Structure145146Each workflow bundle follows this structure:147148```yaml149---150name: bundle-name151description: "Brief description"152source: personal153risk: safe154domain: domain-category155category: granular-workflow-bundle # or consolidated-workflow-bundle156version: 1.0.0157---158159# Bundle Name160161## Overview162...163164## When to Use This Workflow165...166167## Workflow Phases168...169170## Quality Gates171...172173## Related Workflow Bundles174...175```176177## Contributing178179When creating new workflow bundles:1801811. Identify common skill combinations1822. Document clear workflow phases1833. Provide copy-paste prompts1844. Define quality gates1855. Link related bundles186187## License188189Same as the parent project.