Home / yeachan-heo / gajae-code · plugins/gajae-code/skills/gjc-sdk-session/SKILL.md · GitHub

gjc-sdk-session skillA

gjc-sdk-session is agent-read markdown (skill) from yeachan-heo/gajae-code: Operate GJC SDK sessions from the CLI (`gjc sdk session list|inspect|send|status|tail|close|raw` plus the explicit raw control|query|global hatch). Advisory reference: broker-bound, credential-free output; mutating verbs run only when explicitly invoked..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# GJC SDK session CLI (advisory)

Advisory reference for interacting with live GJC SDK sessions through the
broker-bound `gjc sdk session` command family. This skill is informational:
it never prints endpoint credentials or changes configuration, and it never
references removed command routes. Mutating commands are only documented and
run when the operator explicitly invokes them.

## Broker authority

`list`, `inspect`, `send`, `status`, `tail`, and `close` resolve sessions through the
SDK broker. The broker validates the indexed session against its durable
endpoint record and hands the CLI a connection credential the CLI uses and
never prints. `--agent-dir` selects the broker state directory.

## Semantic verbs

- `gjc sdk session list` — broker `session.list` projected to the versioned,
  credential-free row DTO (session id, locator, pid, liveness, tombstone,
  activity, heartbeat, identity provenance, ambiguity).
- `gjc sdk session inspect <sessionId>` — one indexed row from the broker. It
  never reads endpoint discovery records directly: a missing or unavailable
  broker fails closed rather than exposing endpoint authority outside SDK core.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeachan-heo/gajae-code/gjc-sdk-session@git:20260922.e2909ee
Exact content
mdr add yeachan-heo/gajae-code/gjc-sdk-session@sha256:047e7f958aeb2e34

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_pfldnossedvkvnoi.svg)](https://markdownregistry.com/a/art_pfldnossedvkvnoi)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.e2909ee latest2026-09-22 e2909ee 4,785 BA view · diff
git:20260825.e3513172026-08-25 e351317 4,457 BA view · diff
git:20260825.05762942026-08-25 0576294 4,406 BA view · diff
git:20260812.0d1d94d2026-08-12 0d1d94d 3,080 BA view · diff
git:20260811.42c176e2026-08-11 42c176e 3,783 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4785 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yeachan-heo/gajae-code · 2,847 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pfldnossedvkvnoi
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/gajae-code/gjc-sdk-session
GET https://markdownregistry.com/api/v1/blob/047e7f958aeb2e34bcc0cc41d02436e0c27cd79889c532c72d6773840790f35d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from yeachan-heo/gajae-code

AGENTS.md agents
yeachan-heo/gajae-code · AGENTS.md
git:20260912.89d573c · audit A · 2,847 stars
autoresearch skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/autoresearch/SKILL.md · Goal-directed research missions that interleave web research with data experimentation and end on a structured…
git:20260823.9983f32 · audit A · 2,847 stars
deep-interview skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/deep-interview/SKILL.md · Socratic deep interview with mathematical ambiguity gating before explicit execution approval
git:20260903.d9a41b3 · audit A · 2,847 stars
ralplan skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/ralplan/SKILL.md · Consensus planning entrypoint that auto-gates vague ultragoal requests before execution
git:20260822.324d58c · audit A · 2,847 stars
ultragoal skill
yeachan-heo/gajae-code · packages/coding-agent/src/defaults/gjc/skills/ultragoal/SKILL.md · Create and execute durable repo-native multi-goal plans over GJC goal mode artifacts.
git:20260919.859cb59 · audit A · 2,847 stars
DESIGN.md@packages/coding-agent/src/modes design
yeachan-heo/gajae-code · packages/coding-agent/src/modes/DESIGN.md
git:20260904.051605c · audit A · 2,847 stars
executor-design skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/combined-pack/subskills/executor-design/SKILL.md · Adds combined pack design guidance for executor prompts.
git:20260605.e17540f · audit A · 2,847 stars
ralplan-design skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/combined-pack/subskills/ralplan-design/SKILL.md · Adds combined pack design guidance for ralplan planning.
git:20260605.e17540f · audit A · 2,847 stars
one skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-arg/subskills/one/SKILL.md · First duplicate arg.
git:20260605.e17540f · audit B · 2,847 stars
two skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-arg/subskills/two/SKILL.md · Second duplicate arg.
git:20260605.e17540f · audit B · 2,847 stars
one skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-parent-phase/subskills/one/SKILL.md · First duplicate phase.
git:20260605.e17540f · audit B · 2,847 stars
two skill
yeachan-heo/gajae-code · packages/coding-agent/test/fixtures/gjc-plugins/duplicate-parent-phase/subskills/two/SKILL.md · Second duplicate phase.
git:20260605.e17540f · audit B · 2,847 stars

Every file in yeachan-heo/gajae-code

Browse by kind, by grade A, or by owner.