Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security...
0
AI 95
finishing-a-development-branch
FiredMosquito8313/19/2026
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work. Guides completion by presenting structured options for merge, PR, or cleanup.
0
AI 87
wordpress-pro
FiredMosquito8313/19/2026
Use when developing WordPress themes, plugins, customizing Gutenberg blocks, implementing WooCommerce features, or optimizing WordPress performance and security.
0
AI 84
writing-plans
FiredMosquito8313/19/2026
Use when you have a spec or requirements for a multi-step task, before touching code. Creates bite-sized implementation tasks with exact file paths and verification steps.
0
AI 83
session-management
FiredMosquito8313/19/2026
User session lifecycle management with 8-hour TTL, 30-minute idle timeout, and thread-safe operations. Use for session creation, tracking, and cleanup.
0
AI 76
terraform-generator
FiredMosquito8313/19/2026
Generate production-ready Terraform configurations (HCL files) following current standards. Use when creating new Terraform resources, building infrastructure as code, or implementing cloud infrastruc...
0
AI 76
credential-propagation
FiredMosquito8313/19/2026
Root-level credential inheritance for agent delegation chains with access logging and permission validation. Use for multi-level agent workflows.
0
AI 73
skill-creator
FiredMosquito8313/19/2026
Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends Qwen Code's capabilities.
0
AI 67
python-pro
FiredMosquito8313/19/2026
Use when building Python 3.11+ applications requiring type safety, async programming, or production-grade patterns. Invoke for type hints, pytest, async/await, dataclasses, mypy configuration.