MxLore Skills banner
MicrotronX MicrotronX

MxLore Skills

AI community

Description

Claude Code skills for mxLore — AI-assisted workflows, orchestration, code review, and knowledge management

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

mxLore Skills

AI-powered development workflows for [Claude Code](https://claude.ai/claude-code). These skills turn Claude into a structured engineering partner — with persistent memory, architectural decisions, and automated quality checks.

**What is mxLore?** A self-hosted MCP server that gives your AI assistant a brain. Specs, plans, decisions, lessons learned — stored in MariaDB, recalled automatically. **[See mxLore in action at mxlore.dev](https://www.mxlore.dev)**

Skills Overview

Core Workflow

Skill What it does
/mxOrchestrate Session orchestrator. Manages workflow stacks, ad-hoc tasks, team agents. Tracks what you're working on across sessions, and arms an inbox watcher so an incoming agent message wakes the session even while it sits idle.
/mxSave Persist everything. Session notes, lessons learned, state sync. Run before closing Claude Code.
/mxPlan Create structured implementation plans with milestones, tasks, and dependencies.
/mxSpec Write specifications with acceptance criteria, constraints, and design decisions.
/mxDecision Document architectural decisions as ADRs. Track rationale, alternatives, and consequences.

Quality & Analysis

Skill What it does
/mxDesignChecker Review code and designs against specs. Finds inconsistencies, missing error handling, architectural violations.
/mxBugChecker Find bugs with proof. Every finding requires a code reference — no false positives from guessing.
/mxHealth Knowledge DB consistency checks. Finds stale docs, orphaned relations, broken summaries.

Setup & Migration

Skill What it does
/mxSetup One-command onboarding. Installs all skills, proxy, hooks, and connects to your mxLore server.
/mxInitProject Bootstrap a new project in the knowledge DB. Creates CLAUDE.md, registers in MCP.