aiready-advanced-grounding

Installation
SKILL.md

AIReady Advanced Grounding

This skill provides advanced procedural knowledge for AI agents to improve their "grounding"—the ability to accurately relate their internal knowledge to the specific context of your codebase.

When to Use

  • When an agent seems "lost" or provides hallucinations about code structure.
  • During large-scale refactorings where context boundaries are shifting.
  • When preparing a repository for onboarding new AI-driven workflows.

Core Capabilities

  1. Context Boundary Analysis: Identifying which files are essential for understanding a specific logic flow.
  2. Semantic Gap Detection: Finding where naming or documentation fails to explain intent to an AI.
  3. Ambiguity Resolution: Strategies for rewriting code to be "AI-obvious" without sacrificing human readability.

Usage for Agents

Full grounding rules and workflows are integrated into this skill package.

Quick Audit (via npx)

  • Grounding Scan: npx @aiready/cli scan --tools grounding .
  • Context Analysis: npx @aiready/cli scan --tools context .
Related skills
Installs
1
First Seen
Apr 1, 2026