vinvcn

78 mods across 2 repositories, 3.8k stars between them.

loop-me

25

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A guided interview for turning a repeated activity into a written workflow specification. It asks one question at a time until another person or agent can build the workflow without needing more information.

3.8k 2d ago A 21 tokens original MIT

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

在 TypeScript repo 中接入 dependency-cruiser,让每个 package 成为 deep module:implementation 隐藏在 subfolders 中,只能通过 entry-point files 访问。User-invoked。.

3.8k 2d ago A 49 tokens original MIT

writing-beats

27

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A writing process that turns fixed source material into a guided sequence of sections, called beats. It introduces unfamiliar ideas before later sections depend on them, so readers can follow the piece without missing background.

3.8k 2d ago A 37 tokens original MIT

writing-fragments

28

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

An exploratory writing process that collects raw fragments in a Markdown file without imposing an outline. A fragment can be a sentence, observation, story, code sample, quote, or unfinished thought.

3.8k 2d ago A 23 tokens original MIT

writing-shape

29

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

Skill "writing-shape" from vinvcn/mattpocock-skills-zh-CN, covering the loop, grounding, conversational feel, pulling from the pile and format arguments to actually have.

3.8k 2d ago A 22 tokens original MIT

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A Claude Code setup that blocks selected destructive Git commands before they run. Git is a tool for tracking code changes; the blocked commands include pushing, deleting branches, discarding changes, and hard resets.

3.8k 2d ago B 68 tokens original MIT

migrate-to-shoehorn

31

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A testing guide for Shoehorn, a TypeScript library that lets tests provide only the fields they need from a larger data type.

3.8k 2d ago A 53 tokens original MIT

scaffold-exercises

32

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A directory scaffold for course exercises, with sections, exercise folders, and optional problem, solution, or explanation versions. It creates the required Markdown files and checks the result with the repository's linter.

3.8k 2d ago A 46 tokens original MIT

setup-pre-commit

33

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A setup for Husky pre-commit checks in a JavaScript or TypeScript repository. A pre-commit hook runs automatically before a Git commit and can format staged files, check types, and run tests.

3.8k 2d ago A 65 tokens original MIT

grilling

35

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A guided questioning process for testing a plan, decision, or idea. It maps dependent choices into a tree and asks only the questions that can be answered at each stage.

3.8k 2d ago A 43 tokens original MIT

handoff

36

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A handoff-document guide for summarising the current conversation so another coding agent can continue the work.

3.8k 2d ago A 20 tokens original MIT

teach

37

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A teaching-workspace guide for creating lessons, reference sheets, learning records, and resource notes around a topic the user wants to learn.

3.8k 2d ago A 16 tokens original MIT

to-questionnaire

38

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

A process for creating a Markdown questionnaire that collects decisions or facts known by another person but missing from the current user’s context.

3.8k 2d ago A 23 tokens original MIT

wait-what

39

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

An instruction that asks the assistant to stop and request a clearer explanation when a message lacks enough context. It also asks for simple technical language and the project's established terms.

3.8k 2d ago A 23 tokens original MIT

writing-for-agents

40

vinvcn/mattpocock-skills-zh-CN

Skill Claude CodeCodex

Guidance for writing instructions that coding agents can follow consistently. It covers skills and files such as AGENTS.md and CLAUDE.md, which tell agents how to work in a project.

3.8k 2d ago A 31 tokens original MIT

agent-skills

42

vinvcn/addyosmani-agent-skills-zh

Plugin Claude Code

A collection of engineering skills for AI coding agents, covering stages from defining a software change through delivery. It also includes separate roles for code review, security checks, and test engineering.

29 3mo ago A tokens not measured original MIT

build

43

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A command for carrying out the next unfinished coding task from a plan, including writing tests, implementing the change, checking the project, and committing it. TDD, or test-driven development, means writing a failing test before the code that makes it pass.

29 3mo ago A 14 tokens original MIT

code-simplify

44

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A code-review command that simplifies recently changed code or another chosen scope while preserving its behavior.

29 3mo ago A 24 tokens original MIT

plan

45

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A planning command that breaks software work into small, verifiable tasks with dependencies and acceptance criteria. Acceptance criteria describe what must be true for a task to be complete.

29 3mo ago A 17 tokens original MIT

review

46

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

执行五轴 code review — correctness、readability、architecture、security、performance.

29 3mo ago A 16 tokens original MIT

ship

47

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A command that runs several specialist checks before software is released, then combines their findings into a decision about whether to launch.

29 3mo ago A 19 tokens original MIT

spec

48

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A command for specification-driven development, where the work is described and agreed in a structured document before coding begins.

29 3mo ago A 14 tokens original MIT