Agent Skills by tridigitals
Showing 14 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Create isolated git worktrees with safety checks and auto-setup for Node.js, Rust, Python, and Go.
test-driven-development
Enforce a tests-first workflow with failing tests before production code.
systematic-debugging
Investigate root causes of bugs through a four-phase debugging workflow.
using-superpowers
Invoke the Skill tool at conversation start to load applicable skills.
dispatching-parallel-agents
Dispatch independent tasks to specialized agents with context isolation.
executing-plans
Execute written plans with review checkpoints and task verifications.
finishing-a-development-branch
Guide post-implementation handoff by verifying tests and selecting a merge strategy.
brainstorming
Guide teams through structured discovery and design documentation before implementation.
writing-plans
Generate task-oriented implementation plans with files, tests, docs, and commits from specs.
requesting-code-review
Dispatch a code-reviewer subagent to evaluate completed work against the plan.
receiving-code-review
Clarify and validate code review feedback before implementing changes.
writing-skills
Document reusable skills using a test-driven RED-GREEN-REFACTOR workflow.
verification-before-completion
Run verification suites and compare outputs before declaring completion.
subagent-driven-development
Dispatch specialized subagents for each task with two-stage reviews.