TAN Qimin avatar

TAN Qimin

Community

@tanqimin · Guangzhou,China

2Followers
|
5Public Repos
|
37Published Skills

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.

Skills Distribution
DomainDeveloper To...Spec & Ticket-Driv.. (30%)Codebase Architect.. (25%)Testing & Code Qua.. (20%)Git Safety & Merge.. (15%)

Agent Skills by TAN Qimin

Showing 37 vetted skills indexed across 1 GitHub repositories.

tanqimintanqimin
10

research

Investigates questions against primary sources and writes cited findings to Markdown files.

Community
Basic
tanqimintanqimin
10

domain-modeling

Builds and maintains project domain glossaries and architecture decision records.

Community
Intermediate
tanqimintanqimin
10

setup-pre-commit

Configures Husky pre-commit hooks with lint-staged, Prettier, typecheck, and tests.

Community
Intermediate
tanqimintanqimin
10

wayfinder

Plans large efforts as decision tickets tracked on an issue tracker.

Community
Advanced
tanqimintanqimin
10

setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Community
Intermediate
tanqimintanqimin
10

setup-ts-deep-modules

Configures dependency-cruiser to enforce deep-module package boundaries in TypeScript repositories.

Community
Intermediate
tanqimintanqimin
10

writing-for-agents

Write skills, AGENTS.md, and CLAUDE.md documents that agents follow predictably.

Community
Intermediate
tanqimintanqimin
10

wait-what

Rephrases the previous AI response in ASD-STE100 Simplified Technical English with project context.

Community
Basic
tanqimintanqimin
10

loop-me

Interviews users to write workflow specifications for recurring life loops.

Community
Intermediate
tanqimintanqimin
10

handoff

Summarizes the current conversation into a handoff document for another agent.

Community
Basic
tanqimintanqimin
10

diagnosing-bugs

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

Community
Advanced
tanqimintanqimin
10

git-guardrails-claude-code

Configures Claude Code hooks to block dangerous git commands before execution.

Community
Basic
tanqimintanqimin
10

code-review

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

Community
Intermediate
tanqimintanqimin
10

to-tickets

Breaks plans and specs into tracer-bullet tickets with declared blocking dependencies.

Community
Intermediate
tanqimintanqimin
10

ask-matt

Routes user situations to the appropriate skill or workflow in the repository.

Community
Intermediate
tanqimintanqimin
10

wizard

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

Community
Intermediate
tanqimintanqimin
10

improve-codebase-architecture

Scan a codebase for shallow modules and present deepening refactors as a visual HTML report.

Community
Advanced
tanqimintanqimin
10

to-questionnaire

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

Community
Basic
tanqimintanqimin
10

to-spec

Synthesizes conversation context into a structured spec published to the project issue tracker.

Community
Intermediate
tanqimintanqimin
10

codebase-design

Designs deep modules with small interfaces, clean seams, and testable adapters.

Community
Intermediate
tanqimintanqimin
10

triage

Move GitHub issues and external PRs through a triage state machine with agent-ready briefs.

Community
Advanced
tanqimintanqimin
10

prototype

Build throwaway HTML or UI prototypes to answer design questions.

Community
Intermediate
tanqimintanqimin
10

writing-fragments

Collects raw writing fragments into a single markdown file through conversational interviews.

Community
Basic
tanqimintanqimin
10

resolving-merge-conflicts

Resolves in-progress git merge and rebase conflicts by analyzing commit history and intent.

Community
Intermediate

Frequently Asked Questions About TAN Qimin

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