Six Thinking Hats parallel thinking—explore from six perspectives (facts, feelings, caution, benefits, creativity,...
Development
Code generation, debugging, testing, and development workflows
RICE prioritization scoring initiatives by Reach, Impact, Confidence, and Effort. Use for feature prioritization,...
Start-Stop-Continue retrospective identifying what to Start doing, Stop doing, and Continue doing. Use for sprint...
OODA loop decision framework (Observe, Orient, Decide, Act). Use for complex decisions, problem-solving, unclear...
Feynman Technique for deep learning—explain a concept simply, identify gaps, fill them, then refine. Use when...
Design Thinking process—Empathize, Define, Ideate, Prototype, Test. Use for product design, solving ambiguous...
After-Action Review—structured debrief asking what was expected, what happened, why the difference, and what next....
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when...
Comprehensive Flutter development patterns covering widgets, testing, performance, security, and animations. Use...
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit...
Debug issues by investigating logs, database state, and git history
项目运行/调试手册生成:本地启动、测试、依赖服务、环境变量/配置入口、排错 FAQ,输出可执行 Runbook。支持 OUTPUT_DIR 覆盖。 (Generate an executable runbook:...
新项目快速上手/项目勘察:梳理架构、入口、怎么跑(启动/测试)、核心流程、模块地图、依赖与待澄清问题,并输出 onboarding 文档。 (Onboarding a new repo: architecture,...
<one-line description of what this Skill does and what it outputs>. Default output to docs/onboarding/, override via...
Next.js 15 critical performance fixes. Use when writing React components, data fetching, Server Actions, or...
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or...
Use when building, debugging, or refining animations in SwiftUI iOS/macOS apps. Covers implicit/explicit animations,...
Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting,...
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA)....
Use when you need to search, discover, and integrate private GitHub repositories as Swift package dependencies in...
Refactor codebases using Design by Typed Holes methodology - iterative, test-driven refactoring with formal hole...
Automatically discover frontend development skills when working with React, Next.js, UI components, state...
This skill provides tools and techniques for Postmill/Reddit-like forum automation. Includes account creation,...