DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

452926826 /

452926826/dsh-at-skill

Verified

Invoke DeepSeek Harness skills with @name and composer suggestions

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@7502c9bc

dsh-at-skill

English | 简体中文

A standalone DeepSeek Harness plugin that adds Skill invocation through @name without modifying Harness source code.

Behavior

  • Typing @ in the conversation composer lists every user-invocable Skill available to the current session.
  • Typing more characters filters candidates by Skill-name prefix.
  • Picking a candidate inserts @skill-name .
  • Sending a whitespace-bounded @skill-name token loads that Skill deterministically before the model step.
  • Existing /skill-name, @subagent, and @plugin behavior remains owned by their original plugins.

The Skill group uses menu order 2, after existing @ reference groups, so it does not change their default Enter target.

Installation

Clone the repository, install dependencies, and add the local package to the Web profile:

git clone https://github.com/452926826/dsh-at-skill.git
cd dsh-at-skill
npm install
dsh plugin --profile web add "$PWD"

It can also be installed directly from GitHub:

dsh plugin --profile web add github:452926826/dsh-at-skill

Restart dsh web after installation. The repository includes built lib artifacts so installing the package does not require a local Harness source checkout.

Development

The current TypeScript and tsdown configuration references build helpers from a local DeepSeek Harness checkout. Point tsconfig.json and tsdown.config.ts at your checkout before running npm run build; normal plugin installation uses the committed lib artifacts.

Limitation

Invocation is text-based. If a Skill, subagent, or plugin shares the same @name, the submitted text carries no source identity; a matching user-invocable Skill is loaded by the Host plugin.

—/ 5

No ratings yet

Verified DSH bundle

Commit 7502c9bce1a6

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout