Cursor rule Cursor
Search MisakaNet failure-memory before debugging common errors.
Cursor rule Cursor
Search MisakaNet failure-memory before debugging common errors.
Instructions file CodexOpenCode
A set of instructions for MisakaNet agents, a system that shares searchable lessons and reference knowledge from agent work. It also describes capturing process crashes as draft lessons for later reuse.
Instructions file
Instructions for Ikalus1988/MisakaNet, covering misakanet failure memory, quick start, search for a failure, get a specific lesson and submit via mcp (no github needed).
Skill Claude CodeCodex
Skill "MisakaNet" from Ikalus1988/MisakaNet, covering misakanet-failure-memory, when to use this skill, recovery flow, tools and search for lessons.
Agent
MisakaNet/ ├── lessons/ # 跨节点共享知识(踩坑记录) ├── reference/ # 完整方案文档 ├── misakanet/ # 通信模块 │ ├── scripts/ │ │ ├── queuelesson.py # 写 lesson │ │ ├── searchknowledge.py # 检索知识 │ │ └── ... │ └── schema/ ├── storage/ │ ├── knowledgegraph.py # 知识图谱 │ └── vectorstore.py # 向量存储 └── docs/agents/ # 代理操作指南 ├──…
Agent
A set of rules for adding a shared knowledge base to several coding agents, including Hermes CLI, Claude Code, cloud agents, and OpenClaw. The knowledge base contains fixes and longer technical references.
Agent
A guide for searching and contributing to a shared engineering knowledge base. It separates short failure reports called lessons from longer implementation references.
MCP server Claude CodeCodexCursor +2
A distributed system for sharing experiences and lessons learned between AI agents. Its description says that a discovered pitfall can benefit the wider network.