Jerry Holland
Community@jwh3times · Raleigh, NC
Jerry Holland's skill registry provides agent-driven software engineering practices: issue-tracker planning, TDD, code review, domain modeling, and session handoffs.
Agent Skills by Jerry Holland
Showing 28 vetted skills indexed across 1 GitHub repositories.
research
Investigate questions against primary sources and write cited findings to Markdown files.
domain-modeling
Build and maintain project domain glossaries and architectural decision records.
wayfinder
Plans large efforts as decision-ticket maps on an issue tracker.
setup-matt-pocock-skills
Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.
writing-for-agents
Write skills, AGENTS.md, and CLAUDE.md documents that agents follow predictably.
wait-what
Re-pitches the previous AI response using ASD-STE100 Simplified Technical English and project context.
handoff
Writes a session handoff document to Proton Drive and registers it in a shared handoff map.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
code-review
Reviews a git diff against documented coding standards and the originating spec in parallel sub-agents.
to-tickets
Break plans and specs into tracer-bullet tickets with declared blocking edges.
ask-matt
Routes user situations to the appropriate skill or workflow in the repository.
wizard
Generate interactive bash wizards that walk humans through manual setup and migration procedures.
improve-codebase-architecture
Scan a codebase for module deepening opportunities and present them as a visual HTML report.
to-questionnaire
Generates a structured Markdown questionnaire for a recipient who holds knowledge the user lacks.
to-spec
Synthesizes conversation context into a structured spec published to the project issue tracker.
codebase-design
Designs deep modules with small interfaces, clean seams, and testable adapters.
triage
Move GitHub issues and external PRs through a triage state machine with agent-ready briefs.
prototype
Build throwaway HTML demos and UI variants to answer design questions.
end-session
Reconcile session outcomes across repositories, GitHub Issues, memory, and workspace cleanup.
lets-go
Resumes work from the active Proton Drive handoff and marks it consumed.
resolving-merge-conflicts
Resolves in-progress git merge and rebase conflicts while preserving both change intents.
grill-with-docs
Interrogates a plan or design through structured questioning while generating ADRs and a glossary.
implement
Implements work from specs or tickets using TDD, code review, and PR shipping.
teach
Create stateful teaching workspaces with HTML lessons, learning records, and curated resources.
Frequently Asked Questions About Jerry Holland
FAQPage SchemaWhat tasks can I accomplish with Jerry Holland's skill registry?▼
You can research topics against primary sources, build domain models and ADRs, decompose plans into blocking-linked tickets, run test-driven development, diagnose bugs and performance regressions, review branches against standards and specs, resolve merge conflicts, and ship branches with SemVer classification and CHANGELOG entries.
Who are these skills designed for?▼
Software engineers and technical leads running agent-assisted development sessions. The skills target practitioners who manage work through issue trackers, practice TDD and red-green-refactor, maintain domain models and architecture decision records, and coordinate multi-session or multi-machine work.
How do I set up and start using these skills?▼
Run the setup-matt-pocock-skills skill once per repository first — it configures the issue tracker, triage label vocabulary, and domain document layout. After that, invoke individual skills by name or use the ask-matt router skill to identify which skill fits your current situation.
What prerequisites or dependencies do these skills require?▼
Skills operate inside a repository with an issue tracker, which the setup skill configures. Cross-machine session continuity via handoff and lets-go requires Proton Drive access. The wizard skill generates interactive bash walkthroughs for human-only steps like credential setup or CI secret provisioning.
How do the skills handle large or multi-session work?▼
The wayfinder skill plans oversized work as a map of decision tickets on your issue tracker, resolving them one at a time. The handoff skill writes session state to Proton Drive with a registered handoff map, and lets-go resumes it on another machine, with end-session reconciling repositories and issues.