Agent Skills by brmatola
Showing 25 vetted skills indexed across 2 GitHub repositories.
preparing-branch-for-integration
Fetch origin, merge or rebase the parent, and resolve conflicts before running tests.
writing-claude-md-files
Create top-level and domain-level CLAUDE.md files with Last verified dates and contracts for Claude projects.
using-git-worktrees
Create isolated git worktrees with safety checks and automatic project setup.
test-driven-development
Ensures code is written only after a failing test demonstrates the need.
maintaining-project-context
Update CLAUDE.md files to reflect API changes and architectural decisions.
systematic-debugging
Investigate and confirm root cause before applying fixes.
dispatching-parallel-agents
Dispatch one agent per independent failure domain for parallel investigation.
plan-readiness-review
Review project plans for structural gaps, feasibility issues, and scope problems.
executing-plans
Execute written implementation plans with sequential tasks and blocker handling.
finishing-a-development-branch
Automate Git branch integration decisions with four options after tests pass.
plan-complete
Move completed plans from plans/active to plans/complete with git commits.
brainstorming
Convert raw ideas into structured design concepts with clarifying questions.
plan-archive
Archive abandoned plans with rationale notes and move directories to archive/.
implementation-review
Assess post-implementation changes against the original plan for merge readiness.
using-gremlins
Invoke the Skill tool before responding when a skill might apply.
writing-plans
Convert specifications into task-driven implementation plans with phase breakdowns.
researching-on-the-internet
Gather current internet information from official docs and reputable sources.
requesting-code-review
Dispatch a code-reviewer subagent to review changes before merging.
worktree-workflow
Orchestrate multi-phase development loops across a git worktree with persistent state.
receiving-code-review
Evaluate code-review feedback against the codebase before implementation.
writing-skills
Create, edit, and validate skill documentation with YAML frontmatter and RED-GREEN-REFACTOR workflow.
verification-before-completion
Enforce fresh verification evidence before reporting task completion.
investigating-a-codebase
Verify codebase state by locating files and tracing component relationships.
subagent-driven-development
Dispatch independent subagents to execute implementation plan tasks with mandatory reviews.