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.
npx agentmods add commands/vibeforge1111/vibeship-plugin/startgit clone --depth 1 https://github.com/vibeforge1111/vibeship-pluginWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00013 | $0.00831 |
| Opus 5 | $0.00006 | $0.00415 |
| Sonnet 5 | $0.00003 | $0.00166 |
| Haiku 4.5 | $0.00001 | $0.00083 |
Grade A, and why
start 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. **Test connection:** `curl https://mcp.vibeship.co/health` How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vibeship Session Start
You are starting a Vibeship-powered development session. Follow these steps:
Step 1: Load Memory Context
First, call mind_recall() to load the user's project context from previous sessions.
If this returns context, acknowledge what was loaded:
- Project goal
- Last session summary
- Any pending reminders
- Current blockers
Step 2: Detect Project Context
Call spawner_orchestrate with:
cwd: The current working directoryfiles: List of files in the project (fromlsor file listing)mind_memory: Content from.mind/MEMORY.mdif it existsmind_session: Content from.mind/SESSION.mdif it exists
Step 3: Greet Based on Path
Based on the orchestration result:
If path = "resume"
Greet warmly with project context: "Welcome back to [project name]! Last time we [summary]. Ready to continue?"
If path = "analyze"
Acknowledge the new codebase: "I've analyzed your codebase. Detected [stack]. I've loaded skills for [technologies]. What would you like to build?"
If path = "brainstorm"
Help them start fresh: "No existing project detected. Tell me what you want to build and I'll help you plan it out!"
Step 4: Set the Tone
Remind the user they can:
- Ask
/vibeship-saveto capture decisions - Ask
/vibeship-statusto check what's remembered - Just start building - you'll handle the rest
Keep it conversational and helpful. This is the start of a productive session!
Handling Connection Issues
Always provide actionable guidance, not just error messages.
If Mind MCP fails:
## Memory Unavailable
**What's happening:** I can't connect to your local memory service.
**What this means for you:**
- I won't remember decisions from previous sessions
- This session still works, just without history
- Nothing is lost - your `.mind/` folder is still there
**How to fix it (pick one):**
1. **Quick fix:** Restart Claude Code (often resolves connection issues)
2. **Check installation:** Run `mind --version` in terminal
3. **Reinstall:** `npm install -g @anthropic/mind`
**Want to continue anyway?** I can still help you code - just tell me what you're working on!
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.
- 2d ago First seen · 124 lines · 13 tokens per session scan A 1b84c5338ee4
start is a command published in the GitHub repository vibeforge1111/vibeship-plugin (2 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 831 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.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.