Claude Skill
xigua-wang/skill-doctor
Skill Doctor is a local-first tool for inspecting coding-agent skills, detecting conflicts, analyzing precedence, and assessing risks—all offline.
Overview
Repository
Install this 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
Summary
A local-first inspector tool for coding-agent skills, enabling conflict detection, precedence analysis, and risk assessment directly on your machine.
面向本地优先的编码代理技能检查器,用于冲突、优先级和风险分析。
Key features
- Local-first operation for privacy and offline use
- Skill conflict detection and resolution suggestions
- Precedence analysis for coding-agent skill stacks
- Risk assessment and reporting for skill interactions
Use cases
- Audit skill configurations in coding agents
- Identify and resolve skill conflicts before deployment
- Optimize skill precedence for better agent performance
- Assess risks in multi-skill agent environments
README excerpt
<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
Topics
No topics yet.