Add TRY skills#4
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive support for working with the TRY plant trait database, including new parsing helpers, documentation, and marketplace integration. The main changes introduce a new skill for dataset, trait, and species discovery from TRY, detailed documentation on how to use it, and robust Python helpers for parsing TRY data formats. Extensive tests are included to ensure correct parsing of various TRY data tables and lists.
TRY skill integration and documentation:
try-skillsto.claude-plugin/marketplace.json, enabling discovery of datasets, traits, and species from the TRY plant trait database.try-skillsinskills/try-skills/SKILL.md, including usage examples, search workflows, and Python helper instructions.skills/README.mdto document the newtry-skillsand its capabilities and use cases.Parsing helpers for TRY data:
bioepic_skills/try_parser.py, providing robust Python functions and dataclasses to parse TRY species tables, trait lists, datasets, and dataset entries from both text and HTML.Testing for parsing helpers:
test_try_parser.py), species lists (test_try_parser_species_list.py), trait HTML tables (test_try_parser_traits.py), dataset HTML tables (test_try_parser_datasets.py), and dataset entry tables (test_try_parser_datasets_entries.py). [1] [2] [3] [4] [5]