一键导入
这个仓库中的 skills
Tour guidé de la codebase MnM pour onboarder rapidement sur le projet. À invoquer quand un agent débarque sur le repo et a besoin de comprendre l'architecture en moins de 30 minutes : structure monorepo, services backend clés, conventions, feature phare (Governed Workflows). Lit proactivement les bons fichiers et résume la mental map. Utiliser via `/mnm-codebase-tour` ou laisser Claude l'auto-invoquer quand l'utilisateur pose une question d'orientation générale ("comment ça marche", "où est X", "explique-moi le projet").
Interact with the MnM control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, or call any MnM API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for MnM coordination.
Guide the user through first-run bootstrap of the MnM Governed Workflows plugin — calls setup_workspace, writes agent files, prompts /reload-plugins, and runs a verification push_local_state. Use when the user installs the plugin, runs /mnm--onboard explicitly, or asks how to "get started with MnM".
Create new agents in MnM with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft a new agent prompt/config, and submit a hire request.
File-based memory system using Tiago Forte's PARA method. Use this skill whenever you need to store, retrieve, update, or organize knowledge across sessions. Covers three memory layers: (1) Knowledge graph in PARA folders with atomic YAML facts, (2) Daily notes as raw timeline, (3) Tacit knowledge about user patterns. Also handles planning files, memory decay, weekly synthesis, and recall via qmd. Trigger on any memory operation: saving facts, writing daily notes, creating entities, running weekly synthesis, recalling past context, or managing plans.