teacher
01Skill Claude CodeCodex
A teaching workflow for explaining documents, books, courses, or other study materials in plain language. It first assesses the learner and then teaches step by step.
Skill Claude CodeCodex
A teaching workflow for explaining documents, books, courses, or other study materials in plain language. It first assesses the learner and then teaches step by step.
Instructions file CodexOpenCode
Instructions for chentao326/vibe-code, covering agents.md — vibe code, what this is, directory map, three non-negotiable principles and core convention: one task, three files, one hash.
Instructions file
Instructions for chentao326/vibe-code, covering claude.md — vibe code, what this is, directory map, three non-negotiable principles and core convention: one task, three files, one hash.
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.
Skill Claude CodeCodex
Codex + Claude Code collaborative handoff protocol. Automates the 6-phase workflow (Spec→Plan→Build→Review→Polish→Commit) between Codex and Claude Code via file-based signal handshakes. Use when the user mentions "handoff", "交接", "下一阶段", "next phase", "开始编码", "start build", "开始审查", "start review", "协同", "collaborate"…
Skill Claude CodeCodex
Codex self-collaboration handoff protocol. Enforces a disciplined 6-phase workflow (Spec→Plan→Build→Review→Polish→Commit) where Codex acts as both Architect and Builder with file-based signal handshakes. Use when the user mentions "self-handoff", "自交接", "自己走全流程", "self workflow", "codex solo", "独自完成", "自审查", or when a…
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A codebase-profiling workflow that records a project's structure, complexity hotspots, file-change patterns, test coverage, and dependencies.
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.
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.
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}.
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.
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.
Skill Claude CodeCodex
Skill "vibe-status" from chentao326/vibe-code, covering vibe-status — 状态看板, 工作流, phase 1: 读取 state + handoff 阶段, phase 2: 渲染看板 and handoff 状态(融合协议).
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.
Instructions file CodexOpenCode
AGENTS.md instructions for chentao326/agent-handoff, covering handoff 协议(codex + claude code 协作), codex 的角色(你), build 阶段(plan-ready), polish 阶段(review-fixes) and 外部 agent 工具.
chentao326/codex-claude-handoff
Skill Claude CodeCodex
Codex + Claude Code collaborative handoff protocol. Automates the 6-phase workflow (Spec→Plan→Build→Review→Polish→Commit) between Codex and Claude Code via file-based signal handshakes. Use when the user mentions "handoff", "交接", "下一阶段", "next phase", "开始编码", "start build", "开始审查", "start review", "协同", "collaborate"…