wiki-ingest

Ingest raw wiki sources into curated pages and assemble a changeset.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill wiki-ingest-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ingest
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/wiki-ingest
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill wiki-ingest-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrate a new source from wiki/raw/ into the curated wiki. Reads the source, identifies affected pages, delegates updates to domain specialists, and applies a coherent changeset. Use whenever raw sources have been added (e.g., after research agents complete, or after Obsidian Web Clipper drops a new article into wiki/raw/community/articles/).

Core Features & Use Cases

  • Identify new wiki sources in wiki/raw and map them to affected wiki pages under wiki/services, wiki/luau, wiki/concepts, wiki/exploits, wiki/performance, wiki/monetization, wiki/studio.
  • Load and inspect affected pages to capture owner, status, and existing sources, then determine changes required.
  • Delegate updates to the appropriate owners and assemble a comprehensive changeset for review and ingestion.

Quick Start

Invoke the ingest workflow on wiki/raw/community/articles/new-article.md to integrate a new source.

Frequently Asked Questions about wiki-ingest

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

FAQPage Schema
How do I ingest raw wiki sources into a curated knowledge base?

Wiki ingestion works by scanning raw sources, identifying affected pages across services, luau, concepts, and studio domains, then delegating updates to specialists to assemble a validated changeset for integration.

What is the best way to automate wiki content updates when new research is added?

Automating wiki content updates involves triggering an ingestion workflow whenever raw sources are added, such as when research agents complete or web clippers drop new articles into the raw directory.

How does wiki ingestion validate changes against the knowledge base schema?

Wiki ingestion validates changes by checking proposed updates against the wiki SCHEMA.md file, loading each target page's current content and frontmatter, and determining required modifications before applying the changeset.

Can I ingest community articles into specific wiki domains like performance and monetization?

Yes, you can ingest community articles by mapping raw source files to affected wiki pages across specific domains including performance, monetization, exploits, concepts, luau, services, and studio.

Do I need domain specialists to update wiki pages when ingesting new sources?

You need domain specialists because the ingestion process delegates updates to the appropriate owners after loading affected pages, capturing existing frontmatter, and determining the specific changes required for each domain.

What limitations exist when ingesting raw wiki sources into a curated knowledge base?

Limitations include relying on strict validation against the wiki SCHEMA.md and requiring domain specialists to process updates, meaning sources failing schema validation or lacking mapped domains cannot be ingested automatically.