Instructions file CodexOpenCode
Project instructions for Honeybee-MCP, covering its purpose, architecture, design patterns, and development conventions.
Instructions file CodexOpenCode
Project instructions for Honeybee-MCP, covering its purpose, architecture, design patterns, and development conventions.
Skill Claude CodeCodex
Use for routing Honeybee-MCP tasks to the correct sub-skill. Invoke when a request involves loading Honeybee models, querying geometry or Energy/Radiance data, managing HBJSON-native Energy/Radiance resources, applying properties, adding apertures or louvers, removing objects, synchronizing with Grasshopper, searching…
Skill Claude CodeCodex
Use when a task requires adding parameterized apertures to faces through the unified add bus.
Skill Claude CodeCodex
Use when a task requires deleting apertures through the unified remove bus, either model-wide or face-scoped.
Skill Claude CodeCodex
Use when a task requires applying Honeybee Energy or Radiance properties through the unified apply bus, including room attributes, HVAC, room loads, schedules, modifiers, modifier sets, sensor grids, views, and facade constructions.
Skill Claude CodeCodex
Use when a task requires inspecting door properties or deleting doors through the unified query and remove buses.
Skill Claude CodeCodex
Use when a task requires reading from, writing to, checking, or clearing Grasshopper shared memory for Honeybee models, including custom Energy and Radiance resources that serialize into HBJSON.
Skill Claude CodeCodex
Use when a task requires adding aperture-attached louvers or blinds through the unified add bus.
Skill Claude CodeCodex
Use when a task requires model-wide cleanup, scoped deletion, mixed removal workflows, or safe removal of reusable Energy and Radiance resources through the unified remove bus, usually with query for scope confirmation.
Skill Claude CodeCodex
Use when a task requires loading a Honeybee model from file, dict, or Grasshopper shared memory before any query, apply, add, or remove operation, including restoration of custom Energy and Radiance resources.
Skill Claude CodeCodex
Use when a task requires exporting a Honeybee model to file or sending the current model back to Grasshopper shared memory, including custom HBJSON-native Energy and Radiance resources.
Skill Claude CodeCodex
Use when a task requires inspecting Honeybee geometry, hierarchy, Energy attributes, Radiance attributes, or HBJSON-native Energy/Radiance resources through the unified query bus.
Skill Claude CodeCodex
Use when a task requires creating, querying, updating, or removing reusable Honeybee Energy or Radiance resources such as schedules, schedule type limits, constructions, materials, modifiers, modifier sets, sensor grids, or views through the unified buses.
Skill Claude CodeCodex
Use when a task requires finding valid Honeybee Energy or Radiance identifiers before applying properties or creating reusable resources.
Skill Claude CodeCodex
Use when a task requires deleting attached shades, room-level shades, face-level shades, or shade meshes through the unified remove bus.
Skill Claude CodeCodex
Use when a task requires snapshotting, undoing, redoing, comparing, clearing, or loading Honeybee model versions, including custom Energy and Radiance resources.
Skill Claude CodeCodex
Use when a task requires exporting a loaded Honeybee model or selected Honeybee geometry objects as a VisualizationSet or related visual deliverables such as .vsf, .svg, .html, or .vtkjs through the visualization tool.
Skill Claude CodeCodex
Use when operating Ladybug Tools MCP through FastMCP Code Mode, including verified Garden-mode paths, base-model confirmation, or failure-diagnosis guidance.
MCP server Claude CodeCodexCursor +2
MCP server "ladybug-tools-mcp" as configured in LoftyTao/ladybug-tools-mcp. Runs locally from the ladybug-tools-mcp Python package.