deepseek-minimal-anchor
v0.4.0DeepSeek Mini-Router for Codex: Pro sessions get the official Minimal one-sentence anchor; Flash sessions get a task-aware decide-and-verify router persona via trusted hooks, with a bundled skill fallback.
By HzzLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 23, 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 deepseek-minimal-anchor for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add deepseek-minimal-anchor@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “deepseek-minimal-anchor” remain stable.
- Codex:
deepseek-minimal-anchor@agent-plugin-marketplace→deepseek-minimal-anchor@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hccccc01333/codex-deepseek-mini-router/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "deepseek-minimal-anchor",
"version": "0.4.0",
"description": "DeepSeek Mini-Router for Codex: Pro sessions get the official Minimal one-sentence anchor; Flash sessions get a task-aware decide-and-verify router persona via trusted hooks, with a bundled skill fallback.",
"homepage": "https://github.com/hccccc01333/codex-deepseek-mini-router",
"repository": "https://github.com/hccccc01333/codex-deepseek-mini-router",
"author": {
"name": "Hzz"
},
"license": "MIT",
"keywords": [
"deepseek",
"codex",
"router",
"persona",
"hooks"
],
"skills": "./plugins/deepseek-minimal-anchor/skills/",
"hooks": "./plugins/deepseek-minimal-anchor/hooks/hooks.json",
"interface": {
"displayName": "DeepSeek Mini-Router",
"shortDescription": "Task-aware spec/react/flash working contract for DeepSeek models in Codex.",
"longDescription": "DeepSeek models are highly sensitive to the agent scaffold and the first-visible persona. Following the community findings (dsh-anchored-standard, dsh-router-standard), Pro sessions get exactly the official Minimal system prompt - 'You are a helpful software engineer assistant.' - and nothing else. Flash sessions get a task-aware decide-and-verify router persona: decide the task type in one step, end each reasoning block with a decision, run a concrete check after writing, retry once on failure. Hooks inject the contract as developer context on desktop and CLI once trusted (trust is hash-keyed); the bundled skill is a self-executing fallback.",
"developerName": "Hzz",
"category": "Productivity",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"websiteURL": "https://github.com/hccccc01333/codex-deepseek-mini-router",
"privacyPolicyURL": "https://github.com/hccccc01333/codex-deepseek-mini-router/blob/main/docs/privacy.md",
"termsOfServiceURL": "https://github.com/hccccc01333/codex-deepseek-mini-router/blob/main/docs/terms.md",
"screenshots": [
"./docs/pass-rate-by-arm.png",
"./docs/per-task-heatmap.png",
"./docs/thinking-metrics.png"
],
"capabilities": [
"Skills",
"Hooks"
],
"defaultPrompt": [
"Work in DeepSeek mini-router mode.",
"Show the trajectory fingerprint for this session.",
"Enable the DeepSeek mini-router (trust its hooks) and confirm it is active."
]
}
}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.
[deepseek-minimal-anchor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepseek-minimal-anchor)