TAN Qimin
Community@tanqimin · Guangzhou,China
TAN Qimin maintains a registry of 37 Claude Code skills covering spec-driven development, deep-module TypeScript architecture, git safety hooks, and agent handoff patterns.
Agent Skills by TAN Qimin
Showing 37 vetted skills indexed across 1 GitHub repositories.
research
Investigates questions against primary sources and writes cited findings to Markdown files.
domain-modeling
Builds and maintains project domain glossaries and architecture decision records.
setup-pre-commit
Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.
wayfinder
Plans large efforts as decision tickets tracked on an issue tracker.
setup-matt-pocock-skills
Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.
setup-ts-deep-modules
Configures dependency-cruiser to enforce deep-module package boundaries in TypeScript repositories.
writing-for-agents
Write skills, AGENTS.md, and CLAUDE.md documents that agents follow predictably.
wait-what
Rephrases the previous AI response in ASD-STE100 Simplified Technical English with project context.
loop-me
Interviews users to write workflow specifications for recurring life loops.
handoff
Summarizes the current conversation into a handoff document for another agent.
diagnosing-bugs
Diagnose hard bugs and performance regressions through a structured feedback-loop workflow.
git-guardrails-claude-code
Configures Claude Code hooks to block dangerous git commands before execution.
code-review
Reviews a git diff against coding standards and the originating spec in parallel sub-agents.
to-tickets
Breaks plans and specs into tracer-bullet tickets with declared blocking dependencies.
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 procedures.
improve-codebase-architecture
Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.
to-questionnaire
Generates a Markdown questionnaire document for a recipient to answer asynchronously.
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 or UI prototypes to answer design questions.
writing-fragments
Collects raw writing fragments into a single markdown file through conversational interviews.
resolving-merge-conflicts
Resolves in-progress git merge and rebase conflicts by analyzing commit history and intent.
Frequently Asked Questions About TAN Qimin
FAQPage SchemaWhat tasks can I accomplish with TAN Qimin's skill registry?▼
You can run spec-to-ticket breakdowns, parallel standards-and-spec code reviews, TDD red-green-refactor cycles, bug diagnosis loops, merge conflict resolution, domain modeling with ADRs, and codebase architecture scans that produce visual HTML reports of deepening opportunities.
Who are these skills designed for?▼
TypeScript engineers and teams practicing spec-driven development with Claude Code. The skills target developers managing issue trackers, enforcing deep-module package boundaries, writing ADRs and CONTEXT.md files, and coordinating multi-session agent work through handoff documents.
How do I install and run these skills?▼
Start with setup-matt-pocock-skills, which configures the repo's issue tracker, triage label vocabulary, and domain doc layout. Individual skills then run inside Claude Code sessions; many are user-invoked only (disable-model-invocation) and accept argument hints like a spec or workflow description.
What prerequisites and dependencies do these skills require?▼
A Claude Code environment and a git repository are required. Specific skills add dependencies: setup-pre-commit needs Husky, lint-staged, and Prettier; setup-ts-deep-modules needs dependency-cruiser; migrate-to-shoehorn requires @total-typescript/shoehorn for replacing `as` assertions in tests.
Do the skills support code review and testing practices?▼
Yes. The code-review skill runs parallel sub-agent reviews against documented standards and the originating spec since any commit, branch, or merge-base. The tdd skill drives red-green-refactor cycles with integration tests, and diagnosing-bugs provides a diagnosis loop for failures and performance regressions.