* add libreoffice skill and +29 workflow bundles. * Add documentation for workflow bundles Added comprehensive documentation for workflow bundles, detailing granular and consolidated bundles across various development scenarios including frontend, backend, WordPress, system administration, security testing, AI/ML, cloud/DevOps, database, testing/QA, and LibreOffice skills. * add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names. * add readme for workflow bundles. correct descriptions of libreoffice skills and match them with folder names. * Simplify LibreOffice skill names in README * Refactor LibreOffice Base skill to LibreOffice Writer Updated the skill from LibreOffice Base to LibreOffice Writer, modifying the name, description, and core capabilities. Adjusted workflows and examples to reflect document creation and automation. * Rename skill from Writer to Base and update capabilities Updated the LibreOffice skill from Writer to Base, reflecting changes in functionality related to database management and operations. * Revise LibreOffice Calc skill details and capabilities Updated the LibreOffice Calc skill description and removed outdated sections. Streamlined capabilities and workflows while maintaining essential information. * Refine LibreOffice Draw skill details and capabilities Updated the LibreOffice Draw skill description and capabilities. Removed flowchart automation example and adjusted related skills. * Refine SKILL.md for LibreOffice Impress Updated the SKILL.md file for LibreOffice Impress to refine the name and description, streamline core capabilities, and adjust related skills. * Refine LibreOffice Writer skill details and capabilities Updated the LibreOffice Writer skill description and capabilities. Simplified the name and improved clarity in the core capabilities section. * chore: sync generated registry files [ci skip] * feat: add Game Development Expansion Bundle (Bevy ECS, GLSL, Godot 4 Migration) --------- Co-authored-by: Munir Abbasi <munir@ayubmed.edu.pk> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6.6 KiB
6.6 KiB
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.