heal
v1.1.0技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件,支持审批工作流
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
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add heal@claude-devkit-marketplacePaste 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-marketplace→heal@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-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/heal/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/heal/SKILL.md
Included Skills1
分析失败原因,定位受影响的 SKILL.md、references、scripts 等文件,展示前后对比的修复方案,获批准后才应用。适用于**已存在、已被调用过**的技能。不同于 find-skills:本技能只修一个已装且已跑过的技能,不负责发现或安装新技能。
Plugin manifests2
{
"name": "heal",
"version": "1.1.0",
"description": "技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件,支持审批工作流",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "Heal",
"shortDescription": "技能修复工具",
"category": "Productivity"
}
}{
"name": "heal",
"version": "1.1.0",
"description": "技能修复工具 - 根据执行中发现的问题更新 SKILL.md 及相关文件",
"author": {
"name": "zhangq"
}
}For maintainers
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)