gjc-sdk-author

gjc-sdk-author is a skill for Claude Code, Codex from Yeachan-Heo/gajae-code. It costs 24 tokens per session (413 once invoked), scanned A, original, MIT.

A guide for writing trusted TypeScript and Python scripts that inspect or control GJC sessions through its command-line tool.

In plain words
What is it for?
Use it to build scripts for fixed session queries and approved session changes, with explicit repository and session inputs and human approval for each change.
Why use it?
It helps scripts use the approved session controls without reading private connection details or sending unsafe commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build scripts for fixed session queries and approved session changes, with explicit repository and session inputs and human approval for each change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yeachan-heo/gajae-code/gjc-sdk-author
About the project

Gajae Code is an external coding-agent harness that works inside repositories or worktrees and guides an agent through planning, review, approval, and code changes. It is for developers who want to use an existing coding-plan subscription while controlling agent work from a terminal, phone, or bot. The catalogue entries provide extensions such as skills, agents, commands, plugins, and MCP integrations for the harness.

Yeachan-Heo/gajae-code · 2,744 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Yeachan-Heo/gajae-code --skill gjc-sdk-author
Clone the repo
git clone --depth 1 https://github.com/Yeachan-Heo/gajae-code

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gjc-sdk-author

README.md
[![agentmods](https://agentmods.dev/badge/skills/yeachan-heo/gajae-code/gjc-sdk-author/github.svg)](https://agentmods.dev/skills/yeachan-heo/gajae-code/gjc-sdk-author)
Your own site
<a href="https://agentmods.dev/skills/yeachan-heo/gajae-code/gjc-sdk-author"><img src="https://agentmods.dev/badge/skills/yeachan-heo/gajae-code/gjc-sdk-author/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gjc-sdk-author

Your own site · 80×15
<a href="https://agentmods.dev/skills/yeachan-heo/gajae-code/gjc-sdk-author"><img src="https://agentmods.dev/badge/skills/yeachan-heo/gajae-code/gjc-sdk-author.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 413 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00413
Opus 5 $0.00012 $0.00206
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00002 $0.00041

Measured 9d ago against content hash e58fe81a880e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gjc-sdk-author scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (templates/direct-sdk.py, templates/direct-sdk.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

sdk-skills/gjc-sdk-author/SKILL.md · 30 lines

What it actually 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> for fixed inspection queries and gjc sdk session raw control <sessionId> --op <operation> --json-input <object> --confirm for fixed controls.
  • 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.
  • Require an immediately preceding, single-use human approval before every mutation.
  • Use the template's nonce-bearing operation/session/input-bound standard-input challenge; never replace it with a free boolean or reusable approval.
  • Send no CLI request after denial or cancellation.
  • Bind durable workflow controls to the expected session ID.
  • Render only parsed, redacted CLI JSON. Discard raw CLI stderr and never render credentials.
  • Keep broader lifecycle orchestration behind gjc sdk session raw global with a stable idempotency key or an SDK-core lifecycle facade; the canonical templates do not invent lifecycle routing.
  • State that approval is a trusted-local procedural safeguard, not capability isolation; Broker and Router retain attachment authority.

Generated user scripts belong in the user's workspace. Only the two canonical templates are owned by this clean-generated bundle.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 30 lines · 24 tokens per session scan A e58fe81a880e

Subscribe to this mod's changes

gjc-sdk-author is a skill published in the GitHub repository Yeachan-Heo/gajae-code (2,744 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 413 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.