mf

A set of commands for keeping project and coding-agent context organised across sessions. It creates shared project notes, links agent instruction files, saves session state, and loads it again later.

In plain words
What is it for?
Use it to set up project context files, prepare a repository for agent work, save session information, restore it in a later session, and learn how to write agent guidance documents.
Why use it?
It reduces the need to repeat project background and helps an agent continue work with the right instructions and remembered session details.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add emaballarin/ccplugins
agentmods
npx agentmods add plugins/emaballarin/ccplugins/mindfunnel
Clone the repo
git clone --depth 1 https://github.com/emaballarin/ccplugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

mf 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 yesterday.

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.

plugins/mindfunnel/.claude-plugin/plugin.json · 24 lines

What it actually says

{
    "name": "mf",
    "version": "0.7.1",
    "description": "mindfunnel — project-agnostic Claude Code session management. Five slash-command skills: /mf:setup seeds ~/.mindfunnel/ (AGENTS, SOUL, USER, PROJECT templates) and the ~/.claude/ + ~/.codex/ symlinks to the user-global personal files; /mf:prime stamps a committed project-scoped AGENTS.md + intra-repo CLAUDE.md symlink + empty PROJECT.md in the current project; /mf:dump consolidates session state into Claude Code's auto-memory dir; /mf:spinup reads it back at the start of the next session; /mf:author is the reference for writing the documents an agent reads — skills, AGENTS.md, CLAUDE.md — covering context pointers, the context-load / cognitive-load pair, progressive disclosure, completion criteria, leading words and pruning.",
    "author": {
        "name": "Emanuele Ballarin"
    },
    "homepage": "https://github.com/emaballarin/ccplugins/tree/main/plugins/mindfunnel",
    "repository": "https://github.com/emaballarin/ccplugins",
    "license": "MIT",
    "keywords": [
        "memory",
        "session",
        "workflow",
        "mindfunnel",
        "auto-memory",
        "scaffolding",
        "ledger",
        "provenance",
        "skill-authoring",
        "prompt-engineering"
    ]
}
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. yesterday First seen · 24 lines scan A 28052b22b6e3

Subscribe to this mod's changes

mf is a plugin published in the GitHub repository emaballarin/ccplugins (3 stars, last pushed 26d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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.