Skip to content
Development
Skill

/memorix-mini-skills

Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.

From plugin
memorix
61835 skills1 MCP
Install
$ npx -y skills add AVIDS2/memorix --skill memorix-mini-skills --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/memorix-mini-skills

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.

SKILL.md

memorix-mini-skills.SKILL.md
name: memorix-mini-skills
description: Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.

Memorix Mini-Skills

Promote memories into mini-skills only when they are reusable instructions, not just historical notes.

Tool Router

| Situation | Prefer | CLI fallback | |---|---|---| | Preview/discover existing project skills | `memorix_skills` action `list` | `memorix skills list` | | Generate skills from memory patterns | `memorix_skills` action `generate` | `memorix skills generate` | | Write generated skills to an agent | `memorix_skills` action `generate`, `write: true` | `memorix skills generate --write --target codex` | | Promote selected memories permanently | `memorix_promote` action `promote` | `memorix memory promote --ids 42,43` | | List/delete promoted mini-skills | `memorix_promote` | `memorix memory promote --action list|delete` |

Promote When

  • The knowledge has been proven by repeated observations or a high-value fix.
  • It changes how future agents should act.
  • It is specific enough to be actionable and general enough to reuse.

Do Not Promote

  • Command logs, probes, stale memories, one-off status notes, or unverified guesses.
  • Anything that should expire after the current task.
Ships withmemorix

Open-source cross-agent memory layer for coding agents via MCP. Compatible with Claude Code, Codex, Cursor, Windsurf, Gemini CLI, Antigravity, OpenClaw, Hermes Agent, Oh-my-Pi, Pi, Copilot, Kiro, OpenCode, and Trae.

Get the whole plugin