By uuie
MoE-aware coding discipline: stabilize expert routing (role anchors, consistent vocabulary, single-domain turns, structured prompts), externalize global state (impact-mapping, plan files), and verify every change. For any Mixture-of-Experts model (Qwen, GLM, DeepSeek, Mixtral, local MoE).
Use for coding, refactoring, or debugging execution on a Mixture-of-Experts (MoE) model (Qwen, GLM, DeepSeek, Mixtral, local MoE), after workflow gating. Stabilize expert routing through role anchors, consistent vocabulary, keyword anchoring, single-domain turns, and structured prompts, then enforce impact-mapping and per-change verification.
Engineering workflow orchestrator. Use `workflow-gate:init` to patch mandatory workflow rules into CLAUDE.md/AGENTS.md/.github/copilot-instructions.md (and AGENT.md if present). Use `workflow-gate:impact-analysis` before changing any public API, interface, shared type, DB schema, exported signature, or symbol with more than 3 call sites. For coding/refactoring/debugging execution, invoke `moe-execution` after planning and impact analysis.
MoE-aware coding skill + code-assistant instructions for Mixture-of-Experts models (Qwen, GLM, DeepSeek, Mixtral, local MoE).
Most "weak model" coding pain with MoE models isn't low intelligence — it's unstable expert routing. In an MoE model a lightweight router picks a small subset of "experts" for each token based on your phrasing. Paraphrase a concept, mix domains, or drift your wording, and a different set of experts takes over mid-task — so it forgets decisions, produces locally-correct-but-globally-broken edits, and follows instructions inconsistently.
This repo gives you three layers that fix that:
moe-execution skill — on-demand depth: routing stabilization, role-anchor table for
software-dev concerns, state externalization (impact maps, plan files), and a done gate.workflow-gate skill — workflow bootstrap (workflow-gate:init) and mandatory
interface blast-radius discipline (workflow-gate:impact-analysis), then handoff to
moe-execution for execution.Recommended execution path (non-init):
brainstorming / writing-plans)workflow-gate:impact-analysis for interface-level changesmoe-execution for implementation/refactor/debug| Symptom | MoE root cause | Fix in this repo |
|---|---|---|
| "Lost the plot" mid-task | Wording drift re-routes to different experts | Canonical vocabulary, re-anchoring |
| Locally-right, globally-broken edits | Routing is per-token; no expert sees the whole task | MAP dependents, persist plan to file |
| Inconsistent instruction following | Paraphrasing activates different experts | Stable, structured prompt shape |
| Weaker than expected on a domain | Wrong experts activated | Front-loaded role + tech keywords |
Works with any MoE model. DeepSeek is a common example, but the same routing dynamics apply to Qwen, GLM, Mixtral, Llama-4, and local MoE builds.
/plugin marketplace add uuie/deepseek-instructions
/plugin install moe-execution@moe-instructions
The GitHub repo is currently named
deepseek-instructions; the marketplace it exposes ismoe-instructions. If you rename the repo, update themarketplace addpath accordingly.
Then add the always-on layer to your ~/.claude/CLAUDE.md:
@<path-to-clone>/instructions/code-assistant-instructions.md
…or copy the block from
instructions/code-assistant-instructions.md
directly into your CLAUDE.md.
This repo works without the plugin system. Copy the instructions block into your agent's persistent instruction file and (optionally) the skill into its skills directory:
instructions/code-assistant-instructions.md
(Copilot CLI, Gemini CLI, Codex/AGENTS.md, Cursor).skills/moe-execution/ into your agent's skills folder
(e.g. ~/.claude/skills/)..claude-plugin/
marketplace.json # marketplace manifest (for `/plugin marketplace add`)
plugin.json # plugin manifest (registers the skill)
skills/
moe-execution/
SKILL.md # on-demand MoE execution skill
workflow-gate/
SKILL.md # init + impact-analysis workflow skill
scripts/
init_engineering_workflow.py
instructions/
code-assistant-instructions.md # portable always-on block + per-agent mappings
You can't make the experts smarter — but you can keep the right experts consistently active, and write down the global state they can't hold.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub uuie/deepseek-instructions --plugin moe-executionComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.