research-wiki

Consolidate papers, ideas, experiments, and claims into a navigable research wiki.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/jkfee/Auto-Research --skill research-wiki-jkfee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-wiki
Source: https://github.com/jkfee/Auto-Research/tree/main/skills/research-wiki
Command: npx skills add https://github.com/jkfee/Auto-Research --skill research-wiki-jkfee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, structured management of research materials (papers, ideas, experiments, and claims) across the entire ARIS lifecycle, enabling easy recall, cross-linking, and querying.

Core Features & Use Cases

  • Initialize and maintain a centralized research wiki per project (index, log, and graph) to track papers, ideas, experiments, and claims.
  • Ingest papers (e.g., via arXiv) and create node pages with relationships, enabling automatic connections and a navigable knowledge graph.
  • Query, update, lint, and stats to keep knowledge current and consistent across teams.

Quick Start

Initialize the wiki with /research-wiki init and ingest a paper with /research-wiki ingest "<paper title>" to begin.

Frequently Asked Questions about research-wiki

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

FAQPage Schema
How do I build a knowledge graph from research papers?

You can build a knowledge graph from research papers by ingesting publications into a wiki, which automatically creates node pages and establishes typed relationships between ideas, experiments, and claims. This process structures your research materials into a persistent, navigable network.

What is the best way to organize arXiv papers for a research project?

The best way to organize arXiv papers is to ingest them into a centralized research wiki that tracks papers, ideas, experiments, and claims. This creates a persistent index and graph storage with automatic connections, enabling easy recall and cross-linking across the entire project lifecycle.

How do I ingest papers and establish typed relationships in a research wiki?

You ingest papers using the ingest subcommand with a paper title, which creates a node page and automatically establishes typed relationships within the knowledge graph. This connects the new paper to existing ideas, experiments, and claims stored in the wiki.

Can I query and update a knowledge base of research claims and experiments?

Yes, you can query and update a knowledge base of research claims and experiments using dedicated subcommands. These commands allow you to search the graph, update existing pages, run lint checks for consistency, and view stats to keep your research materials current across teams.

Does this research wiki support graph storage with edges for cross-linking?

Yes, the research wiki supports graph storage using a graph/edges.jsonl file to manage relationships. It satisfies schema requirements for pages like papers, ideas, experiments, and claims, ensuring structured cross-linking and navigability across the knowledge base.

What schema requirements are needed to track papers, ideas, and claims in a knowledge graph?

Tracking papers, ideas, and claims requires a schema that defines specific page types and a graph storage file like graph/edges.jsonl. This schema ensures that ingested papers and related research elements are properly structured and cross-linked within the knowledge base.