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

gjc-sdk-discover skillA

gjc-sdk-discover is agent-read markdown (skill) from yeachan-heo/gajae-code: Discover and inspect trusted local GJC sessions through the broker-bound session CLI..

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 discovery

Use this skill when an external agent needs to find or inspect local GJC sessions without terminal scraping, MCP, or coordinator delegation.

## Required behavior

1. Resolve the repository root explicitly.
2. Run `gjc sdk session list --json` with that repository as the working directory and consume only its credential-free Broker DTO.
3. Select an exact session ID from that DTO, then use `gjc sdk session inspect <sessionId> --json` or the fixed raw-query commands below.
4. Fail closed for missing, unavailable, stale, dead, unknown, or ambiguous Broker results.
5. Never scan `.gjc/state/sdk`, parse endpoint records, read credentials, or open a raw per-session WebSocket.
6. Add `--json` explicitly to every machine CLI call: successful session JSON is unchanged, but default ordinary failures are text on stderr. Consume the single `gjc.command-error` version 1 stdout envelope on nonzero exit; never treat missing JSON as success or publish raw stderr. Usage exits 2; operation failures exit 1.

## Core inspection recipe

Compose this task-required pull-based view in order with `gjc sdk session raw query <sessionId> --query <query> --json`:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeachan-heo/gajae-code/gjc-sdk-discover@git:20260922.fc1f7a1
Exact content
mdr add yeachan-heo/gajae-code/gjc-sdk-discover@sha256:d5d2845329160539

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_bkvw5gg3nwuqoppe.svg)](https://markdownregistry.com/a/art_bkvw5gg3nwuqoppe)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.fc1f7a1 latest2026-09-22 fc1f7a1 4,147 BA view · diff
git:20260812.0d1d94d2026-08-12 0d1d94d 1,747 BA view · diff
git:20260811.eeccc332026-08-11 eeccc33 1,661 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 (4147 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_bkvw5gg3nwuqoppe
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/gajae-code/gjc-sdk-discover
GET https://markdownregistry.com/api/v1/blob/d5d284532916053931276778e854cc5d716d5427eb4a16e8f5d1a47ee6d4d3fa

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.