fixing-bugs
Use when you encounter a bug that needs fixing - complete workflow from bug discovery through debugging, bd issue creation, test-driven fix, verification, and closure
3
0
2025年10月29日 14:47
withzombies
withzombies/hyperpowers下载技能文件
下载包含 SKILL.md 和所有相关文件的完整技能目录
相关技能
debugging-with-tools
withzombies
Use when encountering any bug, test failure, or unexpected behavior - systematic debugging using debuggers, internet research, and agents to find root cause before proposing fixes; never fix symptoms without understanding the problem
dispatching-parallel-agents
withzombies
Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
using-hyper
withzombies
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
Delegating to CDN Agent
ryancnelson
Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution
Delegating to Jira Agent
ryancnelson
Recognize Jira queries and delegate to specialized sub-agent to avoid context pollution
Delegating to AWS Agent
ryancnelson
Recognize AWS queries and delegate to specialized sub-agent to avoid context pollution
Delegating to New Relic Agent
ryancnelson
Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution
apache-airflow-orchestration
manutej
Complete guide for Apache Airflow orchestration including DAGs, operators, sensors, XComs, task dependencies, dynamic workflows, and production deployment
wireframing
manutej
Low/high fidelity wireframes, user flows, information architecture, prototyping techniques, and design iteration processes
orchestrating-tmux-claudes
dbmcco
Orchestrate multiple AI instances (Claude Code, codex, ollama, haiku) in tmux panes for complex development workflows. Handles both parallel (independent tasks) and sequential (TDD → code → review → deploy → test) patterns. Enforces coordinator role - you NEVER implement, only orchestrate. Auto-recovers stuck agents. Commits automatically, asks before major features.
reminders-management
dbmcco
Use when managing Apple Reminders via MCP - covers list organization, reminder creation/updates, search patterns, and integration with other productivity workflows
Embedded Systems
laurigates
Embedded systems programming with ESP32/ESP-IDF, STM32, FreeRTOS, real-time systems, and hardware abstraction. Automatically assists with low-level embedded development and command-line workflows.