wiki-seed

Bootstrap a Roblox Luau wiki from existing .claude repository content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap and seed a Roblox Luau knowledge wiki from existing repository content, extracting Luau/Roblox knowledge from .claude/agents/, .claude/rules/, and .claude/docs/ and generating initial wiki pages with proper frontmatter, cross-references, and ownership. Run ONCE at project setup; subsequent updates use /wiki-ingest.

Core Features & Use Cases

  • One-time bootstrap of the Roblox Luau wiki from existing sources to establish a structured knowledge base.
  • Generates initial wiki pages with correct frontmatter, cross-links, and ownership mappings, enabling immediate collaboration and onboarding.
  • Provides a guardrail to prevent re-seeding when wiki/services already contain content; guides subsequent updates via /wiki-ingest.

Quick Start

Run the wiki-seed skill once during project setup to bootstrap the Roblox Luau knowledge wiki from existing content and generate initial wiki pages with proper frontmatter and cross-links.

Frequently Asked Questions about wiki-seed

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

FAQPage Schema
How do I bootstrap a Roblox Luau wiki from existing repository content?

To bootstrap a Roblox Luau wiki, the wiki-seed skill reads predefined sources like .claude/agents, .claude/rules, and .claude/docs to generate initial pages with frontmatter, cross-links, and ownership metadata, outputting a seed log.

When should I seed a knowledge base for a new Roblox project?

Seed a knowledge base once during initial project setup to establish a structured Roblox Luau wiki. Subsequent updates to the wiki should be handled by the /wiki-ingest command to avoid re-seeding existing content.

What do I need to set up before generating initial wiki pages?

Before generating initial wiki pages, your FoG-Roblox project must already contain .claude/agents, .claude/rules, and .claude/docs directories containing the predefined Luau source content to be extracted.

Does wiki-seed work if the wiki services already contain content?

No, wiki-seed includes a guardrail that prevents re-seeding when wiki services already contain content. This protects existing pages, cross-references, and ownership mappings from being overwritten during setup.

How does the wiki seeding workflow handle cross-references and ownership?

The wiki seeding workflow reads existing repository documentation and automatically generates wiki pages with correct frontmatter, cross-links, and ownership mappings to enable immediate collaboration and team onboarding.