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

gjc-sdk-operate skillA

gjc-sdk-operate is agent-read markdown (skill) from yeachan-heo/gajae-code: Operate trusted local GJC sessions through a reviewed broker-bound CLI allowlist with single-use human approval..

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 approved operations

This skill is for trusted local scripts. Its approval challenge is a procedural safety policy, not a security boundary; SDK core retains lifecycle and attachment authority.

## Before every operation

1. Select an exact session ID through `gjc sdk session list --json` or a caller-provided stable ID, then fail closed when the Broker cannot prove it available.
2. Use only `gjc sdk session raw query|control|global` for SDK operations; static help and verified root error-evidence retrieval are discovery-only exceptions. Never scan state roots, read endpoint credentials, or open raw per-session WebSockets.
3. Validate the operation against the allowlist below. Do not expose arbitrary operation passthrough.
4. Pass all command data as argv values, never through a shell command string.
5. For every lifecycle operation, show the exact operation and session target to the human through the external host.
6. Obtain one explicit approval immediately before the call. Approval is single-use and becomes invalid if the operation, input, or target changes.
…

Read the whole file at its exact version.

How to install

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

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.fc1f7a1 latest2026-09-22 fc1f7a1 7,350 BA view · diff
git:20260917.b6a53f52026-09-17 b6a53f5 4,093 BA view · diff
git:20260915.439e5372026-09-15 439e537 4,093 BA view · diff
git:20260911.c218b082026-09-11 c218b08 3,929 BA view · diff
git:20260812.9d25e792026-08-12 9d25e79 3,407 BA view · diff
git:20260812.0d1d94d2026-08-12 0d1d94d 2,731 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 (7350 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_cp3pwqu52imaifyj
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/gajae-code/gjc-sdk-operate
GET https://markdownregistry.com/api/v1/blob/a3c7049f0f308653c33bb168056535bacf7bf36ad10254f6da5093c9c73dfa85

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.