grace-cli

Lint GRACE artifacts and resolve modules by name or path.

3|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/ShutovKS/tts-server --skill grace-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grace-cli
Source: https://github.com/ShutovKS/tts-server/tree/main/.opencode/skills/grace-cli
Command: npx skills add https://github.com/ShutovKS/tts-server --skill grace-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate the optional grace CLI to lint GRACE artifacts, resolve modules from names or file paths, and inspect shared/public module context or file-local/private markup.

Core Features & Use Cases

  • Lint GRACE projects to ensure artifact integrity and correct markup.
  • Resolve modules by name or path to quickly navigate dependencies.
  • Inspect module context and file-local markup to verify design and implementation details.
  • Quick Start: Run the grace CLI to validate a GRACE project and surface module information.

Quick Start

Run grace lint --path <project-root> to validate your GRACE artifacts.

Frequently Asked Questions about grace-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I lint GRACE artifacts to check project integrity?

Lint GRACE artifacts by running the grace CLI with the lint command, validating markup and project integrity across a GRACE-enabled repository to ensure consistency and surface errors.

What do I need to inspect module context in a GRACE repository?

Inspecting module context requires the grace binary installed on PATH and a GRACE-enabled repository. You can then resolve modules by name or path and view shared public context using module show commands.

How can I resolve a module by name or file path to navigate dependencies?

Resolve modules by name or file path using the grace module find command. This allows you to quickly navigate dependencies within your GRACE project and inspect the resolved module's shared context.

Does the grace CLI support viewing file-local markup?

Yes, the grace CLI supports viewing file-local markup. You can use the grace file show command to inspect private and file-local markup details within your GRACE-enabled repository.

What is the best way to validate a GRACE project from the command line?

Validate a GRACE project from the command line by executing grace lint with the project root path. This operation checks artifact integrity and correct markup, ensuring the project is consistent.