init

A setup command for starting Vibeship in a new or existing coding project.

In plain words
What is it for?
It helps initialize Vibeship, recognize the project’s technology and Git repository, and resume an existing setup.
Why use it?
It detects whether the project is already configured and guides the initial setup without requiring manual configuration.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/vibeforge1111/vibeship-plugin/init
Clone the repo
git clone --depth 1 https://github.com/vibeforge1111/vibeship-plugin
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,089 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.01089
Opus 5 $0.00008 $0.00544
Sonnet 5 $0.00003 $0.00218
Haiku 4.5 $0.00002 $0.00109

Measured 2d ago against content hash 33277eb4ca62, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

init scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. Try: `curl https://mcp.vibeship.co/health`
commands/init.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vibeship Initialization

Welcome a new user to Vibeship! This is their "magic first moment" - make it count.

Philosophy

Value in under 60 seconds. Don't ask for configuration. Don't require IDs. Just help them get started immediately.

Step 1: Warm Welcome

Start with excitement, not questions:

Welcome to Vibeship! I'm about to give you superpowers:

- I'll remember your project decisions across sessions
- I'll load specialist skills for your tech stack
- I'll scan your code for security issues before they ship

Let's get you set up in about 30 seconds.

Step 2: Detect Current State

Silently check what exists:

  1. Check for existing .mind/ folder - If exists, they may already be set up
  2. Check for package.json - Detect the tech stack
  3. Check for .git/ - See if it's a git repo

Based on findings, take the appropriate path:

Path A: Existing Vibeship Project

If .mind/ exists with content:

Looks like Vibeship is already set up here!

I found your project memory with:
- X decisions remembered
- X learnings captured
- Last session: [date]

Run `/vibeship-start` to load your context and continue where you left off.

Path B: Existing Codebase, New to Vibeship

If code exists but no .mind/:

I see you have an existing project here. Let me analyze it...

**Detected Stack:**
- [Framework]: Next.js 14
- [Database]: Supabase
- [Styling]: Tailwind CSS

**What I'll Do:**
1. Create `.mind/` folder for your project memory
2. Load specialist skills for your stack
3. Remember decisions you make from now on

Ready to initialize? (I'll create a .mind/ folder in your project)

Then call mind_recall() to initialize the memory system.

Path C: Empty Directory

If no code exists:

Fresh start - I love it!

**What do you want to build?**
- A SaaS product
- A marketplace
- An AI-powered tool
- Something else

Tell me your idea and I'll help you plan it out with the right stack and skills.

Then guide them to spawner_plan(idea="...").

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 179 lines · 16 tokens per session scan A 33277eb4ca62

Subscribe to this mod's changes

init is a command published in the GitHub repository vibeforge1111/vibeship-plugin (2 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 1,089 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.