Jesse Vincent
Community@obra · Berkeley, CA 94703
Agent Skills by Jesse Vincent
Showing 54 vetted skills indexed across 8 GitHub repositories.
using-git-worktrees
Creates isolated git worktree workspaces with native tool detection and baseline test verification.
dispatching-parallel-agents
Dispatch concurrent subagents to fix independent test failures across separate problem domains.
codex-subagents
Offload long-running tasks into separate background threads.
driving-claude-code-sessions
Coordinate multiple Claude Code sessions in tmux for parallel task delegation.
github-triage
Automate GitHub issue and pull request triage with labeling, validation, and security-gated reviews.
developing-claude-code-plugins
Plan, implement, test, and release Claude Code plugins across the full lifecycle.
browsing
Automate Chrome DevTools Protocol sessions for navigation, forms, and extraction.
Reducing Complexity
Analyze software complexity and apply targeted reduction strategies.
Test-Driven Development (TDD)
Enforce test-first development using the red-green-refactor cycle.
Localizing Variables
Localize variable declarations to the smallest possible scope.
Refactoring Safely
Enforce tests-before-refactoring discipline and separate structural changes from bug fixes.
Creating Skills
Automate skill documentation and validation through test-driven development cycles.
Single Purpose Variables
Review code for variables serving multiple purposes and suggest single-purpose replacements.
Encapsulating Complexity
Hide implementation details behind interfaces across API surfaces.
Commenting Intent
Explain code intent and non-obvious decisions in comments.
Designing Before Coding
Apply a pseudocode-first design workflow before translating to code.
Validating Inputs
Validate external data with type, range, and format checks.
Installing Skills System
Automate installation and configuration of the clank skills system for Claude agents.
Naming Variables
Generate descriptive, domain-aligned identifiers for variables, functions, classes, and parameters across languages.
Gardening Skills Wiki
Validate wiki links, naming, frontmatter, and INDEX coverage via garden.sh.
Maintaining Consistent Abstractions
Enforce one cohesive abstraction per class during design and code reviews.
Exploring Alternatives
Generate and compare 2-3 design alternatives with documented trade-offs.
Defense-in-Depth Validation
Validate data across entry, business logic, environment, and debug layers.
Keeping Routines Focused
Extract focused routines from long functions with excessive parameters.