misakanet
v2.30.2Failure-memory network for AI coding agents: search evidence-rated failure lessons, submit new failures, and turn crashes into reusable knowledge.
By Ikalus1988License: Apache-2.0492 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install misakanet for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add misakanet@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Ikalus1988/MisakaNetClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "misakanet",
"version": "2.30.2",
"description": "Failure-memory network for AI coding agents: search evidence-rated failure lessons, submit new failures, and turn crashes into reusable knowledge.",
"author": {
"name": "Ikalus1988",
"url": "https://github.com/Ikalus1988"
},
"homepage": "https://misakanet.org",
"repository": "https://github.com/Ikalus1988/MisakaNet",
"license": "Apache-2.0",
"keywords": [
"failure-memory",
"lessons",
"debugging",
"mcp",
"agents",
"knowledge-base",
"search",
"postmortem",
"error-signatures",
"devops"
],
"skills": "./skills/",
"interface": {
"displayName": "MisakaNet",
"shortDescription": "Search a public failure-memory library of debugging lessons, and submit failures so other agents skip the same wall.",
"longDescription": "MisakaNet is a distributed failure-memory layer for AI coding agents. Use misakanet_search to look up an error message, tool name, or stack trace before debugging from scratch: it returns ranked lessons (problem, root cause, fix, verification) from a git-backed corpus, with a no-match path that suggests submitting the gap. Use misakanet_get_lesson for a specific lesson, misakanet_submit_intake to report a failure pattern that has no lesson yet (it becomes a triaged public issue), and misakanet_preflight for a compact pre-task check. Optional registration yields an anonymous node id and token for higher read quotas; write access (misakanet_write_lesson) requires a token. Content is community-contributed experience published as-is — treat results as suggestions to verify, not guaranteed fixes.",
"developerName": "Ikalus1988",
"category": "Coding",
"capabilities": [
"Read",
"Write",
"Search"
],
"websiteURL": "https://misakanet.org",
"privacyPolicyURL": "https://misakanet.org/privacy/",
"termsOfServiceURL": "https://misakanet.org/terms/",
"brandColor": "#58A6FF",
"logo": "./.codex-plugin/assets/logo.png",
"composerIcon": "./.codex-plugin/assets/composer-icon.png",
"screenshots": [
"./.codex-plugin/assets/screenshot-search.png"
],
"defaultPrompt": [
"Search MisakaNet for this error before debugging it from scratch.",
"misakanet_get_lesson for the best match; misakanet_submit_intake when nothing fits.",
"misakanet_preflight before a risky operation."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[misakanet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/misakanet)