[Community Submission] Add skill: map-google-product-taxonomy#88
Open
raqibdev wants to merge 6 commits intotimctfl:mainfrom
Open
[Community Submission] Add skill: map-google-product-taxonomy#88raqibdev wants to merge 6 commits intotimctfl:mainfrom
raqibdev wants to merge 6 commits intotimctfl:mainfrom
Conversation
…orting features - Implemented `classify_taxonomy.py` for classifying products against Google Product Taxonomy using keyword matching. - Created example output documentation for mapping products to Google Product Taxonomy. - Added glossary for supplemental feed CSV output to clarify field definitions and usage. - Defined YAML configuration for the new skill, including metadata and author information.
…dle detection, and incremental processing support.
…mentation and update skill metadata
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.
Description
Add: Map Products to Google Product Taxonomy skill
Maps product CSVs to Google Product Taxonomy categories and outputs a supplemental feed with
google_product_categoryfilled in, ready to merge into a Google Shopping feed.What's included
SKILL.md— full skill prompt with conversation flow, classification rules, and output specskillshelf.yaml— skill metadata and FAQscripts/classify_taxonomy.py— keyword classifier (Python 3.10+), outputs structured JSON with confidence tiersassets/taxonomy-keywords.json— keyword index covering 93 categories across 15 verticalsreferences/— example output, JSON schema spec, and glossaryKey design decisions
--preserve-existingflagDEPTH_BONUSscoringis_bundleflag on the result object makes this auditable rather than implicit.Contributor Attestation