notation-guardian

Track and enforce consistent notation across Quarto and LaTeX documents.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/halidaee/econtools_marketplace --skill notation-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notation-guardian
Source: https://github.com/halidaee/econtools_marketplace/tree/main/manuscript-tools/skills/notation-guardian
Command: npx skills add https://github.com/halidaee/econtools_marketplace --skill notation-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintains a per-project notation registry (.notation-registry.json) that tracks every mathematical symbol, its meaning, and where it was defined. Checks new notation against existing definitions and standard economics conventions. Works for both .qmd (Quarto) and .tex (LaTeX) files.

Core Features & Use Cases

  • Notation registry tracking and conflict detection
  • Incremental scans and per-file checks
  • Workflow modes: Full Scan, Incremental Check, New Symbol Introduction
  • Escalation policy guidance and recommendations

Quick Start

Run notation-guardian on your project to create or update the .notation-registry.json and start scanning for symbol definitions.

Frequently Asked Questions about notation-guardian

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

FAQPage Schema
How do I check notation consistency across Quarto and LaTeX documents?

To check notation consistency, you need a system that tracks symbol definitions and flags conflicts across .qmd and .tex files. This Skill maintains a .notation-registry.json store to detect conflicting usages and enforce standard economics conventions automatically.

What is a notation registry for math manuscripts?

A notation registry is a project-level store that records every mathematical symbol, its meaning, and where it was defined. It helps prevent ambiguous notation by checking new symbols against existing definitions and standard economics conventions.

Can I use incremental scans to check newly added math symbols?

Yes, incremental scans are supported alongside full project checks. You can run per-file checks and use the New Symbol Introduction mode to verify recently added notation against the existing registry and economics conventions.

How do I prevent duplicate symbol definitions in economics papers?

You can prevent duplicate definitions by running conflict detection scans against a .notation-registry.json file. This process analyzes custom commands and symbol usages across .qmd and .tex files, flagging any ambiguous notation that violates economics conventions.

Does this notation checker work with both Quarto and LaTeX files?

Yes, the notation checker works with both Quarto and LaTeX files. It analyzes symbol definitions, usages, and custom commands across .qmd and .tex files to maintain consistent mathematical notation throughout math-heavy academic manuscripts.

What should I do when notation conflicts are detected in my document?

When notation conflicts are detected, the system provides escalation policy guidance and recommendations. It reports the conflicts found during the scan against the .notation-registry.json store and standard economics conventions to help you resolve the ambiguous symbols.