rangzen
- 5 skills
- 0 followers
- 10 hours ago last updated
- ▌ Kp Init · rangzenScaffold a new knowledge project in the current directory. Creates sources/, staging/, wiki/, wiki/config/, wiki/queries/, and scripts/ directories, writes .knowledge-project config, generates .gitignore defaults, and creates AGENTS.md with per-directory role definitions. Use when the user runs /kp-init, wants to start a new knowledge project, or needs to set up the directory structure before adding sources or running extraction. "kps" is the short name for this project (Knowledge Project Skills) - also activate when the user says "kps init".
- ▌ Kp Wiki · rangzen bundleBuild or update the wiki in wiki/ from staged content. Generates wiki/glossary.md, one Markdown page per entity, wiki/index.md (Obsidian entry point), and wiki/index.yaml (agent entry point). Reads wiki/queries/ feedback to prioritize topics and surface staging gaps. Use when the user runs /kp-wiki, wants to build or rebuild the wiki, needs to generate the glossary or wiki pages, or wants to add a manually-curated page to the wiki. "kps" is the short name for this project (Knowledge Project Skills) - also activate when the user says "kps wiki".
- ▌ Kp Query · rangzenAsk a question against the wiki and save the answer with full provenance to wiki/queries/. Searches wiki/index.yaml, entity pages, glossary, and staging in priority order. Records confidence and answer sources so each question improves the next /kp-wiki build. Use when the user runs /kp-query, asks a question about the project's sources or wiki, wants to find low-confidence gaps, or wants to explore past questions related to a topic. "kps" is the short name for this project (Knowledge Project Skills) - also activate when the user says "kps query".
- ▌ Kp Source · rangzen bundleAdd sources to a knowledge project, check for updates, and track provenance. Use when the user runs /kp-source, wants to add a PDF, URL, CSV, database dump, or any document to sources/, needs to check the status of ingested sources, or wants to detect whether a previously ingested source has changed. "kps" is the short name for this project (Knowledge Project Skills) - also activate when the user says "kps ingestion" or "kps ingest".
- ▌ Kp Staging · rangzen bundleRun LLM-based or rule-based extractors over ingested sources and write structured JSON to staging/. Extracts entities, summaries, key facts, dates, schema (for structured sources), and images (for PDFs). Use when the user runs /kp-staging, wants to process a source, asks to extract entities or facts from a document, or needs to populate staging/ before building the knowledge base. "kps" is the short name for this project (Knowledge Project Skills) - also activate when the user says "kps extract".