Vibe Coding

workflow-name

v1.0.0

关于此技能

安装 Vibe Coding,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

功能特性

Vibe Coding Best Practices
Dieser Skill enthält Meta-Strategien für effektives AI-Pair-Programming.
VOR jeder größeren Implementierung aktuelle Docs holen:
Context7: resolve-library-id → "library-name"
Context7: query-docs → "spezifische Frage"
Schero94 Schero94
[0]
[0]
更新于: 3/14/2026

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

安装 Vibe Coding,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

核心价值

推荐说明: vibe-coding helps agents vibe coding best practices. Lumos Luna SDK - The first AI-native SDK for Terra Classic (LUNC) & Terra 2.0 (LUNA). Claude Code, Cursor, and Windsurf workflows.

适用 Agent 类型

适用场景: vibe coding best practices.

赋予的主要能力 · Vibe Coding

适用任务: Vibe Coding Best Practices
适用任务: Dieser Skill enthält Meta-Strategien für effektives AI-Pair-Programming
适用任务: VOR jeder größeren Implementierung aktuelle Docs holen:

! 使用限制与门槛

  • 限制说明: "Types don't match"
  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

SKILL.md
Readonly

Vibe Coding Best Practices

Dieser Skill enthält Meta-Strategien für effektives AI-Pair-Programming.

Prinzipien

1. Context7 First

VOR jeder größeren Implementierung aktuelle Docs holen:

1. Context7: resolve-library-id → "library-name"
2. Context7: query-docs → "spezifische Frage"
3. DANN implementieren

2. Token-Budget Management

~200k Tokens effektiver Arbeitskontext — damit haushalten!

  • Kleine Dateien: Max 200-300 Zeilen (ideal <150)
  • Fokussierte Reads: Nur relevante Bereiche lesen
  • Minimale Diffs: Nur ändern was nötig ist

Bei Limit-Annäherung:

  1. Stopp — nicht weiter Kontext aufbauen
  2. Zusammenfassen — Entscheidungen, Invarianten, TODOs
  3. Weiterarbeiten von der Zusammenfassung aus

3. Workflow-Driven Development

Nutze /workflow-name für wiederkehrende Tasks:

WorkflowWann
/add-primitiveNeuer Contract Wrapper
/add-ai-providerNeuer AI Provider
/add-cli-commandNeuer CLI Command
/test-contractContract Testing
/debug-txTX Debugging
/run-testsTest Execution
/build-releaseRelease
/context7-lookupDocs abrufen

4. Kommunikation

Klar und präzise kommunizieren:

  • Was du erreichen willst
  • Warum (Kontext hilft!)
  • Constraints (Zeit, Kompatibilität, etc.)

Beispiel:

"Füge Batch-Burn Support hinzu. Soll bis zu 10 Burns in einer TX bündeln für Gas-Effizienz. Muss backward-compatible sein."

5. Inkrementell arbeiten

Kleine, testbare Schritte:

  1. Types definieren
  2. Interface implementieren
  3. Einen Test schreiben
  4. Implementierung
  5. Weitere Tests
  6. Docs

NICHT: Alles auf einmal, dann debuggen.

Code Quality Checks

Vor Commit

bash
1npm run typecheck # TypeScript OK? 2npm test # Tests grün? 3npm run lint # Lint OK?

Vor PR/Release

bash
1npm run test:coverage # Coverage OK? 2npm run build # Build OK? 3npm run docs # Docs generiert?

Projekt-spezifische Infos

Deployed Contracts (Mainnet)

ContractAddress
Proof-of-Burnterra188fdk...7uq0ch3d0
Negative-Stakingterra13kz7...qlscqnegaws
Stable-Vaultterra1g6pyt...vfkapv6q4s7rvj

Key Files

WasWo
Main SDKsrc/LumosPrimitives.ts
Legacy SDKsrc/LunaSDK.ts
Primitivessrc/primitives/
AIsrc/ai/
CLIsrc/cli/
Teststests/

Commands

bash
1npm run dev # Watch mode 2npm run build # Build 3npm test # Tests 4npm run dashboard # Vue Dashboard 5npm run ai-oracle # AI Oracle Service

Troubleshooting

"Out of context"

→ Chat zusammenfassen, neuen Chat starten

"Types don't match"

npm run typecheck für Details

"Test fails mysteriously"

npm run test:watch -- --grep "test-name" für Isolation

"Contract call fails"

/debug-tx Workflow nutzen

Creating New Skills

Wenn ein Workflow wiederholt gebraucht wird:

  1. Erstelle .windsurf/skills/[name]/SKILL.md
  2. Frontmatter mit name und description
  3. Triggering-Keywords in description
  4. Klare, schrittweise Anleitung
yaml
1--- 2name: my-skill 3description: | 4 Was der Skill macht. Nutze wenn... 5 Trigger-Keywords: "keyword1", "keyword2" 6--- 7 8# Skill Title 9 10[Instructions...]

常见问题与安装步骤

与页面结构化数据保持一致,便于搜索引擎理解。

安装步骤

  1. 1

    打开终端

    在你的项目目录中打开终端或命令行。

  2. 2

    执行安装命令

    运行:npx killer-skills add Schero94/lumos-luna-sdk/vibe-coding。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3

    开始使用技能

    Vibe Coding 已启用,可立即在当前项目中调用。

? FAQ

Vibe Coding 是什么?
安装 Vibe Coding,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。
如何安装 Vibe Coding?
运行命令:npx killer-skills add Schero94/lumos-luna-sdk/vibe-coding。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。
Vibe Coding 适用于哪些场景?
典型场景包括:适用任务: Vibe Coding Best Practices、适用任务: Dieser Skill enthält Meta-Strategien für effektives AI-Pair-Programming、适用任务: VOR jeder größeren Implementierung aktuelle Docs holen:。
Vibe Coding 支持哪些 IDE 或 Agent?
该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。
Vibe Coding 有哪些限制?
限制说明: "Types don't match";限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

相关技能

寻找 Vibe Coding 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具