vibe-code-reader
vibe-code-reader is a community-submitted Agent Skill: 专为快速理解 vibe coding 项目设计的代码解读 skill。当用户上传或提供一个由 AI 生成(vibe coding)的项目,想理解项目结构、业务逻辑、技术架构,或接手别人的 AI 生成代码库时,必须使用本 skill。 触. Install with `npx skills add https://github.com/DylanMay/vibe-code-reader-skill` or copy to your agent skills directory.
专为快速理解 vibe coding 项目设计的代码解读 skill。当用户上传或提供一个由 AI 生成(vibe coding)的项目,想理解项目结构、业务逻辑、技术架构,或接手别人的 AI 生成代码库时,必须使用本 skill。 触发词包括但不限于:vibe coding 项目、AI 生成的代码、看不懂这个项目、帮我理解这段代码、接手了一个项目、项目架构分析、代码导读、项目地图、技术架构图、业务脑图。 即使用户没有明说"vibe coding",只要是让你分析/理解/接手一个现有代码项目,都应触发本 skill。
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with when the user needs help with vibe code reader Help me with 一个帮助人类程序员快速读懂 AI 生成代码(vibe coding)的 Claude Skill。
接手别人用 Cursor / Windsurf / Lovable 生成的项目时,往往面对一堆能跑但看不懂的代码——没有注释、没有文档、不 Topics
Platforms
Install
CLI install
npx skills add https://github.com/DylanMay/vibe-code-reader-skill Manual install
~/.cursor/skills/vibe-code-reader/ ~/.claude/skills/vibe-code-reader/ ~/.copilot/skills/vibe-code-reader/ ~/.codeium/windsurf/skills/vibe-code-reader/ ~/.codex/skills/vibe-code-reader/ ~/.agents/skills/vibe-code-reader/ Resources
Source
https://github.com/DylanMay/vibe-code-reader-skillRelated Skills
create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.
Can help with
- →User asks to create a new skill
- →Authoring SKILL.md files
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Can help with
- →Creating coding standards rules
- →Project-specific AI guidance
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs