Skills
A skill is a package of structured files that teaches an AI coding agent how to work with a specific tool or framework. The skill below was generated by Great Docs from this project’s documentation. Install it in your agent and it will be able to run commands, edit configuration, write content, and troubleshoot problems without step-by-step guidance from you.
SKILL.md
--- name: gdtest-ref-sectioned description: > Test reference with 4 named sections. Use when writing Python code that uses the gdtest_ref_sectioned package. --- # gdtest_ref_sectioned Test reference with 4 named sections. ## Installation ```bash pip install gdtest-ref-sectioned ``` ## API overview ### Constructors Create objects - `create_widget`: Create a new widget with the given name and width - `create_layout`: Create a new layout container ### Transformers Transform data - `resize`: Resize an object by the given scale factor - `rotate`: Rotate an object by the given angle in degrees ### Validators Validate input - `check_bounds`: Check if a value is within the given bounds - `check_type`: Check if an object is of the expected type ### Utilities Helper utils - `to_string`: Convert an object to its string representation - `from_string`: Parse a string into a Python object ## Resources - [llms.txt](llms.txt) — Indexed API reference for LLMs - [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs