# grimoire-rs

> Open-source publisher. Listings imported from github.com/grimoire-rs — credited to the original author with their license.

- **Listings:** 26
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/grimoire-rs
- **Website:** https://github.com/grimoire-rs

## Published listings

- [Hello World](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-hello-world) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-hello-world`
  A minimal smoke-test skill. Use to verify a grimoire install/transform round-trip end to end with the smallest possible artifact.
- [Next](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-next) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-next`
  Use when user asks "what's next" or "next step". Prints next slash command from current state via a sonnet subagent. Flags: `--clear`, `--list`.
- [Security Auditor](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-security-auditor) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-security-auditor`
  Use for security audits, threat modelling, vulnerability assessment, or evaluating the attack surface of a new capability before merge. Trigger: /security-auditor.
- [Commit Helper](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-commit-helper) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-commit-helper`
  Draft a Conventional Commit message from staged changes. Use when the user asks to commit, save progress, or write a commit message.
- [Architecture Guide](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-architecture-guide) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-architecture-guide`
  Sketch a module layout and pick design patterns for a new feature. Use when asked to plan an architecture, choose between approaches, or document a design decision before implementation. The walkthrough starts from the feature's user-visible behaviour and works inward, mapping each responsibility onto a module with a single reason to change, then weighs candidate patterns against the codebase's e…
- [Meta Maintain Config](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-meta-maintain-config) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-meta-maintain-config`
  Use when creating or editing skills, rules, agents, or hooks under `.claude/`. Also when AI knowledge has drifted from project patterns, a new Claude Code feature lands, or syncing artifacts to current state. Modes: `create`, `audit`, `refresh`, `review`, `research <topic>`.
- [Commit](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-commit) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-commit`
  Use when the user says "commit", "/commit", "save progress", or asks to land working changes on a feature or worktree branch. Grimoire working-phase posture — minimises commit count, can amend rolling Checkpoints, offers a one-time PR prompt. For pre-merge cleanup, use `/finalize`.
- [Grim Authoring](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-grim-authoring) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-grim-authoring`
  Author, validate, and package grim-publishable artifacts — skill directories, rule files, agent definitions, MCP server descriptors, and bundle TOMLs. Use when creating or editing an artifact for grim build or grim release; when choosing frontmatter or catalog metadata fields; when adding claude, opencode, copilot, codex, cursor, kiro, junie, gemini, zed, or amp vendor keys; or when grim build fa…
- [Meta Validate Context](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-meta-validate-context) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-meta-validate-context`
  Use when auditing the freshness of `.claude/rules/subsystem-*.md` files against current codebase state, or when a subsystem has undergone significant change.
- [Qa Engineer](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-qa-engineer) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-qa-engineer`
  Use when designing test suites, writing acceptance tests, validating an implementation against a spec, or planning test coverage before implementation. Trigger: /qa-engineer.
- [Architect](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-architect) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-architect`
  Use when task involve design spec, ADR, one-way-door decision, or evaluate trade-offs between architectural approaches. Invoke before implementation when requirements span subsystems or decision hard reverse. Trigger: /architect.
- [Swarm Execute](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-swarm-execute) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-swarm-execute`
  Use to implement a plan artifact from `/swarm-plan`, or a free-text implementation task with contract-first TDD + Review-Fix Loop. Tier (`low | auto | high | max`) scales builder model, loop rounds, review breadth, and Codex code-diff gate.
- [Codex Adversary](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-codex-adversary) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-codex-adversary`
  Use when the user says "codex review", "/codex-adversary", "adversarial review", "cross-model review", or asks for a different-model second opinion on a diff or plan artifact. Complements `/swarm-review` via Codex-CLI. Scopes: code-diff (default), plan-artifact (gate for `/swarm-plan`).
- [Docs](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-docs) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-docs`
  Use when authoring or editing Grimoire documentation — user guide, reference pages, doc pages under `docs/`, or doc narrative structure.
- [Builder](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-builder) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-builder`
  Use when writing code, fixing a bug, implementing a feature, or improving code structure. Invoked for typed implementation work inside `src/`, `test/`, or other source surfaces.
- [Grimoire](https://agentstack.voostack.com/l/mcp-grimoire-rs-grimoire) — MCP server · Free — `agentstack add mcp-grimoire-rs-grimoire`
  Package manager for AI-agent config. grim installs, updates, and publishes skills, rules, agents, MCP servers, and bundles into Claude Code, Copilot, Cursor, Codex, Gemini, Zed, Amp, Kiro, Junie, and opencode — pinned by digest in a lockfile. Storage is any OCI registry; there is no service to run.
- [Code Check](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-code-check) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-code-check`
  Use for code review, quality audits, SOLID/DRY consistency checks, pattern audits across the codebase, or verifying anti-pattern compliance across a scope.
- [Cut Release](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-cut-release) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-cut-release`
  A release-cutting playbook — version bump, changelog, tag, publish checklist. Published ALONE under a deep nested repo path (playbooks/ci/release/) so the TUI tree folds the single-child chain into one node.
- [Swarm Review](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-swarm-review) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-swarm-review`
  Use for branch, PR, or diff review before landing on main. Tier (`low | auto | high | max`) scales breadth from single reviewer to adversarial panel with architect + SOTA-gap + Codex cross-model gate. Triggers: "review", "/swarm-review", pre-merge checks.
- [Finalize](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-finalize) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-finalize`
  Use when the user says "finalize", "/finalize", "prepare this branch for main", "clean up history", "squash the branch", or landing a branch on `main`. Rewrites Checkpoint working-phase commits into clean Conventional Commits before fast-forward merge. Flags: `--squash-all`, `--dry-run`.
- [Ai Config Authoring](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-ai-config-authoring) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-ai-config-authoring`
  Craft effective AI agent configuration — skills, rules, agents, and instructions — for any AI coding client. Use when writing or reviewing a SKILL.md, rule file, or agent definition; when deciding between a skill, rule, hook, or always-on instruction; when a config file grows past its context budget; or when a skill description fails to trigger.
- [Bugfix](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-bugfix) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-bugfix`
  Use when a bug is reported, something is broken, an error or crash needs fixing, a wrong output appears, or a regression shows up — guides Grimoire's Reproduce → Root-Cause → failing-test-FIRST → Fix → Verify discipline and will not let the fix begin until a failing regression test is recorded. Use also when the user says "bugfix", "/bugfix", "fix this bug", or "something is broken".
- [Code Reviewer](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-code-reviewer) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-code-reviewer`
  Review a diff for SOLID/DRY violations, missing tests, and risky changes. Use when asked to review a pull request, audit a patch, or check code quality before merge.
- [Old Reviewer](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-old-reviewer) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-old-reviewer`
  A retired diff reviewer kept only to exercise grim's deprecation surface end to end. Use code-reviewer instead.
- [Swarm Plan](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-swarm-plan) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-swarm-plan`
  Use for feature planning, task decomposition, multi-perspective research, or ADR scaffolding. Tier (`low | auto | high | max`) scales research depth, architect model, and review breadth. Canonical research primitive for AI config / ADR work.
- [Grim Usage](https://agentstack.voostack.com/l/skill-grimoire-rs-grimoire-grim-usage) — Skill · Free · security-reviewed — `agentstack add skill-grimoire-rs-grimoire-grim-usage`
  Drive the grim CLI — the OCI package manager for AI skills, rules, agents, and bundles. Use when installing, updating, searching, or publishing AI-config artifacts with grim; when composing grim init, config, add, lock, install, update, status, context, fetch, describe, search, tui, mcp, build, release, publish, login, logout, or completions commands; when configuring settings, multiple registrie…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
