DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Lion Skills — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-lion-skills

Plugin Lion Skills

Lion-Skills — a developer-focused agent skill suite (in Chinese) as a DeepSeek Harness plugin: 11 workflow skills for code review, debugging, testing, naming, spec writing, and more.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-lion-skills@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Lion Skills is published as dsh-plugin-lion-skills and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
133 kB
Files
27
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
45
Last push
8/17/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

dsh-plugin-lion-skills

English | 中文

Lion-Skills as a DeepSeek Harness plugin: a developer-focused agent skill suite, written in Chinese, mounted on the ctx.skills registry as a read-only bundled provider.

Skill bodies are plain Markdown files with name/description frontmatter — the same shape Claude Code uses — so the suite stays editable without a build step.

Install

dsh plugin --profile web add dsh-plugin-lion-skills

Or from a checkout:

dsh plugin --profile web add /path/to/dsh-plugin-lion-skills

The package declares a dsh.bundle patch that inserts one lion-skills row; dsh plugin add activates it automatically. Replace or disable the row from your profile's own cordis.patch.yml by targeting the id lion-skills.

Skills

SkillRoutes when (zh)
clarifying-questions需求模糊、含隐藏假设或 X-Y problem,需先澄清再动手时
code-review审查代码,需有重点、分层次地看时
commit-messageGit 改动需编写规范提交信息时
debugging遇到 bug、报错、崩溃或行为异常,需定位根因时
error-handling设计或改进错误处理与日志时
naming为代码标识符(变量/函数/类/文件/API/数据库字段)决定名字时
onboarding-unknown-codebase需快速上手陌生代码库、理解项目结构时
spec-writing需为非平凡功能/重构写设计文档(spec/design doc/RFC)时
task-breakdown需把需求拆成可执行任务并排依赖时
testing需为代码写测试或改进脆弱测试时
verify-and-fix交付前需验证完成,或修 bug 需修病因不修症状时

The lion-writing-skills meta-skill is intentionally not bundled: it only applies inside the Lion-Skills repository itself.

Behavior

  • Registers one provider named lion-skills with bundled-rank (600) candidates, so project, runtime, and user skills with the same name win over this suite.
  • Each skill declares resourceBase: directory, letting bodies reference sibling files such as evals/evals.json.
  • Malformed frontmatter fails loud at discovery instead of silently skipping a skill.

Develop

npm install
node --test test/

License

MIT — same as the upstream Lion-Skills suite.


中文

Lion-Skills 的 DeepSeek Harness 插件版:一套面向开发者的中文 agent 技能,以只读 bundled provider 的形式挂到 ctx.skills 注册表上。

技能本体是带 name/description frontmatter 的纯 Markdown 文件(与 Claude Code 同构),无需构建即可编辑。

安装

dsh plugin --profile web add dsh-plugin-lion-skills

包声明了 dsh.bundle patch,dsh plugin add 会自动把 lion-skills 行加入 profile 层叠;你可以在自己的 cordis.patch.yml 里按 id lion-skills 替换或禁用它。

行为说明

  • 注册名为 lion-skills 的 provider,候选为 bundled 级(rank 600):同名时项目级、运行时、用户级技能优先于本套件。
  • 每个技能声明 resourceBase: directory,技能正文可引用同目录资源(如 evals/evals.json)。
  • frontmatter 损坏会在发现阶段直接报错,不会静默跳过。
  • 未打包 lion-writing-skills 元技能:它只在 Lion-Skills 仓库内部有意义。