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

gjc-sdk-author skillA

gjc-sdk-author is agent-read markdown (skill) from yeachan-heo/gajae-code: Author trusted-local TypeScript and Python scripts that operate GJC sessions through the broker-bound 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

# Author broker-bound GJC session scripts

Start from the owned templates in this skill directory:

- `templates/direct-sdk.ts`
- `templates/direct-sdk.py`

## Authoring contract

- Invoke the documented `gjc sdk session` CLI as a child process. It routes live controls through `SessionRouter` and lifecycle mutations through `SessionLifecycleService` and the Broker.
- Require explicit repository and session-ID inputs. Run the CLI with the repository as its working directory; do not infer a session from local state.
- Never scan `.gjc/state/sdk`, parse endpoint records, read endpoint credentials, or open a raw per-session WebSocket.
- Use only `gjc sdk session raw query <sessionId> --query <query> --json` for fixed inspection queries and `gjc sdk session raw control <sessionId> --op <operation> --json-input <object> --confirm --json` for fixed controls. Raw leaves do not accept `--repo`; preserve the selected repository as subprocess `cwd` instead.
- Pass CLI arguments as an argv array, never through a shell command string.
- Keep query and control operation names on fixed allowlists. Reject secret-shaped input fields before dispatch.
…

Read the whole file at its exact version.

How to install

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

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.fc1f7a1 latest2026-09-22 fc1f7a1 2,788 BA view · diff
git:20260812.0d1d94d2026-08-12 0d1d94d 2,094 BA view · diff
git:20260811.eeccc332026-08-11 eeccc33 1,458 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 (2788 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_hb6f2dnzmwv2m66d
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/gajae-code/gjc-sdk-author
GET https://markdownregistry.com/api/v1/blob/db21c0f22cb64f8fd010469a723b08fd355d2f83dfba6c587da9dd47b33a4ea2

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.