askill
thesyntaxninja

thesyntaxninja

Publisher on askill

12 total stars
Skills12
Updated 3/4/2026
GitHub
test-driven-development
test-driven-development
thesyntaxninja3/4/2026

Use when implementing any feature or bugfix where tests can be written first — write the test, see it fail, make it pass, refactor

1
AI 94
systematic-debugging
systematic-debugging
thesyntaxninja3/4/2026

Use when encountering any bug, test failure, unexpected behavior, or error message — before proposing any fix

1
AI 93
story-decomposition
story-decomposition
thesyntaxninja3/4/2026

Use when a large task needs to be broken into independent, verifiable stories with pass/fail acceptance criteria

1
AI 93
writing-plans
writing-plans
thesyntaxninja3/4/2026

Use when a task requires multiple steps and benefits from a structured plan before implementation begins

1
AI 92
executing-plans
executing-plans
thesyntaxninja3/4/2026

Use when an approved plan exists and implementation should begin — executes steps sequentially with verification checkpoints

1
AI 91
finishing-a-development-branch
finishing-a-development-branch
thesyntaxninja3/4/2026

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — merge, PR, or cleanup

1
AI 88
dispatching-parallel-agents
dispatching-parallel-agents
thesyntaxninja3/4/2026

Use when facing 2+ independent tasks that can be researched or implemented by agents without shared state or sequential dependencies

1
AI 88
verification-before-completion
verification-before-completion
thesyntaxninja3/4/2026

Use when about to claim work is complete, fixed, or passing — requires running verification commands and confirming output before making any success claims

1
AI 85
requesting-code-review
requesting-code-review
thesyntaxninja3/4/2026

Use when implementation is complete and a comprehensive code review is needed — dispatches parallel review agents and merges findings

1
AI 72
using-git-worktrees
using-git-worktrees
thesyntaxninja3/4/2026

Use when starting feature work that needs isolation from the current workspace or before executing plans that could leave the branch in a broken state

1
AI 65
subagent-driven-development
subagent-driven-development
thesyntaxninja3/4/2026

Use when executing an implementation plan with independent tasks that can be delegated to subagents within the current session

1
self-review
self-review
thesyntaxninja3/4/2026

Use when implementation is complete and verification has passed — dispatches the sensei agent for fresh-context quality review

1
Showing all 12 skills.