Ziyue Ink Zhang avatar

Ziyue Ink Zhang

Community

@inkfin

5Followers
|
58Public Repos
|
26Published Skills

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.

Skills Distribution
DomainDeveloper To...Agent Orchestratio.. (30%)Planning, Specs & .. (25%)Code Review, TDD &.. (20%)Dotfiles, Neovim &.. (15%)

Agent Skills by Ziyue Ink Zhang

Showing 26 vetted skills indexed across 1 GitHub repositories.

inkfininkfin

chezmoi-migration

Applies changelog-recorded destructive chezmoi migrations per machine with idempotent verification.

Community
Intermediate
inkfininkfin

neovim-config

Edit chezmoi-managed Neovim configurations with template-aware workflows and LazyVim reference checks.

Community
Intermediate
inkfininkfin

apple-design

Applies Apple's fluid interface design principles to web animations, gestures, and typography.

Community
Intermediate
inkfininkfin

grill-me

Runs a relentless interview session to sharpen a plan or design.

Community
Basic
inkfininkfin

agent-mailbox

Coordinates multi-agent task claiming and peer messaging through file-based mailboxes.

Community
Intermediate
inkfininkfin

grilling

Interviews the user in structured rounds of questions to stress-test plans and decisions.

Community
Intermediate
inkfininkfin

unslop

Rewrites English and Chinese prose to remove AI writing patterns while preserving facts.

Community
Intermediate
inkfininkfin

remote

Runs commands and transfers files on remote hosts via a BatchMode SSH wrapper.

Community
Intermediate
inkfininkfin

agents-supervisor

Dispatch, prompt, and monitor coding agents through the Herdr CLI with session pinning and report collection.

Community
Advanced
inkfininkfin

writing-for-agents

Guides writing skills, AGENTS.md, and CLAUDE.md documents for agent consumption.

Community
Intermediate
inkfininkfin

to-questionnaire

Generates a structured Markdown questionnaire for a recipient to answer asynchronously.

Community
Basic
inkfininkfin

grill-with-docs

Interrogates a plan or design while generating ADRs and a glossary.

Community
Basic
inkfininkfin

handoff

Writes a conversation summary document for a fresh agent to continue the work.

Community
Basic
inkfininkfin

code-review

Reviews a git diff against coding standards and the originating spec using parallel sub-agents.

Community
Intermediate
inkfininkfin

tdd

Guides test-driven development using the red-green-refactor loop with seam-based testing.

Community
Intermediate
inkfininkfin

teach

Creates stateful teaching workspaces with HTML lessons, learning records, and curated resources.

Community
Advanced
inkfininkfin

to-tickets

Breaks plans and specs into tracer-bullet ticket files with blocking dependencies under plans/.

Community
Intermediate
inkfininkfin

implement

Implements work from a spec or tickets using TDD and code review.

Community
Basic
inkfininkfin

to-spec

Synthesizes conversation context into a structured spec saved under plans/<feature>/spec.md.

Community
Intermediate
inkfininkfin

agent-repo-setup

Scaffolds repo-local plans/ work tracking and domain documentation conventions for agent skills.

Community
Intermediate
inkfininkfin

wizard

Generate interactive bash wizards that walk humans through manual setup procedures.

Community
Intermediate
inkfininkfin

prototype

Build throwaway HTML or UI prototypes to answer design questions about logic or layout.

Community
Intermediate
inkfininkfin

diagnosing-bugs

Diagnose hard bugs and performance regressions through a structured six-phase feedback-loop workflow.

Community
Advanced
inkfininkfin

domain-modeling

Build and maintain project domain glossaries and architectural decision records.

Community
Intermediate

Frequently Asked Questions About Ziyue Ink Zhang

FAQPage Schema
What 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.