ian
Community@doitian
Programmer | Learner
Agent Skills by ian
Showing 21 vetted skills indexed across 1 GitHub repositories.
bun-shell-src
Execute shell commands in src/ using Bun Shell with safe interpolation.
compound-docs
Document solved problems into categorized YAML-frontmatter files under docs/solutions/.
using-git-worktrees
Create isolated Git worktrees for feature development with automatic setup.
test-driven-development
Guide developers through the Red-Green-Refactor cycle with failing tests before code.
systematic-debugging
Enforce a four-phase root-cause debugging process for code and tests.
using-superpowers
A mechanism for invoking skills that ensures the correct sequence of operations.
dispatching-parallel-agents
Dispatch dedicated agents to investigate independent failures in parallel.
executing-plans
Execute implementation plans in batches with review checkpoints and verifications.
finishing-a-development-branch
Verify tests and guide Git branch merge, PR, keep, or discard decisions.
brainstorming
Turn ideas into concrete design concepts through stepwise questioning.
writing-plans
Generate bite-sized implementation tasks with file paths, tests, docs, and commits from a spec.
requesting-code-review
Dispatch a code-reviewer subagent to review changes against BASE_SHA and HEAD_SHA.
receiving-code-review
Verify code-review feedback against the codebase before implementing changes.
writing-skills
Apply a RED-GREEN-REFACTOR cycle to create and validate Skills.
verification-before-completion
Enforces fresh verification of tests, linters, and builds before claiming completion.
subagent-driven-development
Dispatch fresh subagents to execute implementation plans with per-task reviews.
crates-trusted-publishing
Automate Rust crate publishing to crates.io via OIDC trusted publishing.
git-commit
Generate formatted git commit messages from project changes.
add-stacked-pr-breadcrumbs
Generate stacked PR breadcrumbs from git branch-tree and insert via gh.
polish
Refine written text for clarity, coherence, and conciseness while preserving meaning.
create-pr
Create pull requests with gh across branches and return the PR URL.