Agent Plugins Marketplace
All plugins

grimoire

v0.22.0

A spellbook of agent skills for AI. Cast wisely. Two skills: eagle-eye, which lays coupled decisions out as a morphological box and renders one self-contained page that reads any configuration back; and groundtrack, which turns a plan or a written change into a call graph with recorded traces through it, on a page a reader can step.

Claude Code2 Skills

By Ayman DiabLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install grimoire for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install grimoire@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mephistopheles4/grimoire

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

grimoire/
├── .claude-plugin/plugin.json
├── skills/eagle-eye/SKILL.md
└── skills/groundtrack/SKILL.md

Included Skills2

eagle-eyeskills/eagle-eye/SKILL.md

Use when a discussion holds three or more open decisions and one choice changes what is possible in another — during brainstorming, a design review, or any walk through a plan one decision at a time — or when the user asks for an eagle-eye view, a morphological box, or invokes /eagle-eye. Not for two independent choices.

groundtrackskills/groundtrack/SKILL.md

Use for a plan already made or work already done, when a reader needs to see its shape — what calls what, what each part hands back, where it breaks, and what it needs to work. Writes one call graph with recorded traces through it, renders a self-contained page, and prints the same graph as an indented tree on request. Not for a conversation with nothing durable behind it.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "grimoire",
  "version": "0.22.0",
  "description": "A spellbook of agent skills for AI. Cast wisely. Two skills: eagle-eye, which lays coupled decisions out as a morphological box and renders one self-contained page that reads any configuration back; and groundtrack, which turns a plan or a written change into a call graph with recorded traces through it, on a page a reader can step.",
  "author": {
    "name": "Ayman Diab",
    "url": "https://github.com/mephistopheles4"
  },
  "homepage": "https://mephistopheles4.github.io/grimoire/",
  "repository": "https://github.com/mephistopheles4/grimoire",
  "license": "MIT",
  "keywords": [
    "decisions",
    "morphological-box",
    "zwicky",
    "design-review",
    "brainstorming",
    "call-graph",
    "code-review",
    "agent-skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[grimoire on Agent Plugins Marketplace](https://pluginsmp.com/plugins/grimoire)