research-wiki

Create a persistent project research wiki tracking papers, ideas, and typed relationships.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill research-wiki-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-wiki
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/aris/research-wiki
Command: npx skills add https://github.com/raja21068/AutoResearch --skill research-wiki-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It prevents research knowledge from getting lost by maintaining a persistent, project-level wiki that compiles papers, ideas, experiments, claims, gaps, and their relationships over time.

Core Features & Use Cases

  • Persistent research knowledge base: Store papers, ideas, experiments, claims, gaps, and an append-only timeline log for every update.
  • Relationship graph with auto-generated connections: Keep typed edges in graph/edges.jsonl and auto-render “Connections” views on entity pages.
  • Context-window-friendly querying: Generate query_pack.md (up to 8000 characters) that summarizes top gaps, clusters, failed ideas, and active chains for fast ideation and review.
  • Operational lifecycle support: Initialize the wiki schema, ingest new papers, backfill via arXiv IDs, validate structure with lint, and monitor coverage with stats.

Quick Start

Use the research-wiki skill to initialize the wiki in your project so you can start ingesting and querying research knowledge.

Frequently Asked Questions about research-wiki

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

FAQPage Schema
How do I track relationships between research papers and experiments in a project?

You can track research relationships by initializing a project-level wiki that stores papers, ideas, and experiments while maintaining typed edges in a graph to map their connections. This persistent knowledge base automatically renders relationship views on entity pages.

What is the best way to compile arXiv literature into a searchable knowledge base?

Compiling arXiv literature is handled by ingesting papers with arXiv metadata or backfilling syncs via arXiv IDs. The wiki stores these papers as entity pages and logs all updates in an append-only timeline log.

How do I summarize research context for fast ideation without exceeding token limits?

To summarize research context within token limits, the wiki generates a bounded query_pack up to 8000 characters. This pack summarizes top gaps, clusters, failed ideas, and active chains for rapid review.

Can I validate the structure of my research knowledge base and monitor its coverage?

Yes, you can validate the knowledge base structure using linting operations and monitor coverage with built-in stats. These operational lifecycle features ensure your wiki artifacts remain well-formed and comprehensive.

Does research-wiki work without external dependencies?

Yes, the research wiki operates with no external dependencies. It relies on a root-level SKILL.md entrypoint and a canonical helper script resolution chain to write wiki artifacts directly to your project directory.

What files are generated when initializing a project research wiki?

Initializing a project research wiki generates artifacts in a dedicated directory, including index.md, log.md, graph/edges.jsonl, and individual entity pages. These files persistently store your research data and relationship graphs.