create-paper-page

Generate a GitHub Pages project homepage with paper metadata, figures, and citation links.

14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/LionSR/AgenticPublicationProtocol --skill create-paper-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-paper-page
Source: https://github.com/LionSR/AgenticPublicationProtocol/tree/main/skills/create-paper-page
Command: npx skills add https://github.com/LionSR/AgenticPublicationProtocol --skill create-paper-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Researchers often need a public, structured project landing page for a paper, but creating and updating it manually is slow and error-prone while also failing to clearly connect the paper to key results, figures, code, data, and the accompanying agent.

Core Features & Use Cases

  • Creates a GitHub Pages project homepage: Generates a static single-page layout in docs/ with academic styling and a clear information hierarchy.
  • Presents the paper clearly for readers: Includes title, authors and affiliations, abstract, and highlights with key results.
  • Links the ecosystem: Adds BibTeX citation, paper/arXiv/DOI links, and links to code and data, plus an agent badge pointing to AGENTS.md when available.
  • Highlights and showcases figures: Copies and displays selected key figures from the paper into the site assets with captions.

Use when a researcher wants a web presence beyond the GitHub repository, such as after /publish-paper, for conference submissions, or for public releases of an existing paper.

Quick Start

Use create-paper-page to generate a GitHub Pages single-page homepage in your repo’s docs/ from your paper content, selected figures, and BibTeX so readers can access a structured paper landing page immediately.

Frequently Asked Questions about create-paper-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a project homepage for a research paper using GitHub Pages?

To create a research paper project homepage, you can generate a static single-page site in your repository's `docs/` directory. This process compiles bibliographic data, abstracts, highlights, and figures into an organized web presence.

How do I showcase selected figures and BibTeX citations on an academic landing page?

You can showcase figures and citations by copying selected images into `docs/assets/figures/` with captions and embedding a BibTeX citation block. This links the paper ecosystem clearly for readers accessing the static site.

Can I generate a static site for a paper after publishing it to a repository?

Yes, generating a static site is applicable to post-publication release workflows. It extracts content from paper sources and optional `AGENTS.md` to immediately produce `docs/index.html` and `docs/style.css`.

Does this static site generation approach include an agent badge for research projects?

Yes, the static site generation includes an agent badge that points to `AGENTS.md` when the file is available. This connects the generated homepage directly to the accompanying research agent ecosystem.