/init

Orchestrate ΩmegaWiki initialization and parallel paper ingestion from raw sources.

1.6k|208|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/skyllwt/AutoSci --skill init-skyllwt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /init
Source: https://github.com/skyllwt/AutoSci/tree/main/.claude/skills/init
Command: npx skills add https://github.com/skyllwt/AutoSci --skill init-skyllwt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill converts your raw research inputs into a working ΩmegaWiki scaffold, then selects and ingests a curated set of papers to grow the wiki end-to-end with resumable, parallelized orchestration.

Core Features & Use Cases

  • Deterministic wiki scaffolding: Creates the standard wiki structure and provisional pages (Summary, topics, ideas, concepts) while respecting rules for what may be auto-created.
  • Local source preparation & recovery: Normalizes user-provided PDFs and notes/web into prepared handoff artifacts under raw/tmp and records recovery in checkpoint manifests.
  • Planner-guided discovery with explicit trimming: Builds a candidate shortlist from local and (optionally) external sources, then trims to a final 8–10 paper set before fetching.
  • Parallel paper ingest with worktree isolation: Fans out one paper per subagent, merges results back conservatively, and rebuilds indexes/edges/citations plus visualization artifacts (best-effort).

Quick Start

Run /init with your research topic (and omit --no-introduction unless you explicitly want local-only discovery) so the system prepares your raw inputs, selects a final paper set, and ingests them into wiki/ in parallel.

Frequently Asked Questions about /init

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

FAQPage Schema
How do I bootstrap a research wiki from local PDFs and web notes?

To bootstrap a research wiki from local PDFs and web notes, the system normalizes your raw inputs into prepared artifacts, scaffolds the wiki structure, and ingests a curated set of papers in parallel to populate topics and concepts.

How does parallel paper ingestion work for a research knowledge graph?

Parallel paper ingestion works by fanning out one paper per subagent into an isolated worktree, then conservatively merging the results back to rebuild edges, citations, and indexes for the knowledge graph.

Can I use external sources for paper discovery when initializing a research wiki?

Yes, you can use external sources for paper discovery by omitting the local-only flag, allowing the planner to build a candidate shortlist from both local inputs and external discovery before trimming to a final set.

What is the best way to recover a failed wiki ingestion workflow?

The best way to recover a failed wiki ingestion workflow is through its checkpoint-driven preparation manifests, which record progress and allow the resumable orchestration process to restart from the last successful state.

Does the wiki scaffolding process automatically create topic and concept pages?

Yes, the deterministic wiki scaffolding process automatically creates provisional pages for summaries, topics, ideas, and concepts while strictly respecting rules for what may be auto-created.

How many papers are selected for ingestion during the wiki bootstrapping process?

During the wiki bootstrapping process, the planner trims the candidate shortlist to a final set of 8 to 10 papers before fetching and ingesting them into the knowledge graph.