GPT-5 finding
Permalink guidance for datasets/spaces is inconsistent with stated constraint to use full URLs
lowdocs-gaphigh
- skills/huggingface-trending/SKILL.md:55
- skills/huggingface-trending/SKILL.md:172
The instructions require using full, correct HF URLs, but the earlier bullet shows relative paths for datasets/spaces. This can lead to implementers copying the relative form, contradicting the constraint and producing broken links.
Recommendation
Update the permalink bullet to use full URLs for all resource types, e.g.: models: https://huggingface.co/{id}; datasets: https://huggingface.co/datasets/{id}; spaces: https://huggingface.co/spaces/{id}.