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.
npx skills add xushuodasd/VIBE-Claude-Plugin --skill vibe-startupgit clone --depth 1 https://github.com/xushuodasd/VIBE-Claude-PluginWrote 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.
[](https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-startup)<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-startup"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-startup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-startup"><img src="https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-startup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00016 | $0.01532 |
| Opus 5 | $0.00008 | $0.00766 |
| Sonnet 5 | $0.00003 | $0.00306 |
| Haiku 4.5 | $0.00002 | $0.00153 |
Grade A, and why
vibe-startup 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
启动文档整理工作流
1. 文档目的
规范启动文档的整理标准,确保项目启动文档包含完整的环境要求、依赖、启动命令、目录结构和账号密码信息。
2. 工作流结构
一个简洁高效的启动文档整理工作流应包含:
- 基本信息:名称、目标
- 前置步骤:产物检查、依赖项确认
- 执行步骤:详细的执行流程和顺序
- 执行建议:专业建议和注意事项
- 成功标准:任务完成的判定条件
- 失败处理:异常情况的应对措施
- 输出成果:明确的交付物和保存位置
3. 执行要求
- 严格按照步骤执行
- 自动从项目文件中提取信息
- 记录关键信息和结果
- 遇到异常时按失败处理机制执行
- 确保输出成果符合用户预期
4. 工作流程
前置步骤:产物检查
-
检查项目根目录README.md:
- 确认项目根目录是否存在README.md文件
- 读取README.md文件,了解项目基本信息
-
检查项目目录结构:
- 查看项目的完整目录结构
- 确认是否存在配置文件、依赖文件等
第一步:收集环境要求信息
-
操作系统要求:
- 检查项目配置文件(如package.json、requirements.txt等)中的操作系统要求
- 检查项目文档中关于操作系统的说明
- 记录操作系统版本要求
-
硬件要求:
- 检查项目文档中关于硬件配置的说明
- 基于项目类型和依赖推断硬件要求
- 记录硬件配置要求
-
软件要求:
- 检查项目配置文件(如package.json、requirements.txt等)中的软件依赖
- 检查项目文档中关于软件环境的说明
- 记录软件版本要求
第二步:收集依赖信息
-
开发依赖:
- 检查项目的依赖文件(如package.json、requirements.txt等)
- 自动提取开发依赖包及其版本
- 记录开发依赖包及其版本
-
生产依赖:
- 检查项目的依赖文件(如package.json、requirements.txt等)
- 自动提取生产依赖包及其版本
- 记录生产环境需要的依赖包及其版本
-
依赖安装命令:
- 根据项目类型自动推断依赖安装命令(如npm install、pip install等)
- 检查项目文档中关于依赖安装的说明
- 记录依赖安装命令
第三步:收集启动命令信息
-
开发环境启动命令:
- 检查项目配置文件(如package.json中的scripts部分)
- 自动提取开发环境启动命令
- 记录开发环境启动命令
-
生产环境启动命令:
- 检查项目配置文件(如package.json中的scripts部分)
- 自动提取生产环境启动命令
- 记录生产环境启动命令
-
其他命令:
- 检查项目配置文件(如package.json中的scripts部分)
- 自动提取其他常用命令(如构建、测试等)
- 记录其他常用命令
第四步:整理目录结构
-
项目根目录结构:
- 生成项目根目录的完整目录结构
- 记录主要目录和文件的用途
-
关键文件说明:
- 检查项目中的关键文件(如配置文件、源码文件等)
- 自动分析关键文件的作用
- 记录关键文件的说明
第五步:收集账号密码信息
-
开发环境账号密码:
- 检查项目配置文件(如.env文件、配置文件等)
- 自动提取开发环境账号密码相关配置
- 记录开发环境账号密码
-
生产环境账号密码:
- 检查项目配置文件(如.env.production文件、配置文件等)
- 自动提取生产环境账号密码相关配置
- 记录生产环境账号密码
-
安全注意事项:
- 基于项目配置和最佳实践,自动生成安全管理建议
- 记录安全管理建议
第六步:生成启动文档
-
文档结构设计:
- 设计启动文档的结构,包含环境要求、依赖、启动命令、目录结构、账号密码等章节
-
文档内容编写:
- 根据收集的信息,编写启动文档内容
- 确保文档内容完整、清晰、准确
-
文档保存:
- 将启动文档保存至
/项目文档/启动文档/README.md
- 将启动文档保存至
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.
- 11d ago First seen · 146 lines · 16 tokens per session scan A d816f80cf550
vibe-startup is a skill published in the GitHub repository xushuodasd/VIBE-Claude-Plugin (4 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 1,532 once invoked, about $0.0001 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.
Other skills, from other repositories
import
Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.
hotfix
Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.
status
Check one or more Agrenting remote-agent hirings, answer agent questions, and retrieve completed output or artifacts. Use when the user asks about hiring progress, remote tasks, job status, questions, results, or artifacts.
gh-file-issue
Use when filing a new Codewhale GitHub issue: turn a bug or idea into a well-formed, actionable issue with repro, acceptance criteria, labels, and milestone.
gh-treasure-hunt
Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
speckit-workflow
Comprehensive understanding of the spec-kit methodology. Constitution-driven feature development with specify, plan, tasks, and implement phases.