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


