Vibe Coding

workflow-name

v1.0.0

이 스킬 정보

Install Vibe Coding, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

기능

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

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Install Vibe Coding, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

이 스킬을 사용하는 이유

추천 설명: 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.

최적의 용도

적합한 상황: vibe coding best practices.

실행 가능한 사용 사례 for 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

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

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...]

FAQ 및 설치 단계

Mirrors the structured data on this page for better search understanding.

이 스킬 설치 방법

  1. 1

    터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2

    설치 명령 실행

    npx killer-skills add Schero94/lumos-luna-sdk/vibe-coding 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3

    스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 Vibe Coding을 바로 사용할 수 있습니다.

? 자주 묻는 질문

Vibe Coding은 무엇인가요?
Install Vibe Coding, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.
Vibe Coding은 어떻게 설치하나요?
다음 명령을 실행하세요: npx killer-skills add Schero94/lumos-luna-sdk/vibe-coding. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.
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는 무엇인가요?
이 스킬은 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.

관련 스킬

Looking for an alternative to Vibe Coding or another community skill for your workflow? Explore these related open-source skills.

모두 보기

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
인공지능

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
인공지능

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
개발자