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.
Any agent — install with npx:
npx skills add test-org/gdtest-skill-defaultCodex / OpenCode
Tell the agent:
Fetch the skill file from https://github.com/test-org/gdtest-skill-default and follow the instructions.Manual — download the skill file:
curl -O <site-url>/skill.mdOr browse the SKILL.md file.
SKILL.md
--- name: gdtest-skill-default description: > A package that tests default skill.md auto-generation. Use when writing Python code that uses the gdtest_skill_default package. license: MIT compatibility: Requires Python >=3.10. --- # gdtest_skill_default A package that tests default skill.md auto-generation ## Installation ```bash pip install gdtest-skill-default ``` ## API overview ### Classes Main classes provided by the package - `Config`: Configuration container ### Functions Utility functions - `transform`: Transform a list of values by a scale factor - `validate`: Check whether a value is non-empty and valid ## 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/test-org/gdtest-skill-default)