$npx skillfedfor your agent

wiki-all

wiki-all orchestrates the entire llmwiki workflow in sequence: initializing directories, syncing session data to markdown, constructing knowledge graphs with Graphify AI, compiling HTML output, running 14 quality checks, and launching a local server. Use it when you need to rebuild your wiki from scratch or refresh everything at once.

wiki-all executes the complete llmwiki pipeline—init, sync, graph, build, lint, and serve—in one orchestrated run.

AI-generated summary based on this skill's SKILL.md

351 54 MITupdated by Pratiyush

Decision gist · record as of 2026-06-18

wiki-all executes the complete llmwiki pipeline—init, sync, graph, build, lint, and serve—in one orchestrated run. wiki-all orchestrates the entire llmwiki workflow in sequence: initializing directories, syncing session data to markdown, constructing knowledge graphs with Graphify AI, compiling HTML output, running 14 quality checks, and launching a local server. Use it when you need to rebuild your wiki from scratch or refresh everything at once.

manual: git clone https://github.com/Pratiyush/llm-wiki → cp -r llm-wiki/.claude/skills/wiki-all ~/.claude/skills/wiki-all
.claude/skills/wiki-all/SKILL.md · version 65bea750

Use it when

  • wiki-all's full rebuild regenerates your entire wiki knowledge base and HTML site in sequence.
  • Yes, wiki-all executes every sequential wiki step automatically with progress reporting.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Pratiyush/llm-wiki/wiki-all · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I run the complete wiki pipeline?

wiki-all orchestrates your entire llmwiki workflow in one command. It initializes directories, syncs session data to markdown, constructs knowledge graphs with Graphify AI, compiles HTML output, runs 14 quality checks, and launches a local server. Use wiki-all when you need to rebuild your wiki from scratch or refresh everything at once.

What does wiki-all full rebuild accomplish?

wiki-all's full rebuild regenerates your entire wiki knowledge base and HTML site in sequence. It starts fresh by initializing directories, converts your session history to wiki markdown, builds the knowledge graph, validates quality across 14 checks, and serves the result locally. This is ideal when you want a complete refresh from initialization through serving.

Can wiki-all run all wiki steps at once?

Yes, wiki-all executes every sequential wiki step automatically with progress reporting. It handles init, sync, graph construction, HTML generation, linting, and serving in one unified command. This automation eliminates manual step-by-step execution and ensures nothing is skipped.

How does wiki-all convert session history to wiki?

wiki-all includes session-to-wiki conversion that validates quality throughout the process. It transforms your session history into structured wiki markdown, generates a knowledge graph, and exports it for use in tools like Obsidian. The entire pipeline runs sequentially with built-in quality assurance.

What is the license for wiki-all?

wiki-all is released under the MIT license, allowing free use, modification, and distribution with minimal restrictions.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

wiki-all

What this skill does

Runs the complete llmwiki pipeline in the correct sequence:

  1. init — scaffold raw/, wiki/, site/ directories
  2. sync — convert .jsonl sessions to markdown
  3. graph — build Graphify AI knowledge graph (communities, god nodes, hyperedges)
  4. build — compile wiki/ markdown into site/ HTML
  5. lint — run 14 quality rules, report issues
  6. serve — start local server at http://127.0.0.1:8765

Steps

Run each step in order. Report the result of each before proceeding to the next.

Step 1: Init
python3 -m llmwiki init

Report what was created or confirmed.

Step 2: Sync
python3 -m llmwiki sync --no-auto-build --no-auto-lint

Report: how many sessions converted, how many unchanged, any errors.

If new sessions were converted, follow the Ingest Workflow from CLAUDE.md for each new file (create/update entity + concept pages,

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/wiki-all/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Execute complete wiki pipeline from initialization through serving”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

llmwiki-sync
by Pratiyush · Pratiyush/llm-wiki

llmwiki-sync automates the full pipeline from Claude Code session transcripts to a searchable, LLM-maintained knowledge base. It converts raw session logs to markdown, ingests them into wiki structure (sources, entities, concepts), and optionally builds a static HTML site. Use it to keep your work history organized and queryable across projects.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
llmwiki-ingest
by Pratiyush · Pratiyush/llm-wiki

llmwiki-ingest transforms source files into interconnected wiki pages by extracting entities, concepts, and relationships. It writes source summaries, creates or updates entity and concept pages, cross-links everything, and flags contradictions—all while maintaining a searchable index and activity log. Perfect for building knowledge bases from session transcripts, markdown files, PDFs, and URLs.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
llmwiki-query
by Pratiyush · Pratiyush/llm-wiki

This skill searches your local llmwiki—a knowledge base built from your Claude Code, Cursor, and other session history—to answer questions about your own work and decisions. It reads relevant wiki pages, synthesizes answers with inline citations, and can save substantial responses as new synthesis pages for future reference.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
llm-wiki
by CoWork-OS · CoWork-OS/CoWork-OS

LLM Wiki creates and maintains a workspace-local markdown research vault with immutable source preservation, linked concept pages, and automatic indexing. Designed for Obsidian compatibility, it keeps your research organized across multiple modes—init, ingest, query, and refresh—while maintaining a live maintenance log and content map.

MITupdated Jul 2026
★ 406repo stars
project-maintainer
by Pratiyush · Pratiyush/llm-wiki

This skill performs a complete health check on projects following the Open Source Framework pipeline. It verifies phase gates, syncs task tracking across multiple sources, identifies stale content and broken links, and surfaces exactly what needs attention next. Use it for maintenance checks, progress updates, or whenever you need clarity on project status.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
self-learn
by Pratiyush · Pratiyush/llm-wiki

self-learn captures patterns, failures, and decisions from substantial sessions, scores them for generality and confidence, then proposes targeted framework updates—from project-specific steering rules to cross-cutting framework changes. It's the mechanism that lets your framework evolve from real usage, surfacing diffs for approval before any changes apply.

MITfor claude-codeupdated Jun 2026
★ 351repo stars

More skills Okf (unlicensed) · Llm Wiki (unlicensed) · llm-wiki (MIT) · llm-wiki (MIT) · llm-wiki (MIT) · output-workflow-reset (Apache-2.0)

Tags
end-to-end-workflowautomation-pipelineknowledge-graph-generationstatic-site-builderbatch-processingquality-assurancelocal-development-serversession-ingestion