Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Wiki Research Loop

Skill Verifiziert Aktiv
Teil von:Pro Workflow

Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or convergence. Use when the user says "research <topic>", "grow the <slug> wiki", "auto-research", or wants a knowledge base that builds itself overnight.

Zweck

To automatically expand and maintain a knowledge base wiki by performing budget-capped, breadth-first research on specified topics.

Funktionen

  • Automated wiki growth via research loop
  • Pluggable source fetchers (web, arXiv, GitHub)
  • Budget-capped and depth-limited research
  • Convergence detection for halting
  • Seed queue management and status tracking

Anwendungsfälle

  • Grow a knowledge base wiki on a new topic overnight
  • Research complex subjects by providing an initial seed query
  • Auto-populate a wiki with information from web, arXiv, and GitHub
  • Maintain a continuously updated knowledge base

Nicht-Ziele

  • Acting as a general-purpose web scraper without wiki context
  • Performing real-time research triggered by individual user prompts (handled by other skills)
  • Replacing manual curation entirely; requires initial seeds and review
  • Performing complex LLM-driven analysis beyond claim extraction

Praktiken

  • Automated knowledge acquisition
  • Content generation
  • Research workflow automation

Execution

  • info:Pinned dependenciesWhile `npm install` is mentioned, explicit lockfiles or pinned versions are not visible in the provided files, suggesting potential variability in dependency versions.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 20 hours ago

Vertrauenssignale

Letzter Commit2 days ago
Sterne2.1k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

Skill
Yeachan-Heo

Manus

100

Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.

Skill
sanjay3290

Wrap Up Ritual

100

End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.

Skill
rohitg00

Understand Knowledge

100

Analysieren Sie eine LLM-Wiki-Wissensdatenbank nach dem Karpathy-Muster und generieren Sie einen interaktiven Wissensgraphen mit Entitätsextraktion, impliziten Beziehungen und Themenclustern.

Skill
Lum1104

Recursive Research

100

Tiefgehende rekursive Recherche mit selbstregulierender Schleife bis PhD-Niveau. Anwendbar auf jedes Gebiet (Wissenschaft, Technologie, Wirtschaft, Kunst, Geisteswissenschaften). Nutzt WDM + Munger-Inversion für autonome Entscheidungen, Stufung vertrauenswürdiger Quellen und Speicherung von Checkpoints auf der Festplatte, um Kontextgrenzen zu überwinden.

Skill
Anjos2

Wiki Builder

99

Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says "start a wiki", "add to wiki", "compile a page", "wiki on X", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.

Skill
rohitg00