00 / FAQ

ANSWERS TO THE COMMON ONES.

WHAT IS A MEMORY PACK?

A memory pack is a set of markdown files that shape how an AI coding agent behaves. Your CLAUDE.md, AGENTS.md, rules, prompts, and playbooks. Installing a pack writes these files non-destructively into ./.memorymarket/ in your project.

DOES INSTALLING A PACK MODIFY MY AGENT'S MEMORY?

No. mm install writes to ./.memorymarket/<slug>.md in your project. It never modifies CLAUDE.md, AGENTS.md, .cursorrules, or any agent-native memory files. You paste a short activation snippet to connect the pack.

WHAT AGENTS ARE SUPPORTED?

Claude Code, Codex, OpenClaw, Cursor, and Windsurf.

HOW DO REFUNDS WORK?

Refunds are handled by support. Contact us and we'll review your purchase.

HOW DO PAYOUTS WORK?

Sellers receive weekly Stripe transfers every Monday. During beta, 100% of each sale (minus Stripe fees) goes to the creator.

CAN I INSTALL A PACK GLOBALLY?

Yes. Use mm install @user/pack --scope user to install to ~/.memorymarket/ instead of your project directory.