You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,35 @@ Before filing a public issue, redact private project and personal information. D
15
15
| Build, test, run, and diagnose an unknown Apple repo |[CLI Integration Guide](#cli-integration-guide)| Use `triton xcode`, `triton xcresult`, and artifact commands before raw `xcodebuild`. |
16
16
| Prepare a HarmonyOS / DevEco Emulator |[Harmony App Integration Guide](#harmony-app-integration-guide)| Host-side HDC adapter works without embedded runtime. |
17
17
| Validate a Harmony embedded runtime |[Harmony App Integration Guide](#harmony-app-integration-guide)| Use package id / import path `tritonkit` and `--runtime-base-url` direct checks while the SDK is standalone. |
18
+
| Add optional Codex / agent workflows |[Optional Agent Skills](#optional-agent-skills)| Install only the public skills; internal skills are for TritonKit repository maintenance. |
19
+
20
+
## Optional Agent Skills
21
+
22
+
TritonKit ships optional Codex / agent skills for AI-assisted adoption, feedback, and local emulator regression work. They are not required to use the iOS runtime, Harmony runtime notes, or macOS `triton` CLI.
23
+
24
+
External users and adopting projects should install only the public skills from `.agents/tritonkit-skills/public/` or from the release asset `tritonkit-skills.tar.gz`. Current public skills are:
25
+
26
+
-`tritonkit-dev-feedback`: collect adoption feedback, missing capabilities, confusing behavior, and documentation gaps as actionable TritonKit issues.
27
+
-`tritonkit-emulator-cli-takeover`: guide local CLI takeover of iOS Simulator, Android Emulator, and HarmonyOS / DevEco Emulator workflows.
28
+
-`tritonkit-real-project-regression`: validate TritonKit against real app projects while isolating external repo changes and preserving machine-readable evidence.
29
+
30
+
Do not install `.agents/tritonkit-skills/internal/` into adopting projects by default. Internal skills are repo-maintenance, governance, planning, supervision, and implementation workflows for TritonKit maintainers, and release packaging excludes them.
31
+
32
+
If you install from a source checkout, copy only the public skill directories into your Codex / agent skills directory:
33
+
34
+
```sh
35
+
# Replace AGENT_SKILLS_DIR with your Codex / agent's configured skills directory.
0 commit comments