petrludwig-collab

HumanAgentWiki — AI skill for Claude Code

AI community

Mozek – lokální sémantická druhá paměť (RAG) s MCP pro AI agenty.

How to install HumanAgentWiki

This entry records only its repository, not the path inside it, so there is no exact command to give. Open petrludwig-collab/HumanAgentWiki and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What HumanAgentWiki does

Mozek – lokální sémantická druhá paměť (RAG) s MCP pro AI agenty. Multijazyčné, Obsidian-kompatibilní, soukromé (běží u tebe).

Alternatives in AI

  • UI UX Pro Max Skill — An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms 45.8k ★
  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • Claude Cookbook — Official notebooks and recipes for common patterns (RAG, tool use, Skills, MCP) 35.3k ★

README

HumanAgentWiki

A local, private **"second brain" your AI agents can actually read** — semantic search + [MCP](https://modelcontextprotocol.io) over your own Markdown notes.

**Status: early WIP** — being extracted and generalized from a working private system. See [ROADMAP.md](ROADMAP.md).


What it is

HumanAgentWiki turns *your own notes* (plain Markdown) into a shared, searchable knowledge base that any **MCP-compatible AI agent** can plug into. Everything runs **locally on your machine** — your knowledge never leaves your computer.

Why

  • 🧠 LLMs don't know your context. HumanAgentWiki gives them retrieval over what you actually wrote and think (RAG), so answers are grounded in your knowledge — not generic web fluff, and far fewer hallucinations.
  • 🔒 Local & private. PostgreSQL + pgvector on your own machine. No cloud upload.
  • 🌍 Multilingual. Uses BGE-M3 embeddings — excellent for Czech and 100+ languages, not just English.
  • 🔌 Agent-native. Exposes an MCP server, so Claude and other MCP clients connect with zero glue code. Multiple agents share one brain.

Install

One line:

curl -fsSL https://raw.githubusercontent.com/petrludwig-collab/HumanAgentWiki/main/install.sh | bash

Or clone and run the installer:

git clone https://github.com/petrludwig-collab/HumanAgentWiki.git
cd HumanAgentWiki && ./install.sh

It checks prerequisites, creates a virtualenv, installs dependencies, brings up PostgreSQL (Docker if available, otherwise a local instance), writes `.env`, and creates the schema. Then use the `./haw` launcher:

./haw index     # index your notes (Markdown under ./notes)
./haw web       # web UI at http://127.0.0.1:8808
./haw serve     # MCP server for your agents

Try it instantly with the bundled demo: `NOTES_DIR=./sample_notes ./haw index && ./haw web`

How it works (plain English)

  1. Your notes