← all publishers

rangzen

@rangzen source repo

5 published skills

  1. Kp Init · rangzen
    Scaffold 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".
    0
    installs
  2. Kp Wiki · rangzen bundle
    Build 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".
    0
    installs
  3. Kp Query · rangzen
    Ask 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".
    0
    installs
  4. Kp Source · rangzen bundle
    Add 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".
    0
    installs
  5. Kp Staging · rangzen bundle
    Run 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".
    0
    installs