DSH Market
I

Iosdev

by kuangre123 · kuangre123/iosdev

InstallableSkillcopy into placestale

ios app 开发 skill

Install Iosdev

Not a bundle: drop the SKILL.md directory into one of the skill roots DSH scans. No `dsh plugin add`, no build step.

This is a skill, not a bundle. Skills are not installed with dsh plugin add — a skill is a directory containing SKILL.md that DSH discovers by scanning its skill roots. Clone it into one of those roots and it is available on the next session.

Clone into your user skill root ($DSH_HOME/skills)

mkdir -p ~/.dsh/skills
git clone https://github.com/kuangre123/iosdev.git ~/.dsh/skills/iosdev
RankRootPath
100project-dsh<project>/.dsh/skills
200project-agents<project>/.agents/skills
300customcustomSkillDirs in your config
400user-dsh$DSH_HOME/skills (default ~/.dsh/skills)
500user-agents$DSH_AGENTS_HOME/skills (default ~/.agents/skills)

Lower rank wins when two roots hold a skill with the same name. Put it in a project root instead of the user root when it should only apply to one repository.

Prerequisites

API key
Not determined from the README.
Network access
Not determined from the README.

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
entityTypepassinfoskill is not installed via `dsh plugin add`
Verdict reason
skill uses its own install path, so bundle checks do not apply
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

本仓库提供通用的 iOS App 开发与上架流程技能(面向中国区),用于帮助开发者快速梳理从开发、构建、签名、测试到 App Store Connect 提交与审核的全流程。内容涵盖上架前关键清单、常见审核注意事项、隐私合规与 ATS 配置建议,以及订阅/IAP 的创建与测试。 - `SKILL.md`:技能触发与输出结构(输入 `iosdev` 即可调用) - `references/`:按主题拆分的参考资料 - 构建/签名/依赖与版本号管理 - 上架流程与审核要点(中国区) - 订阅(IAP)配置与测试 - 隐私、ATS 与安全合规 - `iosdev-cn.skill`:可分发的技能包 1. 将本目录复制到 `~/.codex/skills/helloagents/` 2. 或使用 `iosdev-cn.skill` 进行分发安装 3. 在 Codex 中输入触发词 `iosdev` 即可调用 MIT

Topics

GitHub topics on this repository

More in Native Macos Desktop App

Ranked by similarity inside the cluster, not alphabetically