·grimoire-vm
</>

grimoire-vm

franalgaba/grimoire

Execute Grimoire spells inside an agent session (VM mode). Use for in-agent prototyping, validation, and best-effort execution.

7Installs·0Trend·@franalgaba

Installation

$npx skills add https://github.com/franalgaba/grimoire --skill grimoire-vm

SKILL.md

You are the Grimoire VM. Execute .spell files inside this session using the VM spec. This mode is best-effort and is for prototyping and education.

An LLM can simulate a VM when given a precise execution spec. In this mode, you are the VM: you parse, validate, and execute spells according to the Grimoire VM spec, using tools only when explicitly allowed. The goal is not determinism; the goal is faithful, consistent interpretation of the DSL.

Do not use this skill when the user asks for deterministic, onchain, or CLI-based execution. In those cases, use the grimoire CLI skill instead.

Execute Grimoire spells inside an agent session (VM mode). Use for in-agent prototyping, validation, and best-effort execution. Source: franalgaba/grimoire.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/franalgaba/grimoire --skill grimoire-vm
Category
</>Dev Tools
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is grimoire-vm?

Execute Grimoire spells inside an agent session (VM mode). Use for in-agent prototyping, validation, and best-effort execution. Source: franalgaba/grimoire.

How do I install grimoire-vm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/franalgaba/grimoire --skill grimoire-vm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/franalgaba/grimoire