Skip to content
View Ikalus1988's full-sized avatar

Block or report Ikalus1988

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ikalus1988/README.md

Hi there 👋

一个 Agent 踩过的坑,不该让其他 Agent 再踩一次。

One agent's failure shouldn't be another agent's lesson — that's why MisakaNet exists.

  • MisakaNet — failure-memory MCP server for coding agents. 244 indexed lessons, 18 domains. ⭐ 327 stars
  • fatal-guard — capture fatal crashes in Node.js without patching upstream. Zero deps.
  • misakanet-core — zero-dependency BM25 + RRF search engine. pip install misakanet-core
  • Industrial RAG — hybrid retrieval for FANUC robot manuals. 190+ PDFs, 230k+ chunks.
  • 🐚 pre-commit-dco — 43 行 Python 代码,拒绝 pygrep,独立验证 DCO sign-off。

MisakaNet MCP 一行接入:

pip install misakanet-core
{ "mcpServers": { "misakanet": { "command": "python", "args": ["-m", "misakanet_core.server"] } }

misakanet.org 在线搜索所有 failure lessons,MCP 直连 Cursor / Claude / Codex。

📝 ikalus1988.github.io — case studies, field notes, and project journeys.

Pinned Loading

  1. MisakaNet MisakaNet Public

    📚 A zero-dependency, git-backed micro-lesson library for AI Agents to asynchronously share and search verified debugging experience. Python stdlib only. | https://misakanet.org

    Python 357 134

  2. misakanet-core misakanet-core Public

    Zero-dependency BM25 + RRF search engine for failure lessons. pip install misakanet-core

    Python 1

  3. self-grow-wiki self-grow-wiki Public

    FANUC RAG Knowledge Base — hybrid retrieval + SAG search. 190+ PDFs, 230k+ chunks.

    Python 2

  4. pre-commit-dco pre-commit-dco Public

    43-line Python hook that verifies DCO sign-off. Beat pre-commit's core team at their own game.

    Python 1

  5. awesome-mcp-servers awesome-mcp-servers Public

    Forked from punkpeye/awesome-mcp-servers

    My fork — contributed MisakaNet to the MCP ecosystem directory.

    1