polym-local-wiki-init

Initialize a local markdown wiki for BytePlus SA knowledge.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/byteplus-sa/polym --skill polym-local-wiki-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polym-local-wiki-init
Source: https://github.com/byteplus-sa/polym/tree/main/skills/polym-local-wiki-init
Command: npx skills add https://github.com/byteplus-sa/polym --skill polym-local-wiki-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Building a structured, LLM-maintained knowledge base for SA work is time-consuming and error-prone, especially when you need consistent entity pages, templates, and ingest/query workflows.

Core Features & Use Cases

  • Creates a complete local wiki directory for BytePlus SA workflows, including immutable source folders and a structured wiki tree (entities, concepts, interactions, sources).
  • Generates the wiki operating documents like SCHEMA.md, PROMPTS.md, and an orientation README.md so an agent can ingest sources, answer questions, and lint for consistency.
  • Bootstraps starter wiki pages such as wiki/index.md and wiki/log.md to establish the catalog and an append-only history.

Quick Start

Use the skill by telling Claude Code: init local wiki at ~/sa-wiki.

Frequently Asked Questions about polym-local-wiki-init

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

FAQPage Schema
How do I create a local knowledge wiki from markdown files and meeting transcripts?

To create a local knowledge wiki, this skill initializes a structured directory on your filesystem with schema, prompt, and starter pages. It sets up a cross-linked markdown system to capture and organize customer knowledge from local documents and transcripts.

What is an LLM-maintained wiki and how does it manage ingestion pipelines?

An LLM-maintained wiki uses schema and prompt files to guide an agent through a repeatable ingest, query, and lint workflow. This allows the agent to automatically process sources, answer questions, and check consistency across your markdown knowledge base.

How do I set up a local SA knowledge base with entity schemas?

You can set up a local SA knowledge base by instructing your agent to initialize the wiki at a specified path. The skill generates the required directory structure, including immutable source folders and an entity schema file, to bootstrap your workflow.

Can I use markdown to structure LLM prompts for knowledge management?

Yes, you can structure LLM prompts for knowledge management using markdown. The skill generates a dedicated PROMPTS.md file alongside the SCHEMA.md, providing the agent with consistent instructions for ingesting sources and answering queries.

Does this local wiki initialization require any external dependencies?

No external dependencies are required for this local wiki initialization. The skill operates directly on your filesystem to create the directory structure and write the necessary markdown schema, prompt, and starter pages.