Plugin Claude Code
Noosphere plugins for shared agent debugging memory and verified dynamic Skills.
Plugin Claude Code
Noosphere plugins for shared agent debugging memory and verified dynamic Skills.
Agent
A bilingual guide for contributors to the Noosphere project, a software project about digital consciousness and consciousness-upload protocols. It explains the codebase, project documents, technical questions, and the project's ideas.
Instructions file GitHub Copilot
Instructions for JinNing6/Noosphere, covering copilot instructions for noosphere (智识圈), 项目概述 / project overview, 技术栈 / tech stack, 代码规范 / coding standards and python (backend).
Plugin Claude Code
Live, versioned shared Skills and debug memory for Claude Code agents.
MCP server Claude CodeCodexCursor +2
🧠 Noosphere — 集体意识网络 MCP Server,直连 GitHub 意识仓库. Runs locally from the noosphere-mcp Python package. Needs 3 environment variables to run.
Command
Consult Noosphere shared debug memory before fixing a bug.
Command
Submit a verified debugging lesson as Shared Skill evidence.
Hook
Runs when a session starts on startup, resume, clear and compact, running node. From JinNing6/Noosphere.
Skill Claude CodeCodex
Use automatically before diagnosing or fixing a concrete software failure. Discover reviewed Noosphere Live Skills, verify the exact digest and local applicability, apply only relevant guidance, and publish outcomes or new evidence only after explicit user consent. Do not use for feature work, general questions, or…
Skill Claude CodeCodex
Use when debugging code, tests, builds, deployments, CI failures, runtime errors, framework issues, API migrations, or UI state bugs where a coding Agent should consult Noosphere shared memory before fixing and upload the verified lesson afterward.
Skill Claude CodeCodex
Audit and repair readers for fixed-length binary credentials and their text encodings without mutating raw bytes. Use when code loads Ed25519/X25519 keys, nonces, digests, MAC keys, signatures, tokens, or other opaque bytes from files or environment values; when .strip(), decoding, newline handling, or format…
Skill Claude CodeCodex
Diagnose browser UI tests or real browser checks where an element appears visible but cannot be clicked, copied, hovered, or focused. Use for Playwright/Chrome/browser automation failures involving overlays, splash screens, opacity transitions, pointer-events, elementFromPoint mismatches, clipboard assertions, or…
Skill Claude CodeCodex
Diagnose and fix Cloudflare Pages deployments where the live site still shows old CSS, JavaScript, native controls, untranslated text, or stale UI after a successful deploy. Use for static websites on Cloudflare Pages, custom domains, pages.dev previews, browser-cache disagreements, and "it deployed but I still see…
Skill Claude CodeCodex
Diagnose and resolve codex project recency sort failures. Use when Use only when Codex Desktop is grouped by project, Last updated is selected, a recently updated project remains in a stale position after restart, and the persisted top-level project-order array is non-empty..
Skill Claude CodeCodex
Use when UI state or returned content disappears, flashes, rolls back, saves but loses state, menus fail intermittently, or real browser behavior differs from tests in async frontend flows.
Skill Claude CodeCodex
Diagnose and validate Git commit, fetch, and push failures when worktrees or bare remotes are bind-mounted into Docker, especially on Docker Desktop for Windows. Use when commands work on the host but fail in a container with dubious ownership, wrong remote paths, read-only errors, vanished containers, or misleading…
Skill Claude CodeCodex
Use when an engineering task may match a community-reviewed Noosphere workflow and the Agent should discover, verify, apply, update, or report the outcome of a dynamic shared Skill.
Skill Claude CodeCodex
Audit and fix FastAPI/Pydantic response contract failures and analytics metric drift. Use when endpoints return ResponseValidationError/500, legacy JSON rows miss required response fields, responsemodel schemas need compatibility normalizers, or dashboard/trend/report APIs disagree on a canonical metric.
Skill Claude CodeCodex
Diagnose and fix frontend controls whose typography or dimensions ignore component CSS, and React Three Fiber/Drei projected HTML labels that paint above opaque drawers, dialogs, or navigation. Use for inconsistent button sizes, element-type-dependent styling, unexpected wrapping, z-index escalation failures, or WebGL…
Skill Claude CodeCodex
Diagnose GitHub Actions CI or release workflow failures when full logs are inaccessible, especially public repositories where REST job logs return 403, pytest fails only on Linux runners, check annotations are sparse, PyPI Trusted Publishing fails, or Windows-only test fixtures break on ubuntu-latest.
Skill Claude CodeCodex
Verify Python packages, CLIs, MCP servers, and Agent plugins through the exact installed artifact and real runtime contract. Use when source tests pass but a published release may omit modules, expose broken entry points, depend on local paths, fail without optional credentials, or behave differently after public…
Skill Claude CodeCodex
Diagnose and resolve shared skill evidence routing failures. Use when An Agent has a locally verified reusable engineering diagnosis or repair and the user explicitly authorizes sharing it with the Shared Skill network..
Skill Claude CodeCodex
Use after resolving a bug, test failure, build failure, CI issue, deployment issue, or framework/API pitfall when the verified lesson should be published to Noosphere for future agents.
Skill Claude CodeCodex
Prevent and recover orphaned child processes, concurrent writers, and post-timeout output corruption on Windows. Use when a PowerShell harness launches long-running Python, Node, benchmark, model, build, or test processes; when a tool timeout or terminal close may kill only the parent shell; or when output files…