Skip to content
Development
Command

/explain

Explain what minos does and how it is configured right now

From plugin
minos
58 skills8 commands2 hooks
Install
> /plugin marketplace add FlavioZanoni/minos
> /plugin install minos@minos

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/explain

Context preview

What this command does when you run it.

Explain what minos does and how it is configured right now

Command definition

explain.md
description: Explain what minos does and how it is configured right now

Give the user a short, beginner-friendly explanation of minos. To ground it in reality, first read `${CLAUDE_PLUGIN_ROOT}/README.md`, then read the user's config files if they exist: `~/.config/minos/rules.jsonc` (global) and `.minos/rules.jsonc` (current project).

Cover, in this order:

1. **What it is** (2-3 sentences): minos hooks into every shell command and file edit/write this agent makes and checks them against configured rules - blocking or warning before bad actions land, no matter how long the session gets. 2. **What's active here**: list the currently effective rules for this project in a compact table (rule id, what it catches, warn/block, global or project). Note any global rules the project disables. If no config exists yet, say so and show one minimal example rule. 3. **How to configure**: `/minos:configure <plain-language request>` has the agent write and verify a rule for you; `/global-config` and `/project-config` open a browser UI (rule editor, test sandbox to try commands/edits against the rules, and the judge-model setting for AI-judgment rules). Power users can edit the JSONC files directly - project rules override global ones by id, and `"disable": [...]` turns global rules off per-project.

Keep it under ~30 lines, no raw JSON dumps unless the user asks.

Ships withminos

Hard rules for coding agents that hold

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
HTML
Language
Apache-2.0
License
1mo ago
Last commit
1mo ago
Created

Repo: FlavioZanoni/minos

Other commands on minos.