Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add AVIDS2/memorix --skill memorix-mini-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Memorix Mini Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/avids2-memorix-mini-skills)More formats (shields.io, HTML) on the badges page.
---
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.
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|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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!