Agent Skills maintained by me for practical engineering work
npx skills add https://github.com/xixu-me/skills --skill readme-i18nقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
[!TIP]
欢迎加入“Xget 开源与 AI 交流群”,一起交流开源项目、AI 应用、工程实践、效率工具和独立开发;如果你也在做产品、写代码、折腾项目或者对开源和 AI 感兴趣,欢迎进群认识更多认真做事、乐于分享的朋友。
Agent Skills maintained by me for practical engineering work. This repository is continuously updated.
You can use these skills in two ways:
xixu-me/skvlt.bunx skills add or npx skills add.[!TIP]
If you want a ready-to-use manifest of common skills, start withxixu-me/skvlt. Itsskvlt.yamlis maintained as a reviewed baseline for a broader set of commonly used skills.
Back up and restore through Skills Vault:
git clone https://github.com/xixu-me/skvlt.git
cd skvlt
bunx skvlt restore --all
This is the best option if you want a portable baseline that can be reapplied across machines.
Install this repository as a skill source:
bunx skills add xixu-me/skills
or:
npx skills add xixu-me/skills
The table below lists the skills maintained in this repository.
| Name | Description | Bundled Assets |
|---|---|---|
develop-userscripts |
Build, debug, package, and publish browser userscripts for Tampermonkey and ScriptCat, including ScriptCat background, cron, config, and subscription workflows. | references/ |
github-actions-docs |
Write, migrate, secure, and troubleshoot GitHub Actions workflows with official docs. | references/ |
openclaw-secure-linux-cloud |
Securely self-host OpenClaw on cloud servers. | references/ |
opensource-guide-coach |
Start, grow, govern, fund, and sustain open source projects. | references/ |
readme-i18n |
Translate repository READMEs, maintain localized variants, and add a language selector without breaking Markdown mechanics. | references/ |
running-claude-code-via-litellm-copilot |
Route Claude Code through LiteLLM and GitHub Copilot, including setup and troubleshooting. | references/ |
secure-linux-web-hosting |
Harden cloud servers and web hosting for DNS, SSH, reverse proxies, HTTPS, and safe self-hosting. | references/ |
skills-cli |
Discover, install, list, back up, restore, sync, and manage Agent Skills. | None |
tzst |
Create, extract, list, test, install, and script tzst CLI workflows for .tzst archives safely. |
references/ |
use-my-browser |
Use the user's live browser session when work depends on rendered state, logged-in flows, uploads, media, DOM inspection, or browser-only failures. | references/ |
xdrop |
Upload to and download from Xdrop through the terminal, including encrypted share-link workflows. | scripts/ |
xget |
Configure and apply Xget acceleration to URLs, package managers, registries, containers, CI, and AI SDKs. | references/, scripts/ |
Each skill lives in its own folder and follows the Agent Skills specification:
skills/
<skill-name>/
SKILL.md
references/ # optional
scripts/ # optional
Skills are designed for progressive disclosure: agents load the instructions only when the task calls for them, while bundled references and scripts stay with the skill for repeatable execution.
xixu-me/skvlt is the easiest way to restore a reviewed common baseline.bunx or npx installation is better when you only want a specific source repository.Licensed under MIT License. See LICENSE.