Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/chouswei/cursor-user-skills --skill vibe-repo-init명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | vibe-repo-init |
| description | >- |
Role: Turn a blank (or near-blank) folder into a Cursor vibe-coding basement — runnable skeleton + Cursor project files (AGENTS.md, .cursor/rules/, .cursor/skills/) — for MCU, Linux PC, online server, HTML UI, PC UI, or hybrid mixes.
IDE assumption: Cursor (Agent, project rules, project skills, user-pack skills). Do not scaffold VS Code–only or JetBrains layouts unless the user asks.
Not this skill: full product features, SysML modeling (use SysML hubs), or deep requirements interviews (use project-planner after basement exists).
pipeline_steps in order; do not write files before step 4 OK (unless user waived)..cursor/skills/ is mandatory..cursor/skills/repo-context/ from assets/repo-context-skill-stub.md unless the user names a different first project skill.| Code | Meaning |
|---|---|
mcu | Bare-metal / RTOS firmware (Pico, STM32, …) |
linux-pc | Native Linux/desktop CLI or daemon |
online-server | Hosted API/worker (VPS, PaaS, container) |
html-ui | Browser UI (static or light web app) |
pc-ui | Desktop GUI (native toolkit / Tauri / Electron-class) |
hybrid | Two or more of the above (ordered) |
Full taxonomy: references/repo-types.md.
| Skill | When |
|---|---|
| project-planner | Step 6 — requirements still fuzzy |
| polarfire-soc-setup | MCU/SoC path needs PolarFire kit setup |
| api-client-pattern | Server/client HTTP basement conventions |
| mcp-memnet | Persist @USR scope / @TSK init when serve up |
User-pack skills: ~/.cursor/skills/. Project skills: .cursor/skills/ (required in every scaffold). Route via SKILL-GRAPH.md / repo AGENTS.md. Memory: memnet-goldfish-loop.mdc.