Back to Discover

skills

skill

xixu-me

Agent Skills maintained by me for practical engineering work

View on GitHub
71 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add xixu-me/skills

README

Agent Skills

汉语

[!TIP] 欢迎加入“Xget 开源与 AI 交流群”,一起交流开源项目、AI 应用、工程实践、效率工具和独立开发;如果你也在做产品、写代码、折腾项目或者对开源和 AI 感兴趣,欢迎进群认识更多认真做事、乐于分享的朋友。

Agent Skills maintained by me for practical engineering work. This repository is continuously updated.

skills.sh

How To Use

You can use these skills in two ways:

  1. Restore a reviewed baseline with Skills Vault and xixu-me/skvlt.
  2. Add a source repository directly with bunx skills add or npx skills add.

[!TIP] If you want a ready-to-use manifest of common skills, start with xixu-me/skvlt. Its skvlt.yaml is maintained as a reviewed baseline for a broader set of commonly used skills.

Option 1: Use Skills Vault

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.

Option 2: Add Repositories Directly

Install this repository as a skill source:

bunx skills add xixu-me/skills

or:

npx skills add xixu-me/skills

Skills Catalog

The table below lists the skills maintained in this repository.

NameDescriptionBundled Assets
develop-userscriptsBuild, debug, package, and publish browser userscripts for Tampermonkey and ScriptCat, including ScriptCat background, cron, config, and subscription workflows.references/
github-actions-docsWrite, migrate, secure, and troubleshoot GitHub Actions workflows with official docs.references/
openclaw-secure-linux-cloudSecurely self-host OpenClaw on cloud servers.references/
opensource-guide-coachStart, grow, govern, fund, and sustain open source projects.references/
readme-i18nTranslate repository READMEs, maintain localized variants, and add a language selector without breaking Markdown mechanics.references/
running-claude-code-via-litellm-copilotRoute Claude Code through LiteLLM and GitHub Copilot, including setup and troubleshooting.references/
secure-linux-web-hostingHarden cloud servers and web hosting for DNS, SSH, reverse proxies, HTTPS, and safe self-hosting.references/
skills-cliDiscover, install, list, back up, restore, sync, and manage Agent Skills.None
tzstCreate, extract, list, test, install, and script tzst CLI workflows for .tzst archives safely.references/
use-my-browserUse the user's live browser session when work depends on rendered state, logged-in flows, uploads, media, DOM inspection, or browser-only failures.references/
xdropUpload to and download from Xdrop through the terminal, including encrypted share-link workflows.scripts/
xgetConfigure and apply Xget acceleration to URLs, package managers, registries, containers, CI, and AI SDKs.references/, scripts/

Repository Layout

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.

Notes

  • This repository is meant to evolve over time as new workflows appear.
  • xixu-me/skvlt is the easiest way to restore a reviewed common baseline.
  • Direct bunx or npx installation is better when you only want a specific source repository.

License

Licensed under MIT License. See LICENSE.

Rendered live from xixu-me/skills's GitHub README — not stored, always reflects the source repo.

0 Plugins

No plugins listed in this repo's manifest.

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.