lit

Parse natural-language literature intents and sequence lit-* sub-skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, write.

What problem does it solve?

Literature task orchestration: converts free-form queries into structured, sequenced sub-skills for literature research, saving time and reducing coordination overhead.

Core Features & Use Cases

  • NL to plan: parses intents and proposes an execution plan across lit-* skills.
  • Orchestrates common workflows: search → vault import → annotate, or complete end-to-end pipelines.
  • Example: a user says 'find papers on X and add to vault' and lit automatically runs lit-search, lit-vault, and lit-bib in the correct order.

Quick Start

Describe a literature task in natural language and let lit orchestrate the required sub-skills.

Frequently Asked Questions about lit

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

FAQPage Schema
How do I automate literature research workflows from natural language prompts?▼

Orchestrate literature pipelines by parsing natural language queries into a structured execution plan that routes sub-skills in the correct sequence. It converts free-form intents into deterministic workflows for search, vault import, annotation, and bibliography generation.

What is the best way to coordinate multiple literature tasks like searching and importing papers?▼

The best way to coordinate literature tasks is using an orchestration layer that sequences sub-skills deterministically. It parses intents like search, vault_import, and bib, proposing a structured plan to execute them in the required order without manual intervention.

Can I run an end-to-end literature pipeline from search to vault import automatically?▼

Yes, you can run an end-to-end literature pipeline automatically by describing the task in natural language. The system parses the intent, creates a deterministic plan, and executes sub-skills sequentially to complete search, vault import, and annotation without manual steps.

Does the literature orchestration process ask for missing parameters when executing sub-skills?▼

Yes, the literature orchestration process asks for missing parameters when needed before executing sub-skills. It guarantees deterministic sequencing by creating a plan first, then prompting the user for any required information to complete the intended literature workflow.

What literature intents can be parsed and routed by this automation pipeline?▼

The literature automation pipeline parses and routes intents such as search, vault_import, review, full, bib, watch, annotate, chase, and coverage. It maps these natural language intents to the correct lit-* sub-skills and executes them in the proper sequence.

Do I need specific sub-skills installed to use natural language literature orchestration?▼

Yes, you need the corresponding lit-* sub-skills installed to execute the orchestrated literature pipeline. The system routes parsed natural language intents to these specialized sub-skills, relying on their availability to run search, vault import, and annotation tasks.