Ziyue Ink Zhang
Community@inkfin
Ziyue Ink Zhang maintains 26 skills for agent-driven software engineering: dotfile migration, Neovim config, multi-agent coordination, spec-to-ticket planning, and test-driven development.
Agent Skills by Ziyue Ink Zhang
Showing 26 vetted skills indexed across 1 GitHub repositories.
chezmoi-migration
Applies changelog-recorded destructive chezmoi migrations per machine with idempotent verification.
neovim-config
Edit chezmoi-managed Neovim configurations with template-aware workflows and LazyVim reference checks.
apple-design
Applies Apple's fluid interface design principles to web animations, gestures, and typography.
grill-me
Runs a relentless interview session to sharpen a plan or design.
agent-mailbox
Coordinates multi-agent task claiming and peer messaging through file-based mailboxes.
grilling
Interviews the user in structured rounds of questions to stress-test plans and decisions.
unslop
Rewrites English and Chinese prose to remove AI writing patterns while preserving facts.
remote
Runs commands and transfers files on remote hosts via a BatchMode SSH wrapper.
agents-supervisor
Dispatch, prompt, and monitor coding agents through the Herdr CLI with session pinning and report collection.
writing-for-agents
Guides writing skills, AGENTS.md, and CLAUDE.md documents for agent consumption.
to-questionnaire
Generates a structured Markdown questionnaire for a recipient to answer asynchronously.
grill-with-docs
Interrogates a plan or design while generating ADRs and a glossary.
handoff
Writes a conversation summary document for a fresh agent to continue the work.
code-review
Reviews a git diff against coding standards and the originating spec using parallel sub-agents.
tdd
Guides test-driven development using the red-green-refactor loop with seam-based testing.
teach
Creates stateful teaching workspaces with HTML lessons, learning records, and curated resources.
to-tickets
Breaks plans and specs into tracer-bullet ticket files with blocking dependencies under plans/.
implement
Implements work from a spec or tickets using TDD and code review.
to-spec
Synthesizes conversation context into a structured spec saved under plans/<feature>/spec.md.
agent-repo-setup
Scaffolds repo-local plans/ work tracking and domain documentation conventions for agent skills.
wizard
Generate interactive bash wizards that walk humans through manual setup procedures.
prototype
Build throwaway HTML or UI prototypes to answer design questions about logic or layout.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.
domain-modeling
Build and maintain project domain glossaries and architectural decision records.
Frequently Asked Questions About Ziyue Ink Zhang
FAQPage SchemaWhat tasks can I accomplish with inkfin's skills?▼
You can migrate chezmoi dotfiles, edit Neovim configs, coordinate multiple coding agents via Herdr and a file-based mailbox, run remote SSH commands, review branches against standards and specs, practice TDD, diagnose bugs, and decompose plans into specs, tickets, and ADRs.
Who are these skills designed for?▼
Software engineers running agent-assisted development sessions, particularly those managing personal dotfiles with chezmoi, maintaining LazyVim or mini Neovim setups, and orchestrating parallel coding agents across worktrees, sessions, and remote hosts.
How do the planning and implementation skills fit together?▼
Run agent-repo-setup once per repo, then use to-spec to write plans/<feature>/spec.md, to-tickets to create tracer-bullet tickets with blocking edges, and implement to execute them. Wayfinder handles work too large for one session; handoff compacts context for the next agent.
What prerequisites or dependencies do these skills require?▼
Several skills depend on existing local setups: chezmoi with changelogs, two Neovim configs (nvim.lazyvim and nvim.mini), the Herdr dispatcher with spaces and worktrees, a local `remote` SSH wrapper with host aliases, and a plans/ directory initialized by agent-repo-setup.
Do any skills support design review or writing quality?▼
Yes. apple-design guides gesture-driven UI, spring animations, and typography decisions; grill-me, grilling, and grill-with-docs stress-test plans while producing ADRs and glossaries; unslop removes AI tells from prose; code-review checks changes against repo standards and originating specs.