vibe-learn-from

vibe-learn-from is a skill for Claude Code from chentao326/vibe-code. It costs 54 tokens per session (594 once invoked), scanned A, original, MIT.

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.

In plain words
What is it for?
Analyzing a local project or GitHub repository, documenting its code-quality patterns, and identifying possible improvements to an existing evaluation rubric.
Why use it?
It gives an existing project’s directory structure, testing habits, naming, error handling, and API choices as concrete standards to compare against.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chentao326/vibe-code/vibe-learn-from
Any agent
npx skills add chentao326/vibe-code --skill vibe-learn-from
Clone the repo
git clone --depth 1 https://github.com/chentao326/vibe-code

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibe-learn-from

README.md
[![agentmods](https://agentmods.dev/badge/skills/chentao326/vibe-code/vibe-learn-from.svg)](https://agentmods.dev/skills/chentao326/vibe-code/vibe-learn-from)
Your own site
<a href="https://agentmods.dev/skills/chentao326/vibe-code/vibe-learn-from"><img src="https://agentmods.dev/badge/skills/chentao326/vibe-code/vibe-learn-from.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00594
Opus 5 $0.00027 $0.00297
Sonnet 5 $0.00011 $0.00119
Haiku 4.5 $0.00005 $0.00059

Measured 5d ago against content hash 949c8089ef17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vibe-learn-from scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vibe-learn-from/SKILL.md · 84 lines

What it actually says

vibe-learn-from — 对标项目学习

从优秀开源项目提取代码质量标准,写入 benchmark.md


Workflow

Phase 1: 获取项目

  • GitHub URL → clone 到临时目录或直接通过 GitHub API 分析
  • 本地路径 → 直接分析

Phase 2: 分析代码质量特征

逐项分析并记录:

目录结构规律

  • 模块如何组织?
  • 测试文件放哪里?
  • 配置文件管理方式?

测试覆盖模式

  • 测试文件命名(*.test.ts / *_test.py / test_*.go)?
  • 测试覆盖率风格(单元/集成/E2E 比例)?
  • Mock/Fixture 管理方式?

命名规范

  • 函数/变量命名风格?
  • 文件命名约定?
  • 类型/接口命名?

错误处理模式

  • 如何处理错误?(throw / Result type / error return)
  • 边界情况处理方式?
  • 日志/监控方式?

API 设计风格

  • 函数签名偏好(参数数量/类型/返回值)?
  • 模块间接口设计?
  • 配置 vs 约定?

Phase 3: 写入 benchmark.md

# 对标项目参考

**项目**: react
**仓库**: https://github.com/facebook/react
**导入日期**: 2026-05-24

## 代码质量特征

### 目录结构规律
- packages/ 下每个包独立

### 测试覆盖模式
- __tests__/ 目录 + *-test.js 文件

...

Phase 4: 关联到 rubric

分析完后提示:

✅ 对标分析完成。

你当前的 rubric 是 v0 等权起步。以下 feature 可能值得在你的 rubric 里增加权重或细化:

- 测试覆盖:对标项目有严格的测试规范,建议关注 TE 维度
- 错误处理:对标项目的错误边界设计值得学习,当前 rubric 无对应维度

建议:跑 5 个任务后,对比你的数据和对标标准,再决定是否 bump。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 84 lines · 54 tokens per session scan A 949c8089ef17

Subscribe to this mod's changes

vibe-learn-from is a skill published in the GitHub repository chentao326/vibe-code (2 stars, last pushed 3mo ago), licensed MIT. It adds 54 tokens to every session and 594 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens