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-nav-icons description: > A data-analysis toolkit with Lucide navigation icons. Use when writing Python code that uses the gdtest_nav_icons package. --- # NavIcons Demo A data-analysis toolkit with Lucide navigation icons ## Installation ```bash pip install gdtest-nav-icons ``` ## API overview ### Classes Core classes - `Pipeline`: An ordered sequence of analysis stages - `BarChart`: A horizontal bar chart renderer - `LineChart`: A simple line chart renderer ### Functions Public functions - `analyze`: Run a basic statistical analysis on numeric data - `summarize`: Produce a one-line summary string for a dataset - `transform`: Apply a linear transform to every element - `plot`: Produce a quick text-based plot - `load_csv`: Load a CSV file into a list of row dicts - `save_csv`: Save a list of row dicts to a CSV file - `export_json`: Export data as a formatted JSON file ## Resources - [llms.txt](llms.txt) — Indexed API reference for LLMs - [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs - [Source code](https://github.com/example/nav-icons)