vinvcn

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

test

49

vinvcn/addyosmani-agent-skills-zh

Command Claude Code

A test-driven development workflow, or TDD, where tests describing the expected behavior are written before the implementation. For bugs, it first adds a test that reproduces the failure.

29 3mo ago A 23 tokens original MIT

translate-skill

50

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

Use this project-level skill when translating, refreshing, or reviewing content from mattpocock/skills into the Simplified Chinese localization repo vinvcn/mattpocock-skills-zh-CN. Use it for skill files, README content, CLAUDE.md, CONTEXT.md, docs, and other user-facing upstream content where behavior-critical…

29 3mo ago A 80 tokens original MIT

code-reviewer

53

vinvcn/addyosmani-agent-skills-zh

Agent

A senior review process for proposed code changes. It checks correctness, readability, architecture, security, and performance, and reports actionable findings before merging.

29 3mo ago A 37 tokens original MIT

security-auditor

54

vinvcn/addyosmani-agent-skills-zh

Agent

A security-focused code review guide for finding vulnerabilities, assessing practical risk, and suggesting fixes. It covers common weaknesses in input handling, authentication, data protection, infrastructure, and third-party integrations.

29 3mo ago A 38 tokens original MIT

test-engineer

55

vinvcn/addyosmani-agent-skills-zh

Agent

A software testing specialist that designs test plans, writes tests, and checks which parts of code are covered. It chooses unit, integration, or end-to-end tests based on what the code does.

29 3mo ago A 39 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

Guidance for designing stable, clearly documented interfaces between software parts, such as web APIs, GraphQL schemas, modules, and component properties. It covers defining the contract first, limiting accidental dependencies, and planning safe changes.

29 3mo ago A 51 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A guide for testing web pages and browser-based applications in a real Chrome browser through Chrome DevTools. It checks what is actually rendered and how the page behaves at runtime.

29 3mo ago B 67 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

Guidance for setting up continuous integration and delivery, where automated checks test and prepare software changes before release.

29 3mo ago A 46 tokens original MIT

code-simplification

61

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A code-review and refactoring guide for making existing code easier to read while keeping its behavior unchanged. Refactoring means changing how code is organized without changing what it does.

29 3mo ago A 64 tokens original MIT

context-engineering

62

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A guide to organizing the information an AI coding assistant receives about a project, from persistent rules to task-specific files and test results.

29 3mo ago A 40 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A systematic debugging procedure for finding the underlying cause of failed tests, broken builds, bugs, and unexpected behavior. It emphasizes reproducing the problem, preserving evidence, fixing the cause, and checking the fix.

29 3mo ago A 57 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A guide for retiring old code, systems, or interfaces and moving users to replacements. Deprecation means marking something as no longer preferred; migration means switching its users safely.

29 3mo ago A 50 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A guide for recording important engineering decisions and the reasons behind them in documentation and architecture decision records, or ADRs. An ADR is a short record of a significant design choice, its context, and alternatives.

29 3mo ago A 46 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A guide to using Git, a system for tracking code changes, branches, and saved versions. It recommends small, focused commits and short-lived feature branches while keeping the main branch deployable.

29 3mo ago A 41 tokens original MIT

idea-refine

69

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

An interactive skill for turning an early idea into a clearer, more practical concept through structured exploration, questions, evaluation, and refinement.

29 3mo ago A 44 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A way to build larger software changes in small, complete pieces, testing and checking each piece before continuing. Each piece can cover the database, server, and user interface needed for one working path.

29 3mo ago A 46 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A measurement-first process for improving application speed and responsiveness. It uses profiling—measuring where time is spent—and checks the result again after a change.

29 3mo ago A 46 tokens original MIT

vinvcn/addyosmani-agent-skills-zh

Skill Claude CodeCodex

A method for turning a clear specification or large request into small, ordered tasks with acceptance criteria. It maps dependencies and favors complete feature slices that can be built and checked one at a time.

29 3mo ago A 53 tokens original MIT