paper-curator

Add academic papers to a JSON portfolio collection with duplicate prevention.

13|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/lauragp28/generador-trading-claude-code --skill paper-curator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-curator
Source: https://github.com/lauragp28/generador-trading-claude-code/tree/main/skills/paper-curator
Command: npx skills add https://github.com/lauragp28/generador-trading-claude-code --skill paper-curator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users add academic papers to the centralized collection shown on the web page at web-myalgoportfolio/papers.html by maintaining a structured JSON database and ensuring consistent metadata.

Core Features & Use Cases

  • Stores papers in web-myalgoportfolio/data/papers.json as JSON objects with fields like id, title, authors, publication date, last revision date, category, url, and two summaries.
  • Prevents duplicates by checking identical ids, similar titles, and matching URLs, and prompts for updates when needed.
  • Assigns a valid category from the predefined list and prepares cards for display on the portfolio site.
  • Supports use cases such as adding a new paper to the portfolio, updating existing entries, and enriching metadata for web presentation.

Quick Start

Provide the paper's metadata and run the skill to append it to web-myalgoportfolio/data/papers.json.

Frequently Asked Questions about paper-curator

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

FAQPage Schema
How do I add academic papers to a JSON database for a web portfolio?

To add academic papers to a JSON database, provide metadata fields like title, authors, and publication date. The system validates categories and appends entries to papers.json, preventing duplicate records by checking IDs and URLs.

What metadata fields are needed to curate academic papers for web display?

Curating academic papers requires metadata fields including id, title, authors, publication date, revision date, category, url, and summaries. This structured metadata populates portfolio cards and ensures consistent web presentation.

How can I prevent duplicate entries when adding papers to a JSON collection?

To prevent duplicate entries in a JSON collection, the system checks for identical IDs, similar titles, and matching URLs. If a potential duplicate is detected, it prompts for metadata updates instead of creating a redundant record.

Can I update existing paper metadata in my web portfolio database?

Yes, you can update existing paper metadata in your web portfolio database. When the system detects matching IDs or URLs during insertion, it prompts you to update the current JSON entry with new summaries or revision dates.

Does the paper curation process validate categories against a predefined list?

Yes, the paper curation process validates the category field against a predefined allowed list. This validation ensures your academic papers are consistently classified before being written as JSON entries into the portfolio database.