用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Yeachan-Heo/gajae-code --skill gjc-sdk-discover命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Socratic deep interview with mathematical ambiguity gating before explicit execution approval
Goal-directed research missions that interleave web research with data experimentation and end on a structured best-effort verdict
Consensus planning entrypoint that auto-gates vague ultragoal requests before execution
基于 SOC 职业分类
正在显示 SKILL.md
| name | gjc-sdk-discover |
| description | Discover and inspect trusted local GJC sessions through the broker-bound session CLI. |
Use this skill when an external agent needs to find or inspect local GJC sessions without terminal scraping, MCP, or coordinator delegation.
gjc sdk session list with that repository as the working directory and consume only its credential-free Broker DTO.gjc sdk session inspect <sessionId> or the fixed raw-query commands below..gjc/state/sdk, parse endpoint records, read credentials, or open a raw per-session WebSocket.Compose this pull-based view in order with gjc sdk session raw query <sessionId> --query <query>:
session.metadatacontext.getgoal.list/gettodo.listworkflow.gates.listsession.statsFetch transcript pages and diffs only when the user's task requires them:
transcript.list and transcript.bodydiff.list_files, diff.list_hunks, and diff.read_hunkThe reads are not an atomic snapshot. For every reported field, identify its source query and classify it as confirmed, inferred, stale, unavailable, or unknown. Preserve partial results when independent queries succeed; never invent a missing value.
gjc-sdk-author/templates/direct-sdk.ts and direct-sdk.py