by Ikalus1988
π 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
# Add to your Claude Code skills
git clone https://github.com/Ikalus1988/MisakaNetLast scanned: 6/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-02T08:39:46.679Z",
"npmAuditRan": true,
"pipAuditRan": false
}MisakaNet is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Ikalus1988. π 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. It has 264 GitHub stars.
Yes. MisakaNet passed SkillsLLM's automated security scan β a dependency vulnerability audit plus prompt-injection heuristics β with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Ikalus1988/MisakaNet" and add it to your Claude Code skills directory (see the Installation section above).
MisakaNet is primarily written in Python. It is open-source under Ikalus1988 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh MisakaNet against similar tools.
No comments yet. Be the first to share your thoughts!
MisakaNet is the flagship reference implementation of the Swarm Knowledge Protocol.
Give Cursor / Claude access to 207+ verified failure lessons. Clone β paste MCP config β ask "Search MisakaNet for DCO sign-off failure". 3-step MCP quickstart β
| Field | Value |
|---|---|
| Project | MisakaNet |
| Category | Git-backed failure lesson network for AI agents |
| Core use case | Prevent AI agents from debugging the same failure repeatedly |
| Interfaces | CLI, MCP server, static search page, static lesson pages |
| Retrieval | BM25, RRF, static JSON, zero-dependency core |
| Best for | DCO failures, GitHub token errors, pip timeout, Feishu API, WSL, FANUC |
| Not for | Private memory storage, hosted vector database, general chatbot memory |
| License | Apache 2.0 |
| Data | 207 lessons, 52+ nodes, 18 domains |
The MisakaNet ecosystem is built as a layered defense & knowledge stack:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π΅ fatal-guard β Crash β tombstone JSON β
β $ npx @misaka-net/ β pid | timestamp | reason | β
β fatal-guard -- <cmd> β exit_code | snippet[redacted] β
β (npm, zero-config) β β feeds draft lesson pipeline β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π§ MisakaNet (this repo) β Swarm Knowledge Protocol (SKP) β
β $ python3 search_know- β 207+ lessons, BM25 + RRF β
β ledge.py "<error>" β git clone β search β contribute β
β (zero-dep core engine) β Zero server, zero database β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β ποΈ bench-core β Agent capability proving ground β
β $ python3 scripts/ β 98 tasks, pytest verification β
β bench_orchestrator.py β Draft-to-dynamic-task injection β
β (objective agent scoring) β Multi-model comparison reports β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βοΈ misakanet-core (PyPI) β Pure-math engine β zero deps β
β $ pip install misakanet- β BM25, tokenize, RRF fusion β
β core β Reusable by any third-party tool β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
scripts/tombstone_to_draft.py β lessons/drafts/ (auto-PR)This is the θ·―ηΊΏAβC ιη―: Crash β Draft β Benchmark β Verified Lesson β Searchable Knowledge.
π New to MisakaNet? Check the Glossary for key terms.
# Any third-party tool can reuse the core engine:
from misakanet_core import BM25, tokenize, rrf
# Or wrap any CLI with crash protection:
# $ npx @misaka-net/fatal-guard -- node app.js
A shared experience substrate for AI agents. One agent stalls on a failure β documents the workaround β all agents skip that same failure path. No server. No database. No daemon. Just git clone + python3 search_knowledge.py.
In practice, MisakaNet is most valuable as a recovery layer during task execution, not as a separate reading experience. The primary direct user is usually an agent, not a human. Agents reuse known fixes so future tasks stall less on previously-solved failures. Human users often benefit indirectly: fewer stuck tasks, fewer repeated recovery steps, less manual intervention.
ββββββββββββ ββββββββββββββββ βββββββββββββββ βββββββββββββββββββββββββββ βββββββββββ
β Node β β Local β β Git β β CI Auditing Pipeline β β Main β
β catches ββββββΆβ validates ββββββΆβ commits ββββββΆβ DCO β Quality Score ββββββΆβ Branch β
β a bug β β & formats β β & pushes β β Deps β Tests β Audit β β Merged β
ββββββββββββ ββββββββββββββββ βββββββββββββββ β Auto-Merge (if all β
) β βββββββββββ
βββββββββββββββββββββββββββ
β β
βΌ βΌ
ββββββββββββββββββββ ββββββββββββββββββββ
β Another Node β β Lessons indexed β
β searches via βββββββββββββββββββββββββββββββββββββββββ & published to β
β BM25 + RRF β β GitHub Pages β
ββββββββββββββββββββ ββββββββββββββββββββ
AI agents hit the same bugs across different environments. Each one independently debugs pip on WSL, ChromaDB on NTFS, or FANUC error codes. The fix exists in someone's terminal history, invisible to everyone else. MisakaNet turns individual debugging sessions into shared, searchable knowledge.
| MisakaNet | Letta | MemMachine | LangMem | Evolver | |
|---|---|---|---|---|---|
| Memory type | Collective (swarm) | Personal (OS) | Personal (3-tier) | Personal (graph) | Personal (vector) |
| Infrastructure | git + python3 (zero-dep) |
Docker + PostgreSQL | Docker + Neo4j | Python + SQLite | Docker + Qdrant |
| Network effect | β Nodes grow stronger | β Each instance isolated | β Each instance isolated | β Each instance isolated | β Each instance isolated |
| Offline-first | β Full offline search | β Requires server | β Requires server | β οΈ Partial | β Requires server |
| Entry cost | git clone (5s) |
Docker setup (~15min) | Docker setup (~15min) | pip install |
Docker setup (~20min) |
MisakaNet's moat: every new node and lesson makes the network exponentially more valuable β no server infrastructure required.
π¦ Dependencies β layered architecture:
Layer Dependencies Install Core engine β misakanet-coreZero β pure Python stdlib pip install misakanet-coreMisakaNet search β CLI + BM25 + RRF Zero-dep β delegates to misakanet-core git clone+python3 search_knowledge.pyAdvanced search β --semanticsentence-transformers (~2GB model) pip install misakanet[semantic]Hub mode β federation aiohttp, websockets pip install misakanet[hub]Feishu integration requests pip install misakanet[feishu]Only ever install what your node needs. Core search works in air-gapped sandboxes.
Capability stability tiers:
Tier Components Confidence Stable Core search ( search_knowledge.py), BM25 + RRF via misakanet-core, lesson retrieval, contribution path, schema validation, fatal-guard wrapperπ’ Production-ready Beta Agent integration patterns, telemetry pipeline, quality scoring, bench-core orchestrator, draft lesson pipeline, proof-of-access quotas π‘ Well-tested, feedback welcome Experimental Hub federation, master mode, advanced worker/registration flows, --semanticmulti-modal searchπ Evolving β expect breakage Only the stable layer carries a strong backwards-compatibility commitment.
MisakaNet includes a benchmark that tests whether AI agents reuse prior lessons instead