memorix-mini-skills

memorix-mini-skills is a skill for Claude Code from AVIDS2/memorix. It costs 30 tokens per session (367 once invoked), scanned A, original, Apache-2.0.

Tools for turning proven project knowledge into reusable instructions for future AI coding agents.

In plain words
What is it for?
Use them to list existing mini-skills, generate guidance from stored memories, write it for an agent, or promote selected memories into permanent skills.
Why use it?
They keep repeated fixes, workflows, and project-specific rules from being rediscovered in every session.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the memorix plugin — 8 skills, 5 hooks, 1 MCP server shipped together

Good fit Use them to list existing mini-skills, generate guidance from stored memories, write it for an agent, or promote selected memories into permanent skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avids2/memorix/memorix-mini-skills
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.

Any agent
npx skills add AVIDS2/memorix --skill memorix-mini-skills
Clone the repo
git clone --depth 1 https://github.com/AVIDS2/memorix

Made for: Claude Code.

Or install memorix, the plugin that ships this one along with the rest of its 8 skills, 5 hooks, 1 MCP server.

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 memorix-mini-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/avids2/memorix/memorix-mini-skills/github.svg)](https://agentmods.dev/skills/avids2/memorix/memorix-mini-skills)
Your own site
<a href="https://agentmods.dev/skills/avids2/memorix/memorix-mini-skills"><img src="https://agentmods.dev/badge/skills/avids2/memorix/memorix-mini-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for memorix-mini-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/avids2/memorix/memorix-mini-skills"><img src="https://agentmods.dev/badge/skills/avids2/memorix/memorix-mini-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 367 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00030 $0.00367
Opus 5 $0.00015 $0.00183
Sonnet 5 $0.00006 $0.00073
Haiku 4.5 $0.00003 $0.00037

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

Security

Grade A, and why

memorix-mini-skills 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 11d 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.

plugins/claude/memorix/skills/memorix-mini-skills/SKILL.md · 32 lines

What it actually says

Memorix Mini-Skills

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

The standard setup uses the lite MCP profile. memorix_skills and memorix_promote are full-profile tools, so use the CLI fallback unless the current server was explicitly started with MEMORIX_MODE=full or --mode full. Do not probe hidden MCP tools repeatedly.

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

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.
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. 11d ago First seen · 32 lines · 30 tokens per session scan A a81573b99a9d

Subscribe to this mod's changes

memorix-mini-skills is a skill published in the GitHub repository AVIDS2/memorix (745 stars, last pushed yesterday), licensed Apache-2.0. It adds 30 tokens to every session and 367 once invoked, about $0.0002 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-30.