Results for “disassembly”
7 skillsconfig-gc
Periodically scans Claude Code configuration for redundant, stale, or orphaned items and walks the user through a confirm-each-deletion cleanup.
226k
planning-and-task-breakdown
Decompose work into small, verifiable tasks with explicit acceptance criteria, ordered by dependencies and sliced vertically for reliable implementation.
69.5k
split-task
当用户已有确认过的技术设计(理想来自 make-design),要在编码前把它拆成可独立验收、带依赖与验证方式的开发任务清单时使用——如"拆任务、把技术方案拆成开发任务、生成 tasks、列实现任务清单、把设计落地成可执行任务"。不要用于:技术方案还没定(先 make-design)、行为还没钉死(先 write-spec)、想法还模糊(先 refine-idea)、写具体实现代码或逐行施工单、调试、代码评审。
0 · bundle
debugging
Systematically diagnose and fix software bugs by analyzing error messages, stack traces, logs, and runtime behavior across multiple languages. Use when the user requests debugging or provides relevant inputs for this workflow.
159
devops
Use when specialized expertise is needed to unblock delivery on this task.
3
repo-bootstrap
Composite skill — configure a fresh or under-configured repo for the release-branch workflow in one pass. Creates the `release` branch on origin, seeds `CHANGELOG.md` (Keep-a-Changelog format), drops in `.claude/dep-sweep-config.json` + `.claude/branch-hygiene-config.json` + a `release-cadence.md` standard stub, opens a `chore/repo-bootstrap` PR to main. Use instead of manually setting these up before the first `/pr-to-release` — without this, none of the release-branch composites can fire. Idempotent: skips any artifact that already exists. Replaces ad-hoc "set up the new repo" scripts.
1 · bundle
dbs-deconstruct
Deconstruct vague business concepts into atomic-level clarity using Wittgenstein's language philosophy and Austrian economics.