Claude Skill
xigua-wang/skill-doctor
Skill Doctor 是一个本地优先的工具,用于检查编码代理技能、检测冲突、分析优先级和评估风险,全程离线运行。
概览
仓库信息
安装这个 Skill
npx --package @xiguawang/skill-doctor skill-doctorRegistry 信息
npx --package @xiguawang/skill-doctor skill-doctornpm install -g @xiguawang/skill-doctornpm installnpx skill-doctor --scannpx skill-doctor-scan --project . --output ./skill-doctor-openclaw-scan.json
项目简介
一个面向本地优先的编码代理技能检查器,用于冲突检测、优先级分析和风险评估。
Local-first inspector for coding-agent skills, conflicts, precedence, and risk analysis.
要点
- 本地优先运行,保护隐私并支持离线使用
- 技能冲突检测与解决建议
- 编码代理技能栈的优先级分析
- 技能交互的风险评估与报告
使用场景
- 审计编码代理中的技能配置
- 在部署前识别并解决技能冲突
- 优化技能优先级以提升代理性能
- 评估多技能代理环境中的风险
README 摘要
<div align="center"> # Skill Doctor **Audit coding-agent skills like infrastructure, not hidden prompt glue.** [中文文档](./README.zh-CN.md) <p> <img alt="npm" src="https://img.shields.io/badge/npm-package-161b22?style=for-the-badge&logo=npm&logoColor=white"> <img alt="react" src="https://img.shields.io/badge/react-ui-161b22?style=for-the-badge&logo=react&logoColor=61dafb"> <img alt="typescript" src="https://img.shields.io/badge/typescript-core-161b22?style=for-the-badge&logo=typescript&logoColor=3178c6"> <img alt="local first" src="https://img.shields.io/badge/local--first-workflow-161b22?style=for-the-badge"> <img alt="bilingual" src="https://img.shields.io/badge/i18n-en%20%7C%20zh--CN-161b22?style=for-the-badge"> </p> <p> Skill Doctor is a local-first inspector for coding-agent skills. It shows what is installed, which definition wins, where risk accumulates, and how a workspace behaves across project, global, and system scopes. </p> </div> > Find the skill that actually wins, the trigger that overlaps, and the risky instruction that should not stay hidden. ## Navigate - [Why People Install It](#why-people-install-it) - [Quick Proof](#quick-proof) - [Highlights](#highlights) - [Installation](#installation) - [Quick Start](#quick-start) - [CLI](#cli) - [What It Detects](#what-it-detects) - [Model Analysis](#model-analysis) - [Architecture](#architecture) - [Development](#development) ## Why People Install It Skill Doctor is for the moment when your local agent setup stops being obvious. - "Why did Codex or OpenClaw trigger this skill instead of the other one?" - "Which project skill overrides the global one I thought was active?" - "Which skills contain shell, secret, subprocess, network, or destructive patterns?" - "What changed between yester
话题
暂无话题