Jesse Vincent avatar

Jesse Vincent

Community

@obra · Berkeley, CA 94703

8,080Followers
|
248Public Repos
|
54Published Skills

Agent Skills by Jesse Vincent

Showing 54 vetted skills indexed across 8 GitHub repositories.

obraobra
280.0k

using-git-worktrees

Creates isolated git worktree workspaces with native tool detection and baseline test verification.

Community
Intermediate
obraobra
280.0k

dispatching-parallel-agents

Dispatch concurrent subagents to fix independent test failures across separate problem domains.

Community
Intermediate
obraobra
24

codex-subagents

Offload long-running tasks into separate background threads.

Community
Intermediate
obraobra
103

driving-claude-code-sessions

Coordinate multiple Claude Code sessions in tmux for parallel task delegation.

Community
Intermediate
obraobra
4

github-triage

Automate GitHub issue and pull request triage with labeling, validation, and security-gated reviews.

Community
Advanced
obraobra
136

developing-claude-code-plugins

Plan, implement, test, and release Claude Code plugins across the full lifecycle.

Community
Advanced
obraobra
339

browsing

Automate Chrome DevTools Protocol sessions for navigation, forms, and extraction.

Community
Advanced
obraobra
41

Reducing Complexity

Analyze software complexity and apply targeted reduction strategies.

Community
Basic
obraobra
41

Test-Driven Development (TDD)

Enforce test-first development using the red-green-refactor cycle.

Community
Basic
obraobra
41

Localizing Variables

Localize variable declarations to the smallest possible scope.

Community
Basic
obraobra
41

Refactoring Safely

Enforce tests-before-refactoring discipline and separate structural changes from bug fixes.

Community
Basic
obraobra
41

Creating Skills

Automate skill documentation and validation through test-driven development cycles.

Community
Basic
obraobra
41

Single Purpose Variables

Review code for variables serving multiple purposes and suggest single-purpose replacements.

Community
Basic
obraobra
41

Encapsulating Complexity

Hide implementation details behind interfaces across API surfaces.

Community
Basic
obraobra
41

Commenting Intent

Explain code intent and non-obvious decisions in comments.

Community
Basic
obraobra
41

Designing Before Coding

Apply a pseudocode-first design workflow before translating to code.

Community
Basic
obraobra
41

Validating Inputs

Validate external data with type, range, and format checks.

Community
Basic
obraobra
41

Installing Skills System

Automate installation and configuration of the clank skills system for Claude agents.

Community
Intermediate
obraobra
41

Naming Variables

Generate descriptive, domain-aligned identifiers for variables, functions, classes, and parameters across languages.

Community
Basic
obraobra
41

Gardening Skills Wiki

Validate wiki links, naming, frontmatter, and INDEX coverage via garden.sh.

Community
Intermediate
obraobra
41

Maintaining Consistent Abstractions

Enforce one cohesive abstraction per class during design and code reviews.

Community
Basic
obraobra
41

Exploring Alternatives

Generate and compare 2-3 design alternatives with documented trade-offs.

Community
Basic
obraobra
41

Defense-in-Depth Validation

Validate data across entry, business logic, environment, and debug layers.

Community
Basic
obraobra
41

Keeping Routines Focused

Extract focused routines from long functions with excessive parameters.

Community
Basic