Overview
Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.
When to Use
- Use this skill when a user wants to publish, link, index, or manage research papers on the Hugging Face Hub.
- This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- Integration with HF Ecosystem
- Paper Page Management
- Link Papers to Artifacts
- Research Article Creation
- Metadata Management
- Prerequisites
- Method 1: Index Paper from arXiv
- Method 2: Link Paper to Model/Dataset
- Method 3: Claim Authorship
- Method 4: Manage Paper Visibility
- Method 5: Create Research Article
- Paper Template Structure
- Commands Reference
- YAML Metadata Format
- Citation
- Integration Examples
- Best Practices
- Advanced Usage
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: hugging-face-paper-publisher3description: Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.4license: MIT5---67# Overview89Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.1011## When to Use12- Use this skill when a user wants to publish, link, index, or manage research papers on the Hugging Face Hub.13- This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management.1415## Core Workflow161. Confirm the request matches this skill's trigger, scope, and risk profile.172. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.183. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.194. Apply only the relevant guidance instead of loading or repeating the entire reference by default.205. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2122## Topic Map23- Integration with HF Ecosystem24- Paper Page Management25- Link Papers to Artifacts26- Research Article Creation27- Metadata Management28- Prerequisites29- Method 1: Index Paper from arXiv30- Method 2: Link Paper to Model/Dataset31- Method 3: Claim Authorship32- Method 4: Manage Paper Visibility33- Method 5: Create Research Article34- Paper Template Structure35- Commands Reference36- YAML Metadata Format37- Citation38- Integration Examples39- Best Practices40- Advanced Usage4142## Reference Map43- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4445## Limitations46- Use this skill only when the task clearly matches the scope described above.47- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.48- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.4950## Progressive Loading51Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.