Will Hinchman avatar

Will Hinchman

Community

@whinchman · Royal Oak, MI

9Followers
|
29Public Repos
|
20Published Skills

Fabrication, Racecars, and other coping mechanisms. Engineering @Terra-Kaffe Faults mine | Detroiter | DMs open… for now.

Skills Distribution
DomainDeveloper To...Multi-Agent Orches.. (35%)GitHub Project & I.. (25%)Test-Driven Develo.. (20%)Cross-Platform Bui.. (15%)

Agent Skills by Will Hinchman

Showing 20 vetted skills indexed across 1 GitHub repositories.

whinchmanwhinchman

agent-migrate

Migrates markdown workflow files into a GitHub Project board with backup and mapping report.

Community
Advanced
whinchmanwhinchman

coordinator

Orchestrates multi-stage development pipelines by spawning specialized subagents for refinement, implementation, review, and QA.

Community
Advanced
whinchmanwhinchman

board-man

Manages GitHub Project board operations through serialized gh CLI reads and writes.

Community
Advanced
whinchmanwhinchman

github-triage

Fetches open GitHub issues, classifies them, and appends untracked items to BACKLOG.md.

Community
Intermediate
whinchmanwhinchman

qa

Writes unit tests, reviews test coverage, and files bugs for failing tests.

Community
Advanced
whinchmanwhinchman

agent

Automates feature implementation from a todo file using TDD, git worktrees, and pull requests.

Community
Advanced
whinchmanwhinchman

pull-request

Opens GitHub pull requests from feature branches and collects review feedback as structured task entries.

Community
Advanced
whinchmanwhinchman

manager

Decomposes architecture plans into granular task files for worker agents.

Community
Advanced
whinchmanwhinchman

android-build-validator

Validates Android Gradle and Rust NDK cross-compilation builds and reports pass or fail verdicts.

Community
Intermediate
whinchmanwhinchman

integration-architect

Validates cross-repo interface contracts by comparing branch diffs against planned integration specifications.

Community
Advanced
whinchmanwhinchman

agent-upgrade

Migrates Claude Agent project configs from older schema versions to the current schema with backups.

Community
Advanced
whinchmanwhinchman

architect

Researches technologies and produces implementation plans for software features.

Community
Intermediate
whinchmanwhinchman

operator-todo

Researches manual setup steps and generates numbered operator checklists for human-executed tasks.

Community
Intermediate
whinchmanwhinchman

designer

Implements UI components, design tokens, and layouts following project design system rules.

Community
Intermediate
whinchmanwhinchman

code-reviewer

Reviews completed code for bugs, security issues, and correctness, filing findings into a bug tracker.

Community
Intermediate
whinchmanwhinchman

automation

Builds and maintains CI/CD pipelines, Docker configurations, and infrastructure-as-code through a structured git worktree workflow.

Community
Advanced
whinchmanwhinchman

mac-build-validator

Validates iOS and macOS builds by running xcodebuild over SSH on a remote Mac.

Community
Intermediate
whinchmanwhinchman

coder

Implements features and fixes with test-driven development in isolated git worktrees.

Community
Advanced
whinchmanwhinchman

blogger

Generates technical blog posts and changelogs from a project's codebase and workflow files.

Community
Intermediate
whinchmanwhinchman

agent-init

Generates agent.yaml configuration and .workflow scaffolding for Claude Agent projects.

Community
Advanced

Frequently Asked Questions About Will Hinchman

FAQPage Schema
What tasks can I automate using whinchman's skills?▼

You can orchestrate a full Refine-Implement-Review pipeline: triage GitHub issues into a project backlog, decompose architecture plans into task files, implement features with TDD in git worktrees, open pull requests, review code for correctness and security, and validate Android and iOS/macOS builds.

Who is the target audience for this agent framework?▼

Software engineers and engineering leads managing Claude Agent projects who need autonomous coding subagents, GitHub Project board synchronization, and multi-repo coordination. It suits teams practicing TDD who want delegated roles like architect, coder, QA, and code-reviewer subagents.

How do I set up and run the framework?▼

Run the agent-init interactive wizard from your project root to generate agent.yaml, the .workflow/ scaffold, and .gitignore entries. Existing projects on older schemas use agent-upgrade to migrate configs with confirmed backups, and agent-migrate converts markdown backlogs into GitHub Project boards.

What are the prerequisites and dependencies?▼

Projects must be initialized with the Claude Agent framework schema (agent.yaml and .workflow/ directory). GitHub operations require the gh CLI for project and issue reads/writes. Build validation requires local Gradle or Rust cross-compile toolchains for Android, plus SSH access to a remote Mac with xcodebuild for iOS/macOS.

Is the framework open source and what does it cost?▼

The skills are published publicly on whinchman's GitHub profile at no cost. No paid licensing is indicated in the manifest; users clone the skill folders into their Claude Agent project and run them via slash commands like /agent-migrate from the project root.