memorix-mini-skills

Convert project knowledge into reusable mini-skills for AI agents.

618|48|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AVIDS2/memorix --skill memorix-mini-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memorix-mini-skills
Source: https://github.com/AVIDS2/memorix/tree/main/plugins/copilot/memorix/skills/memorix-mini-skills
Command: npx skills add https://github.com/AVIDS2/memorix --skill memorix-mini-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires memorix, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you convert project knowledge, gotchas, workflows, or repeated fixes into reusable agent guidance, ensuring consistent project understanding across different agent sessions.

Core Features & Use Cases

  • Memory Promotion: Promote critical memories into mini-skills that agents can reuse.
  • Skill Router: Manage and execute mini-skills through the memorix_skills action.
  • Use Case: If you have a common troubleshooting step that multiple agents need to follow, you can promote it as a mini-skill to save time and ensure consistency.

Quick Start

Promote a memory as a mini-skill with the command: memorix_skills generate --ids 42,43

Frequently Asked Questions about memorix-mini-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn project knowledge into reusable agent guidance for consistent sessions?

You can turn project knowledge into reusable agent guidance by promoting memories into mini-skills. This ensures consistent project understanding across different agent sessions by converting workflows and fixes into structured guidance.

How do I promote memories into mini-skills using the CLI?

You promote memories into mini-skills by running the command `memorix_skills generate --ids 42,43` via the CLI. This action converts stored project memories into executable agent guidance managed through the memorix lifecycle.

Do I need memorix to manage the lifecycle of mini-skills?

Yes, you need the memorix dependency to manage the mini-skill lifecycle. The Skill requires memorix to handle skill execution, routing, and memory promotion to ensure consistent project understanding across sessions.

What's the best way to share troubleshooting steps across multiple AI agents?

The best way to share troubleshooting steps is promoting them into mini-skills. This allows multiple AI agents to execute the same repeated fixes via the memorix_skills action, saving time and ensuring consistency.

What is a mini-skill in the context of project memory promotion?

A mini-skill in project memory promotion is reusable knowledge converted from gotchas, workflows, or repeated fixes. It acts as structured agent guidance that can be managed and executed through CLI commands to maintain consistent project understanding.