From godot-compound
Run GDScript formatting and lint checks using gdtoolkit (gdformat + gdlint). Use before committing GDScript code.
npx claudepluginhub curiouscrow123/godot-compoundThis skill is limited to using the following tools:
Run gdtoolkit checks on GDScript files.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Run gdtoolkit checks on GDScript files.
gdformat --check . # Check formatting (exit 1 if violations)
gdlint . # Check lint rules (member ordering, naming, etc.)
gdformat . # Fix formatting in place
gdlint has no auto-fix — violations must be fixed manually.
pipx install "gdtoolkit==4.*"
Requires Python 3. On macOS, install via Xcode CLT or Homebrew.