Will Hinchman
Community@whinchman · Royal Oak, MI
Fabrication, Racecars, and other coping mechanisms. Engineering @Terra-Kaffe Faults mine | Detroiter | DMs open… for now.
Agent Skills by Will Hinchman
Showing 20 vetted skills indexed across 1 GitHub repositories.
agent-migrate
Migrates markdown workflow files into a GitHub Project board with backup and mapping report.
coordinator
Orchestrates multi-stage development pipelines by spawning specialized subagents for refinement, implementation, review, and QA.
board-man
Manages GitHub Project board operations through serialized gh CLI reads and writes.
github-triage
Fetches open GitHub issues, classifies them, and appends untracked items to BACKLOG.md.
qa
Writes unit tests, reviews test coverage, and files bugs for failing tests.
agent
Automates feature implementation from a todo file using TDD, git worktrees, and pull requests.
pull-request
Opens GitHub pull requests from feature branches and collects review feedback as structured task entries.
manager
Decomposes architecture plans into granular task files for worker agents.
android-build-validator
Validates Android Gradle and Rust NDK cross-compilation builds and reports pass or fail verdicts.
integration-architect
Validates cross-repo interface contracts by comparing branch diffs against planned integration specifications.
agent-upgrade
Migrates Claude Agent project configs from older schema versions to the current schema with backups.
architect
Researches technologies and produces implementation plans for software features.
operator-todo
Researches manual setup steps and generates numbered operator checklists for human-executed tasks.
designer
Implements UI components, design tokens, and layouts following project design system rules.
code-reviewer
Reviews completed code for bugs, security issues, and correctness, filing findings into a bug tracker.
automation
Builds and maintains CI/CD pipelines, Docker configurations, and infrastructure-as-code through a structured git worktree workflow.
mac-build-validator
Validates iOS and macOS builds by running xcodebuild over SSH on a remote Mac.
coder
Implements features and fixes with test-driven development in isolated git worktrees.
blogger
Generates technical blog posts and changelogs from a project's codebase and workflow files.
agent-init
Generates agent.yaml configuration and .workflow scaffolding for Claude Agent projects.
Frequently Asked Questions About Will Hinchman
FAQPage SchemaWhat 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.