HumanAgentWiki — AI skill for Claude Code
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)
- Your notes
Related Skills
Eplan RAG MCP
EPLAN Electric P8 2026 + AI: MCP servers, docs RAG, and a Claude Code skill for EPLAN scripting/API developmen
Obsidian Vault RAG Assistant
Obsidian Vault RAG Knowledge Assistant: local MiniLM embeddings + numpy retrieval, measured eval harness (reca
Obsidian Agent Brain
Turn your Obsidian vault into a zero-context second brain for AI agents (Claude Code, etc.) — MOCs + YAML sche
InfinityOS
InfinityOS — sistema operacional de orquestração de agentes para Claude Code: clones de especialistas, squads
Unity MCP Plugin
Unity MCP Plugin (UPM) — Editor bridge for AI-assisted game development. Enables Claude, Cursor & MCP-compatib
Claude CLI MCP Bridge
Claude Code CLI 2026 Pro Edition – Next-Gen AI Development Workflow Tool
Related Agents
Vault Migrador
Migra a documentação de UM projeto para o vault Obsidian seguindo as regras da skill obsidian-docs-update. Doi
AI Specialist
Expert in integrating LLMs, building RAG systems (pgvector), and creating MCP servers.
Vault Migrator
Classify, transform, and migrate vault content from a source vault into this obsidian-mind instance. Two modes