run

run is a skill for Claude Code, Codex from vedantggwp/grimoire. It costs 99 tokens per session (3,144 once invoked), scanned A, original, MIT.

A one-command workflow for building a grimoire, a structured knowledge base about a topic. It combines source selection, collection, processing, compilation, and presentation, with two review points.

In plain words
What is it for?
Use it to create a new knowledge base from a single topic, with optional guided setup, source review, sequential processing, or inherited settings.
Why use it?
It removes the need to run and coordinate each knowledge-base building stage separately.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the grimoire plugin — 8 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/vedantggwp/grimoire/run
Any agent
npx skills add vedantggwp/grimoire --skill run
Clone the repo
git clone --depth 1 https://github.com/vedantggwp/grimoire

Made for: Claude Code, Codex.

Or install grimoire, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for run

README.md
[![agentmods](https://agentmods.dev/badge/skills/vedantggwp/grimoire/run.svg)](https://agentmods.dev/skills/vedantggwp/grimoire/run)
Your own site
<a href="https://agentmods.dev/skills/vedantggwp/grimoire/run"><img src="https://agentmods.dev/badge/skills/vedantggwp/grimoire/run.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00099 $0.03144
Opus 5 $0.00049 $0.01572
Sonnet 5 $0.00020 $0.00629
Haiku 4.5 $0.00010 $0.00314

Measured 3d ago against content hash 88a3bcf3d7c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

run scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/run/SKILL.md · 341 lines

How it starts

The opening of the file, as written. The whole thing — 341 lines — stays where its author put it; the contents beside it link to each section on GitHub.

run

Build a complete grimoire from a single sentence. One command, two taste checkpoints, smart defaults for everything else.

When to use this skill vs. individual skills

  • This skill (/grimoire "topic") — first-time users, repeat users who want speed, anyone who says "build a knowledge base about X" without specifying a stage.
  • Individual skills (/grimoire:new, /grimoire:scout, etc.) — power users who want granular control, users who explicitly name a stage, incremental operations on an existing grimoire.

Flags (parsed from natural language, not CLI args)

Flag What it does Default
--guided Run the full 7-question onboarding questionnaire (Step 1 becomes interactive) off
--review-angles Add scout angle approval checkpoint before searching off
--sequential Process sources one-at-a-time with per-source takeaway approval off
--from <path> Inherit palette, typography, audience, and taxonomy style from an existing grimoire none
--no-present Skip the present step (useful for MCP-only grimoires) off
--palette <name> Override default palette (midnight-teal, noir-cinematic, cold-steel, warm-concrete, electric-dusk, smoke-light, obsidian-chalk, linear-editorial) linear-editorial

Detect these from the user's input. Examples:

  • "Build a grimoire about CRDTs, guided" → --guided
  • "Grimoire about WebGPU using the same style as my RLHF grimoire at ../rlhf-wiki" → --from ../rlhf-wiki
  • "Grimoire about Rust, midnight-teal palette" → --palette midnight-teal
  • "Grimoire about ML, I want to review each source individually" → --sequential

Step 1 — New (automatic)

Extract the topic from the user's input. The quoted or natural-language topic IS the topic — do not ask a questionnaire unless --guided is set.

Default flow (no --guided)

Infer all SCHEMA.md fields from the topic:

Field How to derive
Topic The user's input, cleaned (trimmed, surrounding quotes stripped)
Scope IN "All aspects of {topic}"
Scope OUT "Topics unrelated to {topic}"
Audience Infer from keywords: "engineer"/"developer"/"architect"/"senior"/"advanced" → engineers/developers (advanced); "beginner"/"intro"/"101"/"getting started" → learners (beginner); default → practitioners (intermediate)
Taxonomy Always "emergent"
Palette linear-editorial unless --palette specified
CLAUDE.md Detect if one exists in cwd; integrate at the end if so

Read the full file on GitHub · 341 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 341 lines · 99 tokens per session scan A 88a3bcf3d7c1

Subscribe to this mod's changes

run is a skill published in the GitHub repository vedantggwp/grimoire (2 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 3,144 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

linkly-ai

Search, browse, read, and take notes across the user's documents indexed by Linkly AI — local files and linked cloud libraries. Use when the user asks to 'search my documents', 'find files about a topic', 'read a local document', 'what's in this folder', 'list the files in that library', 'browse document outlines'…

LinklyAI/linkly-ai-skills · 221 tokens

my-wiki

Manage local OKF-compatible Markdown My Wiki vaults with an AI agent. Use for capturing webpages, PDFs, Office documents, notes, images, folders, and ZIP bundles as References; maintaining Reference-to-Concept evidence links; searching or answering from a vault; checking or repairing vault health; switching among…

NimaChu/my-wiki · 78 tokens

update-changelog

Update Starcat changelog documents in supports/starcat-pro/ by reading ALL git commits from the main Starcat project and generating categorized release notes in both English and Chinese. Use this skill whenever the user wants to update changelog, release notes, update records, or sync the changelog with recent…

starcat-app/Starcat · 96 tokens

moore-wechat-article-downloader

统一入口优先。wizard 返回以下 gate 时按表处理,不要立刻降级为底层命令:.

Moore-developers/moore-wechat-article-downloader · 76 tokens

starcat-localization-sync

Starcat 本地化生产、同步与发布门禁流程。用于同步 Localizable.xcstrings 与 supports/starcat-localization 的 xcloc、生成或修复 AI 初稿、人工审核或维护者明确接受 AI 翻译、导入已批准翻译、审计 18 种语言、调整 draft/released、扩展 AppLocale,以及排查 key、状态、占位符、技术字面量、UI 或 RTL 问题。.

starcat-app/Starcat · 105 tokens

starcat-release

Starcat macOS App 专用双渠道发版流程。用于用户要发布或排查 App Store archive、Direct 分发、DMG 打包、Sparkle appcast 生成或上传、starcat.ink 官网与 changelog 部署、notarization、公版 tag 处理,或询问 scripts/package-appstore.sh、scripts/release-direct.sh、scripts/package-direct.sh、legacy release-store.sh 应该如何选择和运行的场景。.

starcat-app/Starcat · 100 tokens