vibe-startup

vibe-startup is a skill for Claude Code from xushuodasd/VIBE-Claude-Plugin. It costs 16 tokens per session (1,532 once invoked), scanned A, original, MIT.

A workflow for collecting and organizing the information needed to start a software project. It builds startup documentation covering requirements, dependencies, commands, directories, environment details, and account information.

In plain words
What is it for?
Use it to inspect the README and project files, identify software and hardware requirements, list dependencies, extract installation and development commands, and document the project structure.
Why use it?
It removes the guesswork involved in setting up a project and gives developers one place to find how the project is installed and run.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the vibe-claude-plugin plugin — 25 skills, 1 command shipped together

Good fit Use it to inspect the README and project files, identify software and hardware requirements, list dependencies, extract installation and development commands, and document the project structure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xushuodasd/vibe-claude-plugin/vibe-startup
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.

Any agent
npx skills add xushuodasd/VIBE-Claude-Plugin --skill vibe-startup
Clone the repo
git clone --depth 1 https://github.com/xushuodasd/VIBE-Claude-Plugin

Made for: Claude Code.

Or install vibe-claude-plugin, the plugin that ships this one along with the rest of its 25 skills, 1 command.

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-startup

README.md
[![agentmods](https://agentmods.dev/badge/skills/xushuodasd/vibe-claude-plugin/vibe-startup/github.svg)](https://agentmods.dev/skills/xushuodasd/vibe-claude-plugin/vibe-startup)
Your own site
<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.

agentmods 80×15 button for vibe-startup

Your own site · 80×15
<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>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,532 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00016 $0.01532
Opus 5 $0.00008 $0.00766
Sonnet 5 $0.00003 $0.00306
Haiku 4.5 $0.00002 $0.00153

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

Security

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.

skills/vibe-startup/SKILL.md · 146 lines

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. 工作流程

前置步骤:产物检查

  1. 检查项目根目录README.md

    • 确认项目根目录是否存在README.md文件
    • 读取README.md文件,了解项目基本信息
  2. 检查项目目录结构

    • 查看项目的完整目录结构
    • 确认是否存在配置文件、依赖文件等

第一步:收集环境要求信息

  1. 操作系统要求

    • 检查项目配置文件(如package.json、requirements.txt等)中的操作系统要求
    • 检查项目文档中关于操作系统的说明
    • 记录操作系统版本要求
  2. 硬件要求

    • 检查项目文档中关于硬件配置的说明
    • 基于项目类型和依赖推断硬件要求
    • 记录硬件配置要求
  3. 软件要求

    • 检查项目配置文件(如package.json、requirements.txt等)中的软件依赖
    • 检查项目文档中关于软件环境的说明
    • 记录软件版本要求

第二步:收集依赖信息

  1. 开发依赖

    • 检查项目的依赖文件(如package.json、requirements.txt等)
    • 自动提取开发依赖包及其版本
    • 记录开发依赖包及其版本
  2. 生产依赖

    • 检查项目的依赖文件(如package.json、requirements.txt等)
    • 自动提取生产依赖包及其版本
    • 记录生产环境需要的依赖包及其版本
  3. 依赖安装命令

    • 根据项目类型自动推断依赖安装命令(如npm install、pip install等)
    • 检查项目文档中关于依赖安装的说明
    • 记录依赖安装命令

第三步:收集启动命令信息

  1. 开发环境启动命令

    • 检查项目配置文件(如package.json中的scripts部分)
    • 自动提取开发环境启动命令
    • 记录开发环境启动命令
  2. 生产环境启动命令

    • 检查项目配置文件(如package.json中的scripts部分)
    • 自动提取生产环境启动命令
    • 记录生产环境启动命令
  3. 其他命令

    • 检查项目配置文件(如package.json中的scripts部分)
    • 自动提取其他常用命令(如构建、测试等)
    • 记录其他常用命令

第四步:整理目录结构

  1. 项目根目录结构

    • 生成项目根目录的完整目录结构
    • 记录主要目录和文件的用途
  2. 关键文件说明

    • 检查项目中的关键文件(如配置文件、源码文件等)
    • 自动分析关键文件的作用
    • 记录关键文件的说明

第五步:收集账号密码信息

  1. 开发环境账号密码

    • 检查项目配置文件(如.env文件、配置文件等)
    • 自动提取开发环境账号密码相关配置
    • 记录开发环境账号密码
  2. 生产环境账号密码

    • 检查项目配置文件(如.env.production文件、配置文件等)
    • 自动提取生产环境账号密码相关配置
    • 记录生产环境账号密码
  3. 安全注意事项

    • 基于项目配置和最佳实践,自动生成安全管理建议
    • 记录安全管理建议

第六步:生成启动文档

  1. 文档结构设计

    • 设计启动文档的结构,包含环境要求、依赖、启动命令、目录结构、账号密码等章节
  2. 文档内容编写

    • 根据收集的信息,编写启动文档内容
    • 确保文档内容完整、清晰、准确
  3. 文档保存

    • 将启动文档保存至/项目文档/启动文档/README.md

Read the full file on GitHub · 146 lines

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. 11d ago First seen · 146 lines · 16 tokens per session scan A d816f80cf550

Subscribe to this mod's changes

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.