Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

vibe-coding振动编码

Agent Skill

vibe-coding 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

423

周安装

18

GitHub Stars

3

下载量

148
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vibe-coding(振动编码)
来源仓库:https://github.com/oldwinter/skills
仓库路径:skills/vibe-coding
安装命令:
npx skills add https://github.com/oldwinter/skills --skill vibe-coding
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill vibe-coding

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息整理。

  • 适合在代码协作、项目管理中使用,围绕仓库状态进行信息归纳。
  • 通过 GitHub 安装并使用 npx skills add 命令集成到开发流程。
  • 建议在安装前确认仓库访问权限和维护状态,避免误操作影响协作流程。
  • vibe-coding 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Vibe Coding

Scope

Covers

  • Timeboxed, AI-assisted rapid prototyping (“vibe coding”) to produce a functional demo (not slides)
  • Turning a rough idea into a buildable prototype spec + task board + prompt pack
  • A tight iteration loop: generate → run → verify → adjust → log decisions
  • “Build tools to build the thing” when it meaningfully speeds up the demo (timeboxed)
  • Safe use of coding agents: least privilege, no secrets, small diffs, validation, rollback

When to use

  • “Vibe code a working prototype we can demo in 30–90 minutes.”
  • “Replace this Figma concept with a clickable prototype.”
  • “I’m not an engineer—help me build a small app/tool with AI and ship a demo.”
  • “Turn this AI feature idea into a proof-of-concept with a clear build loop and demo script.”

When NOT to use

  • You need a production-grade system, hardening, scaling, or security review (use building-with-llms + engineering process).
  • You need upstream problem framing, strategy, or PRD-level alignment (use problem-definition, writing-prds).
  • The work is high-stakes/irreversible (payments, auth, medical, legal, safety-critical) without human owners and reviews.
  • The request is “build anything” with no demo target; do intake first and narrow to one scenario.

Inputs

Minimum required

  • Prototype goal: what should a user be able to do in the demo (1–3 “happy path” tasks)
  • Target user + context (who uses it, where it fits)
  • Timebox (e.g., 30/60/90 minutes) + demo audience (internal, customer, exec)
  • Platform preference (web app, mobile, CLI, spreadsheet, etc.) and constraints (privacy, data sensitivity)
  • Data/integrations: mock data ok? any APIs needed? (default to mock)

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md (3–5 at a time).
  • If details remain missing, proceed with explicit assumptions and offer 2–3 options (e.g., mock vs real data; simple UI vs polished).
  • If asked to run commands or write/modify files, request confirmation, keep changes in a dedicated folder, and include rollback guidance.

Outputs (deliverables)

Produce a Vibe Coding Prototype Pack (in chat; or as files if requested), in this order:

  1. Vibe Coding Brief (goal, demo scenario, non-goals, constraints, timebox)
  2. Prototype Spec (user flow, screens/components, data model, acceptance criteria, “fake vs real” decisions)
  3. Prompt Pack (copy/paste prompts to drive the coding agent safely and efficiently)
  4. Build Plan + Task Board (vertical slices with checks/tests per slice)
  5. Demo Script + Runbook (how to run, how to demo, what to say, what to avoid)
  6. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md

Workflow (7 steps)

1) Pick a single demo outcome (kill ambiguity fast)

  • Inputs: Initial idea, timebox, target audience.
  • Actions: Write a one-sentence demo promise (“In 60 minutes we will demo…”) + 3–5 non-goals. Choose one “hero” scenario and what can be faked.
  • Outputs: Draft Vibe Coding Brief.
  • Checks: The demo promise is specific, observable, and fits the timebox.

2) Define the prototype’s contract (what exists, what’s mocked)

  • Inputs: Demo scenario, platform preference, constraints.
  • Actions: Specify the minimum user flow, screens/components, and data shape. Decide: mock data vs real data; stub integrations vs live.
  • Outputs: Draft Prototype Spec.
  • Checks: Acceptance criteria exist for each user-visible step; “fake vs real” is explicit.

3) Set the build loop + guardrails (how we’ll vibe code safely)

  • Inputs: Repo/app context (if any), constraints, desired stack.
  • Actions: Create a Prompt Pack that forces: small diffs, clear file list, run instructions, and “ask before risky actions.” Create a task board of 3–8 vertical slices.
  • Outputs: Prompt Pack + Build Plan + Task Board.
  • Checks: Every slice has a Definition of Done and a quick validation method (manual steps or tests).

4) Scaffold the thinnest runnable slice (end-to-end)

  • Inputs: Prompt pack, chosen platform/stack, prototype spec.
  • Actions: Generate a minimal skeleton that runs. Implement the hero path with mock data. Capture run commands and known limitations.
  • Outputs: Runnable prototype + run notes (for the runbook).
  • Checks: A fresh user can run it in ≤ 5 minutes; the hero path is demonstrable.

5) Iterate in vertical slices (generate → run → verify → log)

  • Inputs: Task board, working prototype.
  • Actions: For each slice: request a plan + diff, apply changes, run, verify against acceptance criteria, and record decisions/bugs. Avoid broad refactors; prefer incremental improvements.
  • Outputs: Updated prototype + iteration notes.
  • Checks: Each slice ends with a user-visible improvement and a validated run.

6) Optional: build a tool to build the thing (timeboxed)

  • Inputs: Repeated friction (editing, generating, transforming content).
  • Actions: If it reduces time-to-demo, vibe code a tiny helper tool (editor, generator, script) and immediately use it to advance the prototype.
  • Outputs: Helper tool + note on how it accelerates the workflow.
  • Checks: The helper tool saves time within the current timebox; otherwise cut it.

7) Package the demo + quality gate + handoff

  • Inputs: Prototype + all draft artifacts.
  • Actions: Write the demo script + runbook. Run references/CHECKLISTS.md and score with references/RUBRIC.md. Finalize Risks / Open questions / Next steps.
  • Outputs: Final Vibe Coding Prototype Pack.
  • Checks: A stakeholder can demo it without you; risks and next steps are explicit and owned.

Quality gate (required)

Examples

Example 1 (30–60 min prototype): “Use vibe-coding to build a demo-ready web prototype of an ‘AI meeting notes → action items’ tool. Mock the LLM output. Output the full Vibe Coding Prototype Pack.” Expected: brief + spec + prompt pack + task board + demo script; prototype plan defaults to mock data and a single hero flow.

Example 2 (non-engineer builder): “I’m a PM. Use vibe-coding to help me create a clickable prototype of an onboarding checklist app in 45 minutes. I need a demo script for my team.” Expected: tight scope, fake data, vertical slices, and a runbook optimized for demo reliability.

Boundary example: “Vibe code a production payments backend and deploy it.” Response: out of scope; propose a prototype-only approach (mock payments), identify required security/engineering owners, and recommend a separate production plan.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.44%
按下载量换算52

Claude

29.78%
按下载量换算44

Cursor

17.57%
按下载量换算26

Gemini CLI

10.45%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills