literature-sweep

Community

Find, fetch, and organize academic literature.

Authorlinxule
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the laborious process of gathering and organizing academic literature for theoretical pattern extraction (Stage 2, Stream A). It intelligently leverages available tools for searching and fetching, ensuring you have a robust theoretical foundation with minimal manual effort.

Core Features & Use Cases

  • Intelligent Search & Fetch: Automatically searches academic databases (Exa) and fetches full content (Jina) with graceful degradation based on available API keys.
  • Literature Inventory: Creates and updates a literature-inventory.json to track all sources, URLs, and local files.
  • Output Organization: Organizes fetched papers into a structured directory for easy access and analysis.
  • Use Case: Provide a research query like "sensemaking organizational change" and this skill will find, fetch, and organize relevant academic papers, creating a ready-to-analyze theoretical corpus.

Quick Start

Search for academic papers on 'sensemaking organizational change middle managers' and fetch the top 15 results: node skills/literature-sweep/scripts/search-and-fetch.js --project-path /path/to/project --query "sensemaking organizational change middle managers" --max-results 15

Dependency Matrix

Required Modules

ExaJina

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: literature-sweep
Download link: https://github.com/linxule/interpretive-orchestration/archive/main.zip#literature-sweep

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository