research-wiki

Maintain a per-project research knowledge base with typed relationships.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-wiki-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-wiki
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/research-wiki
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill research-wiki-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Research knowledge gets scattered across one-off notes and ad-hoc summaries, so each new question forces you to re-derive what you already learned.

Core Features & Use Cases

  • Persistent research wiki: Accumulates papers, ideas, experiments, and claims per project so knowledge compounds over time.
  • Relationship graph with typed edges: Tracks how items connect (e.g., extends, supports, invalidates) and auto-generates Connections views.
  • Operational subcommands for lifecycle management: Initialize the wiki, ingest papers, sync backfilled IDs, query via budgeted query_pack, lint for health, and report stats.
  • Workflow integration support: Designed to work with other ARIS research skills via a canonical helper so updates are audit-logged and consistent.

Quick Start

Use the research-wiki skill to initialize and start capturing your research by saying: initialize the research wiki for this project.

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 persistent research knowledge base from scattered literature notes?

Build a persistent research knowledge base by initializing a project wiki that compiles papers, ideas, experiments, and claims. It accumulates research items per project so knowledge compounds over time rather than getting lost in ad-hoc summaries.

Can I track contradictions and gaps across research papers automatically?

Yes, tracking contradictions and gaps is supported through a relationship graph with typed edges. It maps how items connect, such as extends, supports, or invalidates, enabling automatic gap mapping and contradiction handling across your accumulated research.

What is the best way to ingest papers into a research wiki for evidence tracking?

The best way to ingest papers is through dedicated operational subcommands. Using the ingest subcommand adds literature to your research wiki, while the sync subcommand backfills IDs to maintain consistent evidence tracking across the knowledge base.

How do I generate a query pack for downstream research planning?

Generate a budgeted query pack by using the query subcommand. This produces targeted query sets for downstream planning nodes, allowing you to retrieve specific claims and relationships from your research wiki without exceeding query limits.

Does the research wiki support linting and health checks for knowledge graphs?

Yes, the wiki supports health checks through the lint and stats subcommands. Lint validates the structural integrity of your knowledge graph entries, while stats report on the accumulated items, ensuring your research wiki remains consistent.

How are wiki operations kept consistent when integrated with other research workflow tools?

Wiki operations are routed through a canonical helper script to ensure consistency. This design guarantees that updates are audit-logged and synchronized when working with other research workflow tools across the entire research lifecycle.