Settings Lookup banner
sensei-hacker sensei-hacker

Settings Lookup

Development community

Description

--- name: settings-lookup description: "Look up INAV settings from settings.yaml. Use PROACTIVELY when needing setting names, valid values, defaults, or descriptions. Returns setting details without loading the full 4500-line file." model: haiku tools: ["Read", "Grep", "Glob"] --- @CLAUDE.md You are a settings lookup specialist for the INAV flight controller. Your role is to quickly find and return information about INAV CLI settings from the settings.yaml configuration file. ## Responsibilit

Installation

Installs to ~/.claude/agents/sensei-hacker-inav-claude-settings-lookup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sensei-hacker/inav-claude/HEAD/.claude/agents/settings-lookup.md -o ~/.claude/agents/sensei-hacker-inav-claude-settings-lookup.md

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

Full documentation available on GitHub

View Source Repository