بنقرة واحدة
append-letters
Demo orchestrator that appends characters to a file by running two child skills in sequence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Demo orchestrator that appends characters to a file by running two child skills in sequence.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | append-letters |
| description | Demo orchestrator that appends characters to a file by running two child skills in sequence. |
When to use this skill
append-x then append-y, each appending one character to a shared file.Everything above this line is yours to edit. The block below is generated by GridWatch from the
orchestration configuration in gridwatch.json — edit the configuration in the Skills Graph and
click Save to regenerate it, rather than editing between the markers by hand.
🚀 [append-letters] Starting append-letters (sequential)...SESSION_ID to the current Copilot CLI session id (the UUID of the active session under ~/.copilot/session-state/). Use it to name all output files so concurrent runs do not clash.📣 [append-letters] Running append-x…, then run the append-x skill and wait for it to finish. Instruct it to write its output to /tmp/gridwatch-demo/letters-<SESSION_ID>.txt.📣 [append-letters] Running append-y…, then run the append-y skill and wait for it to finish. Tell it to read its input from /tmp/gridwatch-demo. Instruct it to write its output to /tmp/gridwatch-demo/letters-<SESSION_ID>.txt.✅ [append-letters] Finished append-letters (sequential).The two child skills append to the same file, so by the time the orchestrator finishes the
file contains XY. Because the run is sequential, append-y is guaranteed to run after
append-x has finished writing.