Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/chouswei/cursor-user-skills --skill vibe-repo-initコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.