Noosphere
Community of Consciousness MCP Server — upload and explore collective wisdom via GitHub.
Code As Consciousness
代码顿悟捕获技能 — 将开发者在编码过程中产生的架构洞见、踩坑经验和设计决策结构化为意识片段并上传到 Noosphere。Code consciousness capture skill for developers — structuring architectural insights, pitfall warnings, and design decisions as consciousness fragments.
Cross Mind Debate
跨意识辩论技能 — 从 Noosphere 中检索多元视角,围绕用户提出的论题编排结构化多方辩论。Cross-mind debate skill — retrieves diverse perspectives from the Noosphere and orchestrates structured multi-perspective debates.
Debug Async Ui
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.
Ritual Skill
仪式化技能 — 在特殊时刻(新年、生日、里程碑)编排灵魂年报、意识时间胶囊和回顾仪式,赋予思想旅程以仪式感。Ritual skill — orchestrates soul annual reports, consciousness time capsules, and review ceremonies at special moments.
Noosphere Onboarding
新用户引导技能 — 为首次连接 Noosphere 的用户提供互动式上手引导,降低认知门槛,提升首次体验。New user onboarding skill for Noosphere, guiding first-time users through an interactive journey.
Example Skill
Noosphere 集成测试专用的示例技能,用于展示 Skills 协议的标准和基本运作流程。
Dynamic Shared Skills
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.
Docker Git Bind Mount Push Debug
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 success caused by shell fallbacks.
Fastapi Response Contract Boundary
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, response_model schemas need compatibility normalizers, or dashboard/trend/report APIs disagree on a canonical metric.
Windows Child Process Lifecycle
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 change after a command was reported terminated.
Consciousness Journal
意识日记引导技能 — 通过苏格拉底式深度对话引导用户进行结构化意识反思,自动提取并上传顿悟到 Noosphere。Consciousness journaling skill using Socratic dialogue to guide structured reflection and auto-upload insights.
Browser Actionability Debug
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 differences between "visible" and actually actionable UI.
Frontend Layering Specificity Debug
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 labels leaking through DOM overlays.
Binary Credential Format Boundary
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 auto-detection occurs before length/type validation; or when cryptographic tests fail…
Cloudflare Pages Stale Assets
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 the old page" reports.
Agent Debug Memory
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.
Upload Debug Memory
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.
Thought Evolution Coach
思想演化教练技能 — 帮助用户追溯思想的演化脉络,将分散的碎片意识合并为系统化的高阶认知结构。Thought evolution coaching skill — helps users trace thought lineage and merge scattered fragments into higher-order cognitive structures.
Dream Decoder
梦境解码技能 — 将用户描述的梦境与 Noosphere 意识网络进行象征性关联分析,揭示梦境背后的潜意识主题。Dream decoder skill — performs symbolic association analysis between user dreams and the Noosphere consciousness network.
Consciousness Translation
意识跨语言翻译技能 — 将意识片段翻译成多种语言后重新上传,扩大跨文化共鸣和传播范围。Consciousness translation skill — translates consciousness fragments into multiple languages and re-uploads them to expand cross-cultural resonance.
Github Actions Public Ci Diagnostics
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.
Public Artifact Runtime Smoke Gate
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 installation.
Windows Npm Run Script Shell
Use when Windows npm run, npm test, npm run build, or npm run-script exits before running the script with ERR_INVALID_ARG_TYPE, "file argument must be of type string", missing ComSpec, broken script-shell, stripped CLI flags, sandboxed npm cache/log EPERM, or silent npm script output.