RyanAlberts

Tool Grounding — Development skill for Claude Code

Development community

Check that an agent's replies match what its tools returned.

How to install Tool Grounding

Installs to ~/.claude/skills/ryanalberts-pmstack-tool-grounding/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanalberts-pmstack-tool-grounding && curl -fsSL https://raw.githubusercontent.com/RyanAlberts/pmstack/HEAD/commands/tool-grounding.md -o ~/.claude/skills/ryanalberts-pmstack-tool-grounding/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Tool Grounding does


description: Check that an agent's replies match what its tools returned argument-hint: "[project.json]"

Use the Skill tool to run the `pmstack-tool-grounding` skill from the pmstack plugin with these arguments: $ARGUMENTS. If the skill is not available, tell the user to run /plugin install pmstack@pmstack.

Alternatives in Development

  • Done Check — PUA Done Check — 用于没跑测试别说完成、已完成但没证据、done without proof、需要验收/回归/交付质量检查的场景 19.5k ★
  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★

Full documentation available on GitHub

View Source Repository