AI Agent Hub
Back to plugins
🖥️

lt-dsh-skill-manager

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install tianLee-gitter/lt-dsh-skill-manager

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install tianLee-gitter/lt-dsh-skill-manager in your terminal to install the plugin. The source repository is https://github.com/tianLee-gitter/lt-dsh-skill-manager. After installation, restart dsh web and refresh your browser; the Skill Management page will appear under Settings.

About this plugin

When managing a growing collection of skill files in DeepSeek Harness, a recurring pain point is obvious: dozens of skill directories scattered across projects, inconsistent naming conventions, and the tedious work of renaming folders, editing frontmatter, and only discovering that /name still does not resolve in chat. lt-dsh-skill-manager brings all of that into a single Settings - Skill Management page, turning bulk import into a simple multi-select, one-pass AI naming, and done.

During import, the plugin hands each selected directory to an AI model already configured in your harness. The model proposes a skill name and a one-line description, both of which are then normalized to strict lowercase kebab-case (e.g. nodejs, my-skill) so that /name works immediately in the conversation. If the folder name does not match the resolved name, the plugin automatically renames the directory and rewrites the frontmatter so that name, directory, and description stay in sync. Skills with an existing name are safely skipped to prevent accidental overwrites.

This workflow is particularly useful for teams or individuals who regularly pull skill directories from external repositories or colleague workspaces and need a consistent naming convention before activating them in chat. Once the plugin is active, the Settings page presents a clear list of imported skills with validity badges and source paths, eliminating the piecemeal manual renaming that used to eat up an afternoon.

Use Cases

  • Bulk-import multiple skill directories from external repos in one multi-select
  • Auto-resolve names and rename folders on import so /name works instantly
  • Review the imported skill list with validity badges and source paths in Settings

Best For

  • Developers who frequently extend their DSH skill library
  • Team leads enforcing consistent skill naming conventions
  • DSH users who want to skip manual folder renaming and frontmatter editing