一键导入
taskplex
taskplex 收录了来自 flight505 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Context-preservation dispatcher — routes ALL work to subagents, keeping main context thin for conversation and coordination.
Applies TDD methodology to skill authoring — test before deploy. Use when creating new skills, editing existing skills, writing SKILL.md files, or verifying skills before deployment. Also use when authoring plugin skills, improving descriptions, structuring directories, or when the user says 'make a skill' or 'turn this into a skill'. If you're about to modify a SKILL.md without testing, this skill applies.
Guides branch integration with structured options: merge, PR, keep, or discard. Use when implementation is complete and tests pass, when a worktree task is done and needs cleanup, when the user says they're finished with a branch, or when it's time to merge, create a PR, or discard experimental work.
Creates isolated git worktrees for parallel development without branch switching. Use when starting feature work that needs isolation, before executing implementation plans in parallel, or when the user asks to work on a feature without affecting current changes. Also use when brainstorm produces a design ready for implementation, or when switching branches would disrupt in-progress work.