ogp-qt-cad-reference

Explain CAD geometry and Qt Graphics View mechanics in Open Garden Planner.

16|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/cofade/open-garden-planner --skill ogp-qt-cad-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ogp-qt-cad-reference
Source: https://github.com/cofade/open-garden-planner/tree/main/.claude/skills/ogp-qt-cad-reference
Command: npx skills add https://github.com/cofade/open-garden-planner --skill ogp-qt-cad-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides in-depth knowledge of CAD geometry and the Qt Graphics View framework as used in Open Garden Planner, helping developers understand and debug the application's internal mechanisms.

Core Features & Use Cases

  • CAD Geometry Understanding: Offers a comprehensive guide to CAD geometry concepts and their implementation in Open Garden Planner.
  • Qt Graphics View Framework: Delivers insights into the Qt Graphics View framework, particularly as applied in Open Garden Planner.
  • Use Case: When encountering bugs or issues in Open Garden Planner related to CAD geometry or Qt Graphics View, this Skill provides the necessary mental models and reference to troubleshoot and resolve the problem.

Quick Start

Use the ogp-qt-cad-reference skill to understand the coordinate system and transformations used in Open Garden Planner's canvas.

Frequently Asked Questions about ogp-qt-cad-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does the Qt Graphics View coordinate system work for canvas items?

The Qt Graphics View coordinate system handles canvas item manipulation by managing transformations and coordinate mappings. It provides the mental models needed to understand item positioning, rendering, and scene transformations for debugging.

How do I debug CAD geometry rendering issues in Qt Graphics View?

To debug CAD geometry rendering issues in Qt Graphics View, use this reference to understand internal mechanics of coordinate handling and canvas item manipulation. It provides domain-theory knowledge to troubleshoot rendering and transformation bugs.

What is CAD geometry's role in Open Garden Planner canvas manipulation?

CAD geometry in Open Garden Planner defines the mathematical foundations for canvas item manipulation and coordinate handling. Understanding these concepts is essential for resolving bugs related to item transformations and rendering.

Can I use Qt testing frameworks with Open Garden Planner's Graphics View?

Qt testing frameworks can be used with Open Garden Planner's Graphics View to verify canvas item manipulation and coordinate handling. This reference supports scenarios involving Qt testing to validate internal rendering mechanics.

Why are my Qt Graphics View canvas items displaying at wrong coordinates?

Qt Graphics View canvas items displaying at wrong coordinates often stem from misunderstood transformation matrices or coordinate system mappings. This reference clarifies coordinate handling and CAD geometry to resolve such misalignment.