Agent Skills by ARounder
Showing 15 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Creates isolated git worktrees with directory selection and safety verification.
test-driven-development
Enforces test-first development using the red-green-refactor cycle for features and bugfixes.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
using-superpowers
Enforces mandatory skill discovery and invocation before any AI response or action.
dispatching-parallel-agents
Dispatch concurrent agents to investigate independent test failures across separate problem domains.
executing-plans
Executes written implementation plans in batches with review checkpoints between batches.
finishing-a-development-branch
Guides completion of development branches through merge, pull request, or cleanup options.
brainstorming
Refines ideas into validated designs through structured one-question-at-a-time dialogue.
writing-plans
Writes detailed multi-step implementation plans with TDD tasks and exact file paths.
requesting-code-review
Dispatches a code-reviewer subagent to review git diffs against requirements before merging.
receiving-code-review
Guides verification and implementation of code review feedback with technical rigor.
writing-skills
Create and test agent skills using test-driven development methodology.
verification-before-completion
Enforces running verification commands before claiming work is complete or passing.
subagent-driven-development
Executes implementation plans by dispatching fresh subagents per task with two-stage review.
frontend-design
Generate distinctive production-grade frontend interfaces with bold typography, color, and motion design.
Frequently Asked Questions About ARounder
FAQPage SchemaWhat tasks can I accomplish with ARounder's skills?▼
You can isolate feature work in git worktrees, apply test-driven development, debug failures systematically, brainstorm requirements, write and execute implementation plans, dispatch parallel independent tasks, request and receive code reviews, verify results before completion, and build polished frontend interfaces.
Who should use these skills?▼
Software engineers and developers who want disciplined practices around feature isolation, testing, debugging, planning, and code review. Frontend builders also benefit from the frontend-design skill for production-grade pages, dashboards, React components, and HTML/CSS layouts.
How do the skills fit into a development session?▼
Start with brainstorming and writing-plans before touching code, isolate work using git worktrees, implement via test-driven development or subagent-driven execution, then request code review, run verification commands, and finish the branch with merge, PR, or cleanup options.
Are ARounder's skills free and open source?▼
The skills are published in a public registry under the ARounder-183 account. The frontend-design skill references complete license terms in its bundled LICENSE.txt file; consult that file for exact usage and redistribution conditions before deployment.
What prerequisites or dependencies do these skills require?▼
Skills are invoked through the Skill tool, which must be called before any response per the using-superpowers skill. A git repository is needed for worktree and branch-finishing skills, and a test suite is required for test-driven development and verification-before-completion.