---
name: Memorix Mini-Skills
slug: memorix-mini-skills
category: AI Engineering
description: Memorix Mini-Skills turns durable project knowledge into reusable agent guidance. Use it to promote repeated fixes, gotchas, and workflows instead of keeping them as ordinary memory.
github: "https://github.com/AVIDS2/memorix/tree/main/plugins/claude/memorix/skills/memorix-mini-skills"
language: TypeScript
stars: 681
forks: 53
install: "npx degit https://github.com/AVIDS2/memorix/tree/main/plugins/claude/memorix/skills/memorix-mini-skills ~/.claude/skills/memorix-mini-skills"
installs_to: ~/.claude/skills/memorix-mini-skills
source_path: plugins/claude/memorix/skills/memorix-mini-skills/SKILL.md
collection_size: 10
category_size: 2451
collection_url: "https://dirskills.com/collections/AVIDS2/memorix"
added: 2026-08-24T05:16:07.088Z
last_synced: 2026-08-24T05:16:07.088Z
canonical_url: "https://dirskills.com/skills/memorix-mini-skills"
---

# Memorix Mini-Skills

Memorix Mini-Skills turns durable project knowledge into reusable agent guidance. Use it to promote repeated fixes, gotchas, and workflows instead of keeping them as ordinary memory.

**Install:**

```bash
npx degit https://github.com/AVIDS2/memorix/tree/main/plugins/claude/memorix/skills/memorix-mini-skills ~/.claude/skills/memorix-mini-skills
```

## README

# 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.
