project-lit-map

Group project-tagged paper notes into themes and generate literature-map.md.

Updated May 14, 2026
One-click install
npx skills add https://github.com/jaqg/daimon --skill project-lit-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-lit-map
Source: https://github.com/jaqg/daimon/tree/main/vault/skills/project-lit-map
Command: npx skills add https://github.com/jaqg/daimon --skill project-lit-map

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool automates the creation and maintenance of a thematic literature map that links paper notes to a specific project folder, reducing time spent locating relevant research and aligning sources with project objectives.

Core Features & Use Cases

  • Collects papers tagged with the project's ID from 20-Sources/papers and groups them into coherent themes.
  • Generates or updates 10-Projects/<project>/literature-map.md with project-specific annotations.
  • Supports incremental updates via a dry run or --update workflow to add new papers without duplicating existing entries.
  • Reads paper frontmatter to filter by project and extracts title, authors, year, and relevance for transparent mapping.

Quick Start

Invoke the skill to generate or refresh the project literature map from the current papers directory.

Frequently Asked Questions about project-lit-map

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

FAQPage Schema
How do I generate a literature map from markdown paper notes automatically?

To generate a literature map, the skill reads markdown paper notes from your sources directory, groups them by themed categories using project frontmatter tags, and writes a structured literature-map.md file into your project folder.

How does frontmatter filtering work for grouping project papers into themes?

Frontmatter filtering works by reading the project ID assigned in each paper note's frontmatter metadata, matching those tags against the target project, and organizing the matched papers into coherent thematic groups within the literature map.

Can I update an existing literature map when new papers are added without creating duplicates?

Yes, you can update an existing literature map without duplicates by running an incremental update workflow that scans for newly added papers and appends them to the existing themes, preserving your current project-specific annotations.

What vault folder structure do I need to map project papers to a focused literature guide?

You need a vault folder structure with a 20-Sources/papers directory containing your markdown paper notes and a 10-Projects directory where the generated project-scoped literature-map.md file will be created or updated.

What is the best way to organize research papers by theme for a specific project?

The best way to organize research papers by theme is to tag paper notes with a project ID in their frontmatter, allowing the automation to extract metadata like authors and year, group them thematically, and link them directly to the project folder.

Does the literature map generation overwrite existing project annotations?

No, the literature map generation does not overwrite existing project annotations because the incremental update workflow is designed to add new papers to the map while preserving the annotations and links already present in the file.