chentao326/vibe-code

2Stars on the repository
18Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

vibe-code

01

chentao326/vibe-code

Skill Claude CodeCodex

A method for making AI-assisted coding measurable through a repeating cycle: assess the task, estimate it without seeing the result, implement it, review the outcome, and improve future estimates. It is available in Chinese and includes a set of web-development scoring criteria.

2 3mo ago A 75 tokens original MIT

chentao326/vibe-code

Skill Claude CodeCodex

A file-based handoff process for sharing software work between Codex and Claude Code. It moves a project through specification, planning, building, review, polishing, and committing.

2 3mo ago A 125 tokens original MIT

codex-self-handoff

03

chentao326/vibe-code

Skill Claude CodeCodex

A workflow for one coding assistant to complete work through six controlled phases: specification, planning, building, review, polishing, and committing.

2 3mo ago A 113 tokens original MIT

vibe-assess

04

chentao326/vibe-code

Skill Claude CodeCodex

A task-estimation workflow that scores coding tasks and records an advance prediction of the effort, risks, and likely outcome. It uses a separate agent for an isolated first assessment before review and storage.

2 3mo ago A 99 tokens original MIT

vibe-bump

05

chentao326/vibe-code

Skill Claude CodeCodex

A workflow for revising the scoring model, or rubric, used to evaluate coding tasks. It requires enough completed examples, rescoring those examples, checking whether their order stays consistent, and getting an independent review.

2 3mo ago A 71 tokens original MIT

vibe-init

06

chentao326/vibe-code

Skill Claude CodeCodex

A setup guide for starting Vibe Code, a project evaluation tool, in either a new folder or an existing code project. It checks the project, asks setup questions, creates initial files, and can import its history.

2 3mo ago A 93 tokens original MIT

vibe-learn-from

07

chentao326/vibe-code

Skill Claude CodeCodex

A code-review learning workflow that studies a high-quality open-source project and records its conventions in a benchmark file. The benchmark acts as a reference for judging future code.

2 3mo ago A 54 tokens original MIT

vibe-migrate

08

chentao326/vibe-code

Skill Claude CodeCodex

A schema migration tool for updating the version and structure of a .vibe-state.json file, a file that stores Vibe-related state. It follows the required version steps and checks that the updated file is valid.

2 3mo ago A 54 tokens original MIT

vibe-profile

09

chentao326/vibe-code

Skill Claude CodeCodex

A codebase-profiling workflow that records a project's structure, complexity hotspots, file-change patterns, test coverage, and dependencies.

2 3mo ago A 67 tokens original MIT

vibe-recommend

10

chentao326/vibe-code

Skill Claude CodeCodex

A task-prioritization workflow that reads project state, available tasks, and previous assessments to suggest what to work on next. It separates lower-risk tasks from experiments intended to test an assumption.

2 3mo ago A 45 tokens original MIT

vibe-retro

11

chentao326/vibe-code

Skill Claude CodeCodex

A Chinese-language review workflow for comparing predicted and actual results after a coding task is finished. It records the differences and updates project observations.

2 3mo ago A 57 tokens original MIT

vibe-score-blind

12

chentao326/vibe-code

Skill Claude CodeCodex

INTERNAL sub-agent for blind 5-dim rubric scoring. NOT user-facing — called via Task tool by vibe-assess/vibe-bump. Receives ONLY taskpath + rubricpath. Hard refuses .vibe-state.json, predictions/, retros/. Outputs strict JSON: 5 dims × {score 0-5, confidence, reason}.

2 3mo ago A 77 tokens original MIT

vibe-score

13

chentao326/vibe-code

Skill Claude CodeCodex

A lightweight Chinese-language scoring workflow for quickly rating a coding task across several dimensions. It prints the result without creating prediction files or changing project state.

2 3mo ago A 70 tokens original MIT

vibe-seed

14

chentao326/vibe-code

Skill Claude CodeCodex

A codebase scanner that finds possible work by checking TODO comments, files changed often, missing tests, outdated dependencies, and unusually large files.

2 3mo ago A 70 tokens original MIT

vibe-status

15

chentao326/vibe-code

Skill Claude CodeCodex

A read-only status dashboard for Vibe Code projects. It reads project state and handoff files, which record where work stands between planning, coding, review, and completion.

2 3mo ago A 63 tokens original MIT

vibe-trends

16

chentao326/vibe-code

Skill Claude CodeCodex

A project trend scanner that checks software dependencies and related project information for recent changes. Dependencies are external packages that the project relies on.

2 3mo ago A 52 tokens original MIT