adongwanai

44 mods across 3 repositories, 9.2k stars between them.

git-commit

01

adongwanai/learn-workbuddy

Skill Claude CodeCodex

A guided Git commit workflow that examines changes and creates a commit message using the Conventional Commits format, a shared style for labeling changes such as features, fixes, tests, or documentation.

255 2d ago A 0 tokens original MIT

adong-vibecoding

03

adongwanai/adong-vibecoding

Plugin Claude Code

A Claude Code plugin describing a Chinese VibeCoding development workflow with modular agents, skills, commands, and rules.

11 7mo ago A tokens not measured

architect

04

adongwanai/adong-vibecoding

Agent

Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.

11 7mo ago A 36 tokens

adongwanai/adong-vibecoding

Agent

Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.

11 7mo ago C 50 tokens

code-reviewer

06

adongwanai/adong-vibecoding

Agent

Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

11 7mo ago A 38 tokens

doc-updater

07

adongwanai/adong-vibecoding

Agent

Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/, updates READMEs and guides.

11 7mo ago A 50 tokens

e2e-runner

08

adongwanai/adong-vibecoding

Agent

End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.

11 7mo ago A 59 tokens

planner

09

adongwanai/adong-vibecoding

Agent

Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.

11 7mo ago A 37 tokens

refactor-cleaner

10

adongwanai/adong-vibecoding

Agent

Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.

11 7mo ago A 51 tokens

security-reviewer

11

adongwanai/adong-vibecoding

Agent

Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.

11 7mo ago A 52 tokens

tdd-guide

12

adongwanai/adong-vibecoding

Agent

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

11 7mo ago A 42 tokens

e2e

16

adongwanai/adong-vibecoding

Command

Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.

11 7mo ago A 28 tokens

plan

20

adongwanai/adong-vibecoding

Command

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

11 7mo ago A 25 tokens

tdd

23

adongwanai/adong-vibecoding

Command

Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

11 7mo ago A 28 tokens