Agent Plugins Marketplace
All plugins

heal

v1.1.0

技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件,支持审批工作流

CodexClaude Code1 Skill

By zhangq0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 heal for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add heal@claude-devkit-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “heal” remain stable.

  • Codex: heal@agent-plugin-marketplaceheal@claude-devkit-marketplace

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/ibootz/claude-devkit-marketplace

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

Plugin files

plugins/heal/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/heal/SKILL.md

Included Skills1

healskills/heal/SKILL.md

分析失败原因,定位受影响的 SKILL.md、references、scripts 等文件,展示前后对比的修复方案,获批准后才应用。适用于**已存在、已被调用过**的技能。不同于 find-skills:本技能只修一个已装且已跑过的技能,不负责发现或安装新技能。

Plugin manifests2

plugins/heal/.codex-plugin/plugin.json
{
  "name": "heal",
  "version": "1.1.0",
  "description": "技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件,支持审批工作流",
  "author": {
    "name": "zhangq"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Heal",
    "shortDescription": "技能修复工具",
    "category": "Productivity"
  }
}
plugins/heal/.claude-plugin/plugin.json
{
  "name": "heal",
  "version": "1.1.0",
  "description": "技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件",
  "author": {
    "name": "zhangq"
  }
}

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

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