cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
MCP Servers focused collection of repo's (using git-subrepo for easy updating --ALL)
This repository also configures its own agents. See what ThirdBrAIn-MCPSERVERS-IQ tells them →
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Add a new MCP tool to this server template. Use when asked to "add a tool", "add an MCP tool", "create a new tool", or "implement a new tool".
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Migrate a project created from the pre-Effect MCP TypeScript template to the Effect-based template while preserving MCP behavior and deployment contracts. Use for this template's Zod/Pino-to-Effect migration, not for generic TypeScript-to-Effect rewrites or native Effect MCP server migrations.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Excalidraw canvas toolkit for creating, editing, and refining diagrams on a live canvas. Use when an agent needs to (1) draw or lay out diagrams, (2) iteratively refine them by describing the scene and screenshotting its own work, (3) export/import .excalidraw files or PNG/SVG images, (4) save/restore canvas…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
How to add, change and verify a Nexus agent or tool, and the contract every tool must satisfy. Use when adding or modifying an agent or tool, when a documented command does not resolve, when wiring registration or capability gating, or when touching the ToolManager payload shape.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Work on the Nexus LLM eval harness in tests/eval/ — author or fix a scenario fixture, write an eval config, change the executors, assertions or reports, or explain a run that produced nothing, everything-fails, or numbers that disagree. Use when an eval scenario is wrong, a run behaves oddly, or the harness itself…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
How to add or debug a Nexus LLM provider adapter — what every adapter must wire, how to verify it against a live provider, and the failure modes that produce a silently blank chat. Use when adding or changing a provider adapter, debugging streaming or reasoning display, working with local or CLI-backed models, or…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Keep Nexus loading on mobile and compliant with the Obsidian plugin store — vet a dependency, import without crashing init, confine a vault path, and prove none of it regressed with the reachability checker. Use before adding an npm package or a Node import, when writing to caller-supplied vault paths, when gating a…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Grade how well a model drives the Nexus two-tool protocol (getTools/useTools) and decide whether a low score is the model's fault or the harness's. Use when asked to grade, benchmark, rank or compare models on Nexus tool use, when picking a default model, or when an eval report needs interpreting.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Add, change or verify a Nexus LLM model definition — the registry entry, the provider default, and proof the model id actually works against the live endpoint. Use when adding a newly released model, editing model metadata such as pricing, context window or capability flags, promoting a provider default, standing up a…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Cut a Nexus release — bump the version with the repo's own machinery, get the docs and generated sources right, push a tag the GitHub Actions workflow will actually pick up, and recover when it does not. Use when asked to release, publish, ship, cut a release, bump the version, or tag a version, and when a release…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
How to change, persist, migrate and recover Nexus data without losing it. Use when adding a SQLite table or column, persisting anything that must survive a restart or a cache rebuild, resolving a vault or plugin storage path, or debugging missing, stale, duplicated or post-rebuild-vanished data.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Verify a Nexus change — pick a Jest lane, write a test that can actually fail, run the in-app Obsidian CLI loop, drive the eval harness, or fix a shipped-docs drift failure. Use when adding or changing tests, when a mock might be deciding the outcome, when a change has to be proven in the running plugin, or when the…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude CodeCodex
Export the live CLI-first Nexus tool catalog as JSON — the whole registry or a selector-picked subset — and refresh the committed catalog that the repo's guidance and drift tests read. Use when someone asks for tool schemas or the exact command/argument shape a caller sees, after changing a tool's parameter schema…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Design a Nexus UI change as a standalone mockup under docs/mockups/ before any production code, then hand it off as the visual contract a plan implements against. Use when asked for a new view, panel, modal, settings tab, chat surface, or layout refactor, when revising or superseding an existing mockup, or when a plan…
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Use when deploying, restarting, verifying or rolling back the containerised plugged.in production stack, when the site returns 404 or 5xx after a deploy or git operation, or when changing infra/docker-compose.yml, infra/traefik/ or the app image.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Use when adding, changing, reading or rotating a secret in infra/sops/secrets.env.sops, adding an age recipient, or when sops reports "Error unmarshalling input json", "Config file not found", or "no matching creation rules found" in this repo.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Captures a team convention or best practice and adds it to the appropriate .claude/rules/ or .claude/agents/ file.
cbruyndoncx/ThirdBrAIn-MCPSERVERS-IQ
Skill Claude Code
Validates operator chart contribution practices (helm template, ct lint, docs generation) before committing changes.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: