High-cla/multi-skilled-repository

High-cla★ 0Last synced: 2026-08-16

Open on GitHub

AI Agent Skills 合集 — CMD+PowerShell 避坑指南 · CLI 优先决策矩阵 · 更多技能持续添加

README excerpt

AI Agent Skills Curated skill collection for AI agents — reusable knowledge, proven workflows. 中文 : AI 智能体技能合集仓库。每个技能是一个独立的 SKILL.md ,封装特定领域的专家知识和最佳实践。 English : A collection of reusable AI agent skills. Each skill is a self-contained SKILL.md with domain-specific knowledge and proven workflows. 📦 Skills Skill Description cmd-powershell-pitfalls CMD + PowerShell 混合脚本避坑指南 — 35 条规则与代码示例,涵盖编码、引号逃逸、延迟展开、管道编码、权限提权等场景。Use when writing or debugging .cmd / .bat scripts with embedded PowerShell. cli-first-decision CLI-First 决策矩阵 — 每次 task() 前判断是否可用 CLI 工具更快解决。包含 git-sed, fd-find, rg-search, ast-grep, jq-query 等工具速查表。Use before any agent dispatch to check CLI alternatives. customize-dsh DeepSeek Harness (DSH) 自定义修改指南 — settings.yaml、profiles/ /cordis.patch.yml 与 bundles、技能创作与修复、agent preset、MCP server (dsh-mcp-client)、cordis 插件、自定义工具、slash 命令、启动失败与 patch 报错诊断。Use when editing or creating DSH configs/extensions. 🚀 快速入口 Quick Entry cmd-powershell-pitfalls 编写 Windows 批处理( .cmd / .bat )并内嵌 PowerShell 命令时,常见的陷阱与解决方案。 17 条核心规则预览 : 类别 问题 严重性 1 🔤 编码 chcp 65001 破坏 %VAR% 展开 🔴 High 2 🔄 循环 for 循环体内 ) 被当作结束符吞掉 🔴 High 3 ❝ 引号 \" 在 CMD 字符串中无效 🔴 High 4 🧩 对象类型 Get-Location 返回 PathInfo 而非字符串 🔴 High 5 …

View full README on GitHub →
Agentsagent-skillsai-agentcli-toolsdsh-pluginopencodeopencode-skillagent

Category