Agent Plugins Marketplace
All plugins

troubleshooting

v1.1.1

故障排查工具集 - CLI 工具、agent-browser、Tauri 故障排查

Claude Code3 Skills

By Jacky WangLicense: MIT14 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install troubleshooting@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wangjs-jacky/jacky-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/troubleshooting/.

Plugin files

plugins/troubleshooting/
├── .claude-plugin/plugin.json
├── skills/agent-browser-troubleshooting/SKILL.md
├── skills/cli-tool-troubleshooting/SKILL.md
└── skills/tauri-troubleshooting/SKILL.md

Included Skills3

agent-browser-troubleshootingskills/agent-browser-troubleshooting/SKILL.md

使用 agent-browser 遇到问题时的故障排查指南。当 agent-browser 命令失败、浏览器无法启动、连接超时、或页面操作异常时触发此 skill。

cli-tool-troubleshootingskills/cli-tool-troubleshooting/SKILL.md

通用 CLI 工具故障排查。当 npm 全局包安装后运行报错、二进制文件损坏、optional 依赖缺失、postinstall 静默失败、spawnSync 错误时触发此 skill。

tauri-troubleshootingskills/tauri-troubleshooting/SKILL.md

Tauri v2 开发中常见问题的故障排查指南。当遇到 Tauri 插件权限、命令调用、配置错误等问题时触发此 skill。

Plugin manifests1

plugins/troubleshooting/.claude-plugin/plugin.json
{
  "name": "troubleshooting",
  "version": "1.1.1",
  "description": "故障排查工具集 - CLI 工具、agent-browser、Tauri 故障排查",
  "author": {
    "name": "Jacky Wang",
    "email": "[email protected]",
    "url": "https://github.com/wangjs-jacky"
  },
  "homepage": "https://github.com/wangjs-jacky/jacky-skills/tree/main/plugins/troubleshooting",
  "repository": "https://github.com/wangjs-jacky/jacky-skills",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "monitoring",
    "debugging",
    "troubleshooting",
    "tauri"
  ],
  "skills": [
    "./skills/agent-browser-troubleshooting/",
    "./skills/tauri-troubleshooting/",
    "./skills/cli-tool-troubleshooting/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[troubleshooting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/troubleshooting)