MetaVibeCoding / metavibe_dsh

목록에 있음

Make AI build masterpieces — every line on the shoulders of software giants.

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:MetaVibeCoding/metavibe_dsh

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 f50391c동기화 2026. 8. 18.
███╗   ███╗███████╗████████╗ █████╗ ██╗   ██╗██╗██████╗ ███████╗
████╗ ████║██╔════╝╚══██╔══╝██╔══██╗██║   ██║██║██╔══██╗██╔════╝
██╔████╔██║█████╗     ██║   ███████║██║   ██║██║██████╔╝█████╗  
██║╚██╔╝██║██╔══╝     ██║   ██╔══██║╚██╗ ██╔╝██║██╔══██╗██╔══╝  
██║ ╚═╝ ██║███████╗   ██║   ██║  ██║ ╚████╔╝ ██║██████╔╝███████╗
╚═╝     ╚═╝╚══════╝   ╚═╝   ╚═╝  ╚═╝  ╚═══╝  ╚═╝╚═════╝ ╚══════╝
                                                                

🏛️ MAKE AI BUILD MASTERPIECES.

Every line the AI writes, architected on the shoulders of software giants.


MetaVibe 🚀

Language: English | 中文

AI-Native Architecture Map & Best-Practices Advisor for Vibe Coding Now delivered as a native DeepSeek Harness plugin (metavibe-dsh).

MetaVibe is a read-only architecture advisor for the Vibe Coding era. It exists to answer one question well: "which top-level design direction and which golden engineering practices fit this project?" — as a global map of proven architectures and a best-practices knowledge matrix, injected into the agent's context with minimal tokens. It proposes; it never reaches into the project being worked on.


🧭 What it is (and what it is not)

MetaVibe does…MetaVibe never does…
Propose top-level design directions from a golden architecture mapScan the target workspace file-by-file
Provide golden patterns / anti-patterns from a best-practices catalogWrite spec files, rules files, or code into the target project
Distill classic engineering theory (DDD, Clean Architecture, Unix) into low-entropy specsEnforce guardrails by blocking the agent's normal working loop
Keep the knowledge base growing as reusable meta-architectureBind or "install" anything into another project

🧩 Model Tools (DeepSeek Harness)

ToolPurpose
metavibe_blueprintFlow-first advisory: classify the required information flows, match golden architectures, compose a blueprint (layers / slots / guardrails)
metavibe_hub_listList the golden architecture map (flows / layers / slots / guardrails per preset)
metavibe_catalog_treeBrowse the knowledge matrix by category
metavibe_catalog_inspectInspect one catalog entry in depth (diagram / schemas / golden examples / instructions)

The pre-0.3 guardrail suite (metavibe_check, metavibe_hub_use, metavibe_assemble, metavibe_inject, metavibe_extract_*) was removed: those tools scanned, wrote to, or generated code in the target workspace, which is outside the advisor role.

🚀 Quick Use Cases (trigger → tool)

When the user says…The agent calls
“What architecture should I use for a clean-arch web API?”metavibe_hub_list
“How do I structure CQRS / DTOs / an auth factory?”metavibe_catalog_treemetavibe_catalog_inspect
“Give me the golden patterns for payments / Next.js / FastAPI”metavibe_hub_listmetavibe_catalog_inspect

See metavibe-dsh/README.mdTriggers & Usage Scenarios for the full scenarios.

📁 Project Structure

MetaVibe/
├── metavibe-dsh/          # The plugin (TypeScript, single implementation)
│   ├── src/               # TS sources (every file < 300 lines, read-only engine)
│   ├── tests/             # vitest suite (engine + tools, 13 cases)
│   ├── scripts/           # dynamic-demo assembly + data generation scripts
│   ├── tsconfig.json / tsdown.config.ts
│   └── cordis.yml.example # how to mount the plugin into a preset
├── .metavibe/             # spec data (architecture / library / extractor templates)
├── skeletons/             # golden meta-architecture sources
├── AGENT.md / ARCHITECTURE.md / DESIGN_PATTERNS.md   # docs (EN/ZH)

🤝 Contribution & Evolution

MetaVibe is built with the Vibe Coding paradigm itself — and stays scoped: the plugin only maps and advises, so it can assist any project without entangling itself in that project's code. Contributions of new golden meta-architectures or best-practice catalog entries are welcome.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨
문서감지됨
예제감지됨

저장소 정보

언어
TypeScript
라이선스
보고되지 않음
마지막 업데이트
2026. 8. 16. 오전 7:09

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.