← all publishers

nicholasglazer

@nicholasglazer source repo

8 published skills

  1. Eval · nicholasglazer
    Measure retrieval quality on your corpus — Hit@5, MRR, nDCG@10, Precision@5. Thin wrapper around `gnosis-mcp eval` with regression tracking against a saved baseline, plain-English interpretation, and tuning pointers when numbers look off. Use after every ingest or config change.
    1 install
  2. Tune · nicholasglazer
    Find the chunk-size and retrieval config that maximizes quality on YOUR corpus. Sweeps chunk sizes, runs a golden-query set, reports nDCG / MRR / Hit@5. Use after first ingest or whenever your corpus changes shape significantly.
    1 install
  3. Setup · nicholasglazer
    First-time setup wizard for Gnosis MCP. Install, init the database, ingest a docs folder, wire your editor — in that order.
    1 install
  4. Ingest · nicholasglazer
    Populate the gnosis-mcp knowledge base — from local files, git history, or a crawled website. Handles the full matrix of flags (--force, --prune, --wipe, --embed, --include-crawled) in one place.
    1 install
  5. Manage · nicholasglazer
    CRUD operations on the knowledge base — add, delete, update metadata. For bulk ingest / re-ingest / prune, use /gnosis:ingest instead. Requires GNOSIS_MCP_WRITABLE=true.
    1 install
  6. Search · nicholasglazer
    Search the gnosis-mcp knowledge base. Keyword (default), hybrid semantic+keyword (--semantic), or git commit history (--git). Includes sanity checks and a reranker warning.
    3 installs
  7. Status · nicholasglazer
    Verify gnosis-mcp server connectivity, schema integrity, and corpus health. Use when MCP calls fail, return empty, or return unexpected data.
    1 install
  8. Context · nicholasglazer
    Load usage-weighted context from Gnosis MCP. Surfaces most-accessed docs for session startup or topic primers.
    1 install