vibeship-plugin CLAUDE.md

vibeship-plugin CLAUDE.md is an instructions file for Claude Code from vibeforge1111/vibeship-plugin. It costs 1,055 tokens per session, scanned A, original, Apache-2.0.

Project instructions for using Mind, a local memory system that keeps selected coding context between sessions.

In plain words
What is it for?
They help an AI coding assistant load project memory at the start of work and save lasting or session-only updates.
Why use it?
They define a consistent way to recall earlier context and record decisions, discoveries, problems, and progress.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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 instructions/vibeforge1111/vibeship-plugin/claude-md
Clone the repo
git clone --depth 1 https://github.com/vibeforge1111/vibeship-plugin

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vibeship-plugin CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vibeforge1111/vibeship-plugin/claude-md.svg)](https://agentmods.dev/instructions/vibeforge1111/vibeship-plugin/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/vibeforge1111/vibeship-plugin/claude-md"><img src="https://agentmods.dev/badge/instructions/vibeforge1111/vibeship-plugin/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,055 This file is loaded in full into every session.
When invoked 1,055 The same file — it is already loaded in full.
Security scan A 0 findings. 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.1 $0.01055 $0.01055
Opus 5 $0.00528 $0.00528
Sonnet 5 $0.00211 $0.00211
Haiku 4.5 $0.00105 $0.00105

Measured 5d ago against content hash fe5e34e3b3a5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

vibeship-plugin CLAUDE.md scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 102 lines

How it starts

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

Memory (Mind)

This project uses Mind for persistent memory across sessions.

Required Protocol

  1. Session Start: ALWAYS call mind_recall() before responding to the first message. This loads context from previous sessions.

  2. During Work: Use mind_log(message, type) to capture what happens:

    • mind_log("chose X over Y - simpler", type="decision") → MEMORY.md
    • mind_log("API returns 500 on large payloads", type="problem") → MEMORY.md
    • mind_log("Safari needs vendor prefix for X", type="learning") → MEMORY.md
    • mind_log("resolved by increasing timeout", type="progress") → MEMORY.md
    • mind_log("working on auth flow", type="experience") → SESSION.md
    • mind_log("build keeps failing", type="blocker") → SESSION.md
    • mind_log("tried Redis - too complex", type="rejected") → SESSION.md
    • mind_log("assuming user has stable internet", type="assumption") → SESSION.md
  3. Session End: Summarize with ## DATE | what happened | mood: X

Two-Layer Memory

MEMORY.md (permanent, cross-session):

  • Decisions, learnings, problems, progress
  • Use types: decision, learning, problem, progress

SESSION.md (ephemeral, within-session):

  • Raw experience, blockers, rejected approaches, assumptions
  • Use types: experience, blocker, rejected, assumption
  • Valuable items get promoted to MEMORY.md on session gap (>30 min)

Tools Available

  • mind_recall() - Load session context (CALL FIRST!)
  • mind_log(msg, type) - Log to session or memory (routes by type)
  • mind_session() - Get current session state
  • mind_blocker(description) - Log blocker + auto-search memory for solutions
  • mind_search(query) - Find specific memories
  • mind_remind(msg, when) - Set time or context reminder
  • mind_checkpoint() - Force process pending memories
  • mind_edges(intent) - Check for gotchas before coding
  • mind_status() - Check memory health

Stack

(not detected)

Read the full file on GitHub · 102 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. 5d ago First seen · 102 lines · 1,055 tokens per session scan A fe5e34e3b3a5

Subscribe to this mod's changes

vibeship-plugin CLAUDE.md is an instructions file published in the GitHub repository vibeforge1111/vibeship-plugin (2 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 1,055 tokens to every session, about $0.0053 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.