Agent Skills
› AjayIrkal23/agentic-mercy-10x
› ios-clean
ios-clean
GitHub从iOS应用中移除DebugBridge SPM包及所有DEBUG条件编译代码,清理调试依赖。
Trigger Scenarios
需要移除iOS项目中的调试桥接工具
清理DEBUG宏相关的冗余代码
Install
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.
Version History
- 581d130 Current 2026-07-19 09:12


