Agent Skills
› R6410418/Jackrong-llm-finetuning-guide
› qwen-mtp-gguf-release
qwen-mtp-gguf-release
GitHubQwen MTP GGUF发布工作流的仓库级封装,用于准备、验证、转换、量化和冒烟测试Qwen系列GGUF模型制品,支持安全上传与清理。
Trigger Scenarios
需要转换或量化Qwen模型为GGUF格式
执行模型发布前的预检和冒烟测试
自动化构建和上传模型制品
Install
npx skills add R6410418/Jackrong-llm-finetuning-guide --skill qwen-mtp-gguf-release -g -y
SKILL.md
Frontmatter
{
"name": "qwen-mtp-gguf-release",
"description": "Repository-level wrapper for the canonical Qwen MTP or nextn GGUF release workflow. Use when Codex needs to prepare, validate, convert, quantize, smoke-test, or optionally release Qwen-family GGUF artifacts from this repository while preserving the canonical implementation under qwen-mtp-gguf\/."
}
Qwen MTP GGUF Release
Use this as a lightweight repository wrapper. The canonical implementation lives under qwen-mtp-gguf/.
Required Reading
Read these files before running or changing the workflow:
qwen-mtp-gguf/SKILL.mdqwen-mtp-gguf/README.md
Load the reference files inside qwen-mtp-gguf/references/ only when the task touches sizing, extraction, conversion, troubleshooting, or agent packaging.
Operating Rules
- Reuse
qwen-mtp-gguf/scripts/rather than copying conversion logic. - Run the canonical pipeline with
--preflight-onlybefore any conversion or model download. - Treat disk shortages, model-config mismatches, missing tools, and missing token access as blockers.
- Keep examples public-safe with placeholders for model IDs, local paths, output repos, and tokens.
- Keep Hugging Face upload disabled unless the user explicitly authorizes upload for that run.
- Keep cleanup disabled unless confirmed uploads are verified.
- Never publish or upload artifacts merely because GitHub sync was approved.
Canonical Flow
- Inspect requested target model, MTP source model, output mode, quant formats, and available machine resources.
- Run the canonical preflight command from
qwen-mtp-gguf/SKILL.md. - Review
preflight_report.mdand stop on hard blockers. - Run the full canonical pipeline only after the user accepts the launch plan and safety gates.
- Smoke-test outputs before any upload.
- Upload only when separately authorized, then clean up only after successful upload confirmation.
Version History
- ef2b17f Current 2026-07-25 05:33


