Skip to content

Commit 226a83a

Browse files
Update links for Python-IDE organization
1 parent 67c73b1 commit 226a83a

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<img src="https://img.shields.io/badge/Docs-pythonide.xin-3776AB?style=for-the-badge" alt="PythonIDE docs" height="40" />
1919
</a>
2020
&nbsp;
21-
<a href="https://github.com/jinwandalaohu66/PythonIDE-iOS">
22-
<img src="https://img.shields.io/github/stars/jinwandalaohu66/PythonIDE-iOS?style=for-the-badge&logo=github" alt="GitHub stars" height="40" />
21+
<a href="https://github.com/Python-IDE/PythonIDE-iOS">
22+
<img src="https://img.shields.io/github/stars/Python-IDE/PythonIDE-iOS?style=for-the-badge&logo=github" alt="GitHub stars" height="40" />
2323
</a>
2424
</p>
2525

@@ -208,8 +208,8 @@ PythonIDE 也可以处理更接近开发者工作流的任务:
208208
| 渠道 | 链接 |
209209
|---|---|
210210
| Telegram | [iOS 端 Py 编程 IDE](https://t.me/pythonzwb) |
211-
| 功能建议 | [GitHub Discussions](https://github.com/jinwandalaohu66/PythonIDE-iOS/discussions) |
212-
| 问题反馈 | [GitHub Issues](https://github.com/jinwandalaohu66/PythonIDE-iOS/issues) |
211+
| 功能建议 | [GitHub Discussions](https://github.com/Python-IDE/PythonIDE-iOS/discussions) |
212+
| 问题反馈 | [GitHub Issues](https://github.com/Python-IDE/PythonIDE-iOS/issues) |
213213
| App Store | [PythonIDE on App Store](https://apps.apple.com/app/id6753987304) |
214214

215215
---

docs/docs/pages/agent-development-index/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<h1>Agent Skills 安装与说明</h1>
286286
<p>一行命令安装 Skills,配合 AppUI、Widget 与 iOS 原生文档使用。</p>
287287
</header>
288-
<section class="agent-install-panel" id="agent-skills-install"><div class="install-cmd" data-install-cmd><span class="install-cmd-prompt" aria-hidden="true">$</span><code class="install-cmd-text" id="code-211b7af28bee">npx skills add jinwandalaohu66/pythonide-skills -g</code><div class="install-cmd-actions"><button class="install-cmd-copy" type="button" data-copy-code="211b7af28bee" aria-label="复制"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true"><rect x="9" y="9" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/><rect x="4" y="4" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/></svg></button><span class="install-cmd-toast" role="status" aria-live="polite" hidden>已复制</span></div></div></section>
288+
<section class="agent-install-panel" id="agent-skills-install"><div class="install-cmd" data-install-cmd><span class="install-cmd-prompt" aria-hidden="true">$</span><code class="install-cmd-text" id="code-211b7af28bee">npx skills add Python-IDE/pythonide-skills -g</code><div class="install-cmd-actions"><button class="install-cmd-copy" type="button" data-copy-code="211b7af28bee" aria-label="复制"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true"><rect x="9" y="9" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/><rect x="4" y="4" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/></svg></button><span class="install-cmd-toast" role="status" aria-live="polite" hidden>已复制</span></div></div></section>
289289
<div class="markdown-body">
290290
<p><strong>编码 Agent</strong>(如 Codex、Claude Code、Gemini CLI 等)中编写 PythonIDE 代码时,先安装本站的 Agent Skills。Skills 提供执行规则;完整 API 仍以左侧文档与公开 schema 为准。</p>
291291
<blockquote class="callout note"><strong>边界</strong>:这是给 <strong>电脑上的编码 Agent</strong> 用的安装包,不是 PythonIDE App 内的 AI 助手,也不是替代在线文档的第二套手册。</blockquote>
@@ -299,7 +299,7 @@ <h2 id="文档分工"><a class="heading-anchor" href="#文档分工">#</a>文档
299299
<div class="table-scroll"><table><thead><tr><th>层级</th><th>作用</th></tr></thead><tbody><tr><td><strong>Agent Skills</strong></td><td>怎么写、禁止什么、何时配对哪个 skill</td></tr><tr><td><strong>本站中文文档</strong></td><td>模块说明、示例、场景配方</td></tr><tr><td><strong>schema / stubs</strong></td><td>API 签名与原生能力路由(机器可读)</td></tr></tbody></table></div>
300300
<p>编写时:<strong>先遵守 Skill 规则,再查模块文档,再用 schema 校验 API 名称。</strong></p>
301301
<h2 id="机器可读资源"><a class="heading-anchor" href="#机器可读资源">#</a>机器可读资源</h2>
302-
<ul><li><a href="https://pythonide.app/schemas/native_capabilities_schema.json">Native capabilities schema</a></li><li><a href="https://pythonide.app/schemas/appui_api_schema.json">AppUI schema</a></li><li><a href="https://pythonide.app/schemas/widget_api_schema.json">Widget schema</a></li><li><a href="https://github.com/jinwandalaohu66/pythonide-skills">GitHub:pythonide-skills</a></li></ul>
302+
<ul><li><a href="https://pythonide.app/schemas/native_capabilities_schema.json">Native capabilities schema</a></li><li><a href="https://pythonide.app/schemas/appui_api_schema.json">AppUI schema</a></li><li><a href="https://pythonide.app/schemas/widget_api_schema.json">Widget schema</a></li><li><a href="https://github.com/Python-IDE/pythonide-skills">GitHub:pythonide-skills</a></li></ul>
303303
<h2 id="常见误区"><a class="heading-anchor" href="#常见误区">#</a>常见误区</h2>
304304
<ul><li><strong>不要在 AppUI <code>body()</code></strong>直接申请权限、定位、拍照或发网络请求;放在命名回调里。</li><li><strong>内联控件优先</strong><code>PhotoPicker</code><code>CameraPicker</code><code>MapView</code><code>FileImporter</code><code>ShareLink</code><code>VideoPlayer</code></li><li><strong>App 内 AI 助手</strong><strong>编码 Agent Skills</strong> 是两套体系;前者在 iPhone/iPad App 里,后者在电脑终端安装。</li><li><strong>不要编造 API</strong>;以 schema 与各模块文档为准。</li></ul>
305305
<h2 id="相关文档"><a class="heading-anchor" href="#相关文档">#</a>相关文档</h2>
@@ -310,7 +310,7 @@ <h2 id="安装示例"><a class="heading-anchor" href="#安装示例">#</a>安装
310310
<span>bash</span>
311311
<div class="code-copy-actions"><button class="copy-code" type="button" data-copy-code="f9d4462acf67" aria-label="复制"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true"><rect x="9" y="9" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/><rect x="4" y="4" width="11" height="11" rx="2.25" stroke="currentColor" stroke-width="1.75"/></svg></button><span class="copy-code-toast" role="status" aria-live="polite" hidden>已复制</span></div>
312312
</figcaption>
313-
<pre><code id="code-f9d4462acf67" class="language-bash">npx skills add jinwandalaohu66/pythonide-skills</code></pre>
313+
<pre><code id="code-f9d4462acf67" class="language-bash">npx skills add Python-IDE/pythonide-skills</code></pre>
314314
</figure>
315315
<p>预期效果:编码 Agent 工作区出现 <code>pythonide</code><code>pythonide-appui</code> 等 Skills,可在写 MiniApp 前自动加载规则。</p>
316316
</div>

docs/docs/search-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"subtitle": "一行命令安装 Skills,配合 AppUI、Widget 与 iOS 原生文档使用。",
66
"section": "Agent 开发 / 开始",
77
"url": "pages/agent-development-index/",
8-
"text": "Agent Skills 安装与说明 一行命令安装 Skills,配合 AppUI、Widget 与 iOS 原生文档使用。 Agent 开发 开始 Agent Skills Codex Claude agent skills npx codex claude 安装 编码 agent Agent Skills 安装与说明 在 编码 Agent (如 Codex、Claude Code、Gemini CLI 等)中编写 PythonIDE 代码时,先安装本站的 Agent Skills。Skills 提供执行规则;完整 API 仍以左侧文档与公开 schema 为准。 边界 :这是给 电脑上的编码 Agent 用的安装包,不是 PythonIDE App 内的 AI 助手,也不是替代在线文档的第二套手册。 你会得到什么 一次安装会带上 6 个互补 Skill: Skill 何时生效 `pythonide` 先判断该用 AppUI、Widget、scene 还是原生模块 `pythonide-appui` 编写或修改 AppUI MiniApp `pythonide-native` 选型并调用 iOS 原生模块、权限与存储 `pythonide-widget` 编写 iOS 主屏幕小组件 `pythonide-scene` 2D 游戏、场景与 turtle `pythonide-automation` 快捷指令、legacy `ui`、纯 Python 自动化 带相机、定位、通知的 AppUI 应用会同时用到 pythonide appui 与 pythonide native(Skills 内已互链)。 与六大开发路径的对应 文档路径 相关 Skill [appui](appui) `pythonide-appui` [widget](widget-module) `pythonide-widget` [scene](scene-module) `pythonide-scene` [iOS 原生模块](ios-native) `pythonide-native` [自动化与扩展](shortcuts-guide) `pythonide-automation` 不确定 runtime `pythonide` 文档分工 层级 作用 **Agent Skills** 怎么写、禁止什么、何时配对哪个 skill **本站中文文档** 模块说明、示例、场景配方 **schema / stubs** API 签名与原生能力路由(机器可读) 编写时: 先遵守 Skill 规则,再查模块文档,再用 schema 校验 API 名称。 机器可读资源 Native capabilities schema AppUI schema Widget schema GitHub:pythonide skills 常见误区 不要在 AppUI body() 里 直接申请权限、定位、拍照或发网络请求;放在命名回调里。 内联控件优先 :PhotoPicker、CameraPicker、MapView、FileImporter、ShareLink、VideoPlayer。 App 内 AI 助手 与 编码 Agent Skills 是两套体系;前者在 iPhone/iPad App 里,后者在电脑终端安装。 不要编造 API ;以 schema 与各模块文档为准。 相关文档 iOS 原生能力 — 入口模型、AppUI 原生组件、模块导航 运行时选择 — 选择 appui / widget / scene / ui appui 快速上手 安装示例 npx skills add jinwandalaohu66/pythonide-skills 预期效果:编码 Agent 工作区出现 pythonide、pythonide appui 等 Skills,可在写 MiniApp 前自动加载规则。"
8+
"text": "Agent Skills 安装与说明 一行命令安装 Skills,配合 AppUI、Widget 与 iOS 原生文档使用。 Agent 开发 开始 Agent Skills Codex Claude agent skills npx codex claude 安装 编码 agent Agent Skills 安装与说明 在 编码 Agent (如 Codex、Claude Code、Gemini CLI 等)中编写 PythonIDE 代码时,先安装本站的 Agent Skills。Skills 提供执行规则;完整 API 仍以左侧文档与公开 schema 为准。 边界 :这是给 电脑上的编码 Agent 用的安装包,不是 PythonIDE App 内的 AI 助手,也不是替代在线文档的第二套手册。 你会得到什么 一次安装会带上 6 个互补 Skill: Skill 何时生效 `pythonide` 先判断该用 AppUI、Widget、scene 还是原生模块 `pythonide-appui` 编写或修改 AppUI MiniApp `pythonide-native` 选型并调用 iOS 原生模块、权限与存储 `pythonide-widget` 编写 iOS 主屏幕小组件 `pythonide-scene` 2D 游戏、场景与 turtle `pythonide-automation` 快捷指令、legacy `ui`、纯 Python 自动化 带相机、定位、通知的 AppUI 应用会同时用到 pythonide appui 与 pythonide native(Skills 内已互链)。 与六大开发路径的对应 文档路径 相关 Skill [appui](appui) `pythonide-appui` [widget](widget-module) `pythonide-widget` [scene](scene-module) `pythonide-scene` [iOS 原生模块](ios-native) `pythonide-native` [自动化与扩展](shortcuts-guide) `pythonide-automation` 不确定 runtime `pythonide` 文档分工 层级 作用 **Agent Skills** 怎么写、禁止什么、何时配对哪个 skill **本站中文文档** 模块说明、示例、场景配方 **schema / stubs** API 签名与原生能力路由(机器可读) 编写时: 先遵守 Skill 规则,再查模块文档,再用 schema 校验 API 名称。 机器可读资源 Native capabilities schema AppUI schema Widget schema GitHub:pythonide skills 常见误区 不要在 AppUI body() 里 直接申请权限、定位、拍照或发网络请求;放在命名回调里。 内联控件优先 :PhotoPicker、CameraPicker、MapView、FileImporter、ShareLink、VideoPlayer。 App 内 AI 助手 与 编码 Agent Skills 是两套体系;前者在 iPhone/iPad App 里,后者在电脑终端安装。 不要编造 API ;以 schema 与各模块文档为准。 相关文档 iOS 原生能力 — 入口模型、AppUI 原生组件、模块导航 运行时选择 — 选择 appui / widget / scene / ui appui 快速上手 安装示例 npx skills add Python-IDE/pythonide-skills 预期效果:编码 Agent 工作区出现 pythonide、pythonide appui 等 Skills,可在写 MiniApp 前自动加载规则。"
99
},
1010
{
1111
"id": "appui-ref-modifiers",

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
<span>PythonIDE</span>
681681
</a>
682682
<div class="top-actions">
683-
<a class="github-link" href="https://github.com/jinwandalaohu66/PythonIDE-iOS" aria-label="GitHub">
683+
<a class="github-link" href="https://github.com/Python-IDE/PythonIDE-iOS" aria-label="GitHub">
684684
<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
685685
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/>
686686
</svg>
@@ -720,7 +720,7 @@ <h2 id="hero-card-title" data-i18n="cardTitle">开始使用</h2>
720720
<span class="card-label" data-i18n="cardAgentLabel">安装 Agent Skills</span>
721721
<div class="install-cmd" data-install-cmd>
722722
<span class="install-cmd-prompt" aria-hidden="true">$</span>
723-
<code class="install-cmd-text" id="agent-install-command">npx skills add jinwandalaohu66/pythonide-skills -g</code>
723+
<code class="install-cmd-text" id="agent-install-command">npx skills add Python-IDE/pythonide-skills -g</code>
724724
<div class="install-cmd-actions">
725725
<button type="button" class="install-cmd-copy" data-agent-copy aria-label="复制">
726726
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true">

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- [Agent development](https://pythonide.xin/docs/pages/agent-development-index/): install Agent Skills and read coding rules for external agents.
88
- [Developer docs portal](https://pythonide.xin/docs/): browsable AppUI, Widget, and native module documentation.
9-
- [Agent Skills install](npx skills add jinwandalaohu66/pythonide-skills -g): recommended global install for coding agents (Codex, Claude Code, Gemini CLI, etc.).
9+
- [Agent Skills install](npx skills add Python-IDE/pythonide-skills -g): recommended global install for coding agents (Codex, Claude Code, Gemini CLI, etc.).
1010
- [Full AI context](https://pythonide.xin/llms-full.txt): combined generation rules, quick starts, and complete public API surfaces.
1111

1212
## Machine-Readable API Contracts

0 commit comments

Comments
 (0)