Agent Skills
› AjayIrkal23/agentic-mercy-10x
› ios-clean
ios-clean
GitHub从 iOS 应用中移除 DebugBridge SPM 包及所有 DEBUG 条件编译代码,清理调试依赖。
触发场景
需要移除项目中的 DebugBridge 依赖
清理 iOS 应用中的 DEBUG 宏和调试桥接代码
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill ios-clean -g -y
SKILL.md
Frontmatter
{
"name": "ios-clean",
"schema": 1,
"platforms": [
"linux",
"darwin"
],
"provenance": "gstack-clone",
"description": "Remove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)"
}
Generated pointer to the upstream gstack clone. Read and follow ~/.claude/skills/gstack/ios-clean/SKILL.md.
版本历史
- 581d130 当前 2026-07-19 09:12


