NexgenSystemsMX

12 mods across 1 repository, 0 stars between them.

scopegate AGENTS.md

01

NexgenSystemsMX/scopegate

Instructions file CodexOpenCode

AGENTS.md instructions for NexgenSystemsMX/scopegate, covering agents.md — scopegate repo guide for coding agents, if you want to use scopegate, if you are developing scopegate, deployment (railway) and layout (src/).

0 13d ago A 2,638 tokens original Apache-2.0

scopegate CLAUDE.md

02

NexgenSystemsMX/scopegate

Instructions file

Claude Code instructions for NexgenSystemsMX/scopegate, covering claude.md — scopegate, purpose, conventions, key commands and do not touch.

0 13d ago A 1,040 tokens original Apache-2.0

scopegate

03

NexgenSystemsMX/scopegate

Skill Claude CodeCodex

Use this skill whenever you (the agent) need credentials, API keys, tokens, or access to an MCP/API — or when a connection fails with auth errors. ScopeGate is the credentials gateway: you never handle secret values; you request ephemeral capabilities instead. Also use it to onboard new services ("connect X", "add the…

0 13d ago A 82 tokens original Apache-2.0

NexgenSystemsMX/scopegate

Agent

You are an autonomous coding agent. This guide takes you from "ScopeGate is not installed" to a running gateway that brokers every MCP connection for your harness (Claude Code, Kimi Code, Cursor or OpenCode) — without you ever touching a secret value. Every step is non-interactive and idempotent; the single human…

0 13d ago D 0 tokens original Apache-2.0

02-protocol

05

NexgenSystemsMX/scopegate

Agent

This guide defines how you (an autonomous coding agent) work with ScopeGate's ephemeral capabilities. It is the operational contract: follow it exactly and privileged work flows; deviate and the gateway fails closed against you.

0 13d ago A 0 tokens original Apache-2.0

03-tools-reference

06

NexgenSystemsMX/scopegate

Agent

Exact reference of the twenty-one scopegate management tools, plus how proxied upstream tools ( ) work. Every shape here is traceable to src/gateway/tools.ts, src/gateway/server.ts and src/policy/engine.ts. Read 02 — Agent Protocol first; use this as its lookup table.

0 13d ago A 0 tokens original Apache-2.0

04-connectors

07

NexgenSystemsMX/scopegate

Agent

A connector (upstream) is an MCP server or API behind the gateway. You never touch its credentials — the gateway injects or mints them at the outbound hop. Every upstream tool is exposed to you as , and every call requires the capability :call: granted by policy (see ./03-tools-reference.md).

0 13d ago A 0 tokens original Apache-2.0

05-policies

08

NexgenSystemsMX/scopegate

Agent

Agent "05-policies" from NexgenSystemsMX/scopegate, covering 05 — policies: how to request well and propose new rules, 1. anatomy of policies.yaml, 2. how matching works, 2b. when: — guards over the call's arguments and 3. ttls: you can shorten, never extend.

0 13d ago A 0 tokens original Apache-2.0

06-self-repair

09

NexgenSystemsMX/scopegate

Agent

How to recover from any ScopeGate failure on your own. The loop is always the same: symptom → scopegatediagnose → action. Escalate to the human ONLY in the cases documented below — everything else heals by itself or by you.

0 13d ago A 0 tokens original Apache-2.0

07-security-rules

10

NexgenSystemsMX/scopegate

Agent

You are a coding agent operating behind ScopeGate. The gateway owns every credential; you own none. These rules are not style guidelines — each one is backed by code in the gateway that detects, blocks, or contains violations. Follow them exactly and you are both effective and blameless. Break them and the gateway…

0 13d ago B 0 tokens original Apache-2.0

08-long-tasks

11

NexgenSystemsMX/scopegate

Agent

How to finish multi-hour tasks (refactors, migrations, iterative debugging) behind ScopeGate without dying mid-way: task leases keep your grants alive under a double budget, and idempotency keys make your writes safe to retry. Read 02 — Protocol first; the tool shapes live in 03 — Tools reference.

0 13d ago A 0 tokens original Apache-2.0

scopegate

12

NexgenSystemsMX/scopegate

MCP server Claude CodeCodexCursor

Ephemeral credentials & persistent connections gateway for coding agents (Claude Code, Kimi Code, Cursor, OpenCode). The agent never holds secrets — it holds short-lived, minimum-scope capabilities. Runs locally from the scopegate npm package.

0 13d ago A tokens not measured original Apache-2.0