memorix-mini-skills
FeaturedUse when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.
AI & Automation 757 stars
59 forks Updated today Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- AVIDS2
- Repository
- AVIDS2/memorix
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
memorix
Use when Claude Code needs Memorix shared memory, reasoning, Git Memory, mini-skills, session handoff, orchestration coordination, or integration troubleshooting.
757 Updated today
AVIDS2 AI & Automation Listed
craft-skills-and-memories
Use when creating a skill or memory, when one fails in practice, or when the user reports one misbehaving or stale.
1 Updated today
Vivswan AI & Automation Featured
memorix-memory
Use when prior workspace context, past decisions, solved bugs, handoff state, or durable project knowledge would help a coding task.
757 Updated today
AVIDS2