원클릭으로
taskplex
taskplex에는 flight505에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 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.