← all publishers

kattakath

@kattakath source repo

3 published skills

  1. RAG · kattakath
    Do retrieval-augmented generation over the local pgvector store. Use when the user wants to ingest documents/text into a searchable knowledge base, or ask questions answered from that stored corpus ("index this", "add to my notes DB", "what do my docs say about X", "search my knowledge base", "RAG over these files"). Runs entirely local via the `postgres` MCP server + in-DB embeddings (Ollama); no API keys, nothing leaves the machine.
    0 installs
  2. Android Phone · kattakath
    Operate a PHYSICAL Android device over ADB from this Mac — wired or wireless — using the fleet `android-phone` CLI (packages/android-phone.nix): pair, connect, disconnect, bootstrap USB→TCP/IP, and mirror via scrcpy. Use when the user asks to "connect my phone", "pair my android", "adb over wifi", "wireless debugging", "mirror my phone screen", "scrcpy", "adb can't see my device", or any ADB connectivity/diagnosis task. NOT for the virtual emulator (that is `android-emu` / the Android Emulator app) and NOT for driving app UIs (that is the gateway's `mobile-mcp` server — this skill gets the device connected so mobile-mcp can).
    0 installs
  3. Nix Dev Toolkit · kattakath bundle
    This skill should be used when the user asks to "create a flake.nix for this project", "add a dev shell", "set up a local Postgres with pgvector", "run a local stack", "provision a self-hosted GitHub runner", "make a self-sufficient toolkit", "add nix apps for deploy and maintenance", "audit which env vars are set", or otherwise wants a repo made self-contained with Nix for development, deployment and maintenance. Provides a working flake template, an env-catalogue pattern, and the Nix/Postgres/Prisma traps that cost real debugging time.
    0 installs