DSH Plugins Marketplace

DSH Plugins

Plugins

/

xmake-skills

x

xmake-skills

Manifest valid

Agent Skills for Xmake — teach AI assistants how to use the Xmake build system effectively. An installable DeepSeek Harness bundle that registers every skill as an on-demand agent skill.

hasBundlePatch

xmake-skills

Agent Skills for Xmake
A collection of Claude Agent Skills that teach AI assistants how to use Xmake effectively.

Introduction (中文)

xmake-skills is a collection of Agent Skills for Xmake, the cross-platform build utility based on Lua. These skills give AI coding assistants (such as Claude Code) the knowledge they need to create, configure, build, debug, and package Xmake projects correctly.

Each skill packages up focused Xmake know-how — from writing xmake.lua to integrating C/C++ packages — so AI agents can produce idiomatic, working Xmake configurations instead of guessing.

See skills/ for the full list and layout.

Context cost: The 53 skill trigger descriptions (frontmatter description fields) consume about 4k tokens in total. These are always loaded so the agent knows which skills are available. The full skill body is only loaded on demand when the task matches the description — so you get comprehensive Xmake coverage without wasting context.

Why

Large language models often know about Xmake but get the details wrong: outdated APIs, wrong option names, broken package syntax. Skills fix this by loading just the right documentation and examples into the agent's context when it is actually working on Xmake.

Usage

Claude Code (recommended)

Install from GitHub:

claude plugins install xmake-io/xmake-skills

Or add as a marketplace first, then install:

# In Claude Code interactive session:
/plugin marketplace add xmake-io/xmake-skills
/plugin install xmake-skills

Manual installation

Clone this repository and point your agent at it directly. Refer to your agent platform's documentation for how to install and enable skills.

git clone https://github.com/xmake-io/xmake-skills.git

DeepSeek Harness (DSH)

This repository is also an installable DeepSeek Harness bundle — it registers every skill in skills/ as an on-demand agent skill accessible in any DSH session. The harness config is kept together under .dsh-plugin/ (index.js, cordis.patch.yml, and the SKILL.md navigation index), with package.json at the root pointing main and dsh.bundle.patch into it. The entry point is plain ESM JS, so no build step is required.

# Local — run from the directory that contains this repo (e.g. H:\dsh_space\),
# so ./xmake-skills resolves to this bundle's folder:
dsh plugin --profile web add ./xmake-skills

# From GitHub (pin a commit for reproducibility):
dsh plugin --profile web add https://github.com/xmake-io/xmake-skills.git

# Alternatives (shorthand / packed tarball):
#   dsh plugin --profile web add github:xmake-io/xmake-skills#<sha>
#   pnpm pack && dsh plugin --profile web add ./xmake-skills-<version>.tgz

To uninstall (removes both the dependency and the bundle layer):

dsh plugin --profile web remove xmake-skills

Contributing

Contributions are very welcome. If you want to add a new skill or improve an existing one, please open an issue or pull request.

Resources

License

Licensed under the Apache License, Version 2.0. See LICENSE.md for details.

Comments

Loading…

From the same category

archify

by tt-a1i

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Workflow & AutomationTools & CapabilitiesManifest valid

67.1k

4.3k/wk

MIT

JavaScript

Sep 19, 2026

dsh plugin --profile web add @tt-a1i/archify-dsh

DeepSeek Harness plugin for Reactive Resume: bridges your resumes and job applications into a Harness session over MCP.

Tools & CapabilitiesManifest valid

41.7k

332/wk

MIT

Aug 24, 2026

dsh plugin --profile web add dsh-plugin-reactive-resume

by anywhere-labs

为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。

Tools & CapabilitiesManifest valid

27.7k

281/wk

MIT

TypeScript

Sep 19, 2026

dsh plugin --profile web add dsh-plugin-desktop

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

27.2k

811/wk

NOASSERTION

Go

Sep 19, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by titanwings

Distilly — Distill how they think into reusable Skills for any Agent or Bot. Formerly Colleague Skill(原同事 Skill).

Tools & Capabilities

24.9k

MIT

TypeScript

Sep 16, 2026

Index only — not installable

by Nagi-ovo

Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any websites, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;其中的提示词管理器可用于任意网站,如 DeepSeek

Tools & Capabilities

20.1k

GPL-3.0

TypeScript

Sep 18, 2026

Index only — not installable