kortix-system

Document the Kortix platform model, CLI surface, and OpenCode runtime.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill kortix-system-jbreel77888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kortix-system
Source: https://github.com/jbreel77888/Agent-AiNorx/tree/main/.kortix/opencode/skills/kortix-system
Command: npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill kortix-system-jbreel77888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the confusion of navigating Kortix's dual-configuration architecture and complex agent workflows by providing a single, authoritative reference for the entire platform.

Core Features & Use Cases

  • Platform Model Reference: Explains the strict boundary between kortix.toml (Kortix config) and .kortix/opencode/ (OpenCode config), session sandbox behavior, and the global workspace model.
  • CLI & Change Request Workflows: Covers the full kortix CLI surface, the mandatory change-request flow for landing work on main, secrets management, triggers, and app deployment.
  • OpenCode Runtime Configuration: Details how to author agents, skills, slash commands, custom tools, plugins, MCP servers, permissions, and AGENTS.md rules within the OpenCode runtime.

Quick Start

Use the kortix-system skill to understand how to open a change request and land your session work on main.

Frequently Asked Questions about kortix-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure kortix.toml for project configuration and change requests?

The Kortix platform separates configuration into kortix.toml for platform settings and .kortix/opencode/ for runtime. This skill provides the canonical reference for editing kortix.toml, managing change requests, and landing session work on main.

What is the difference between kortix.toml and the OpenCode configuration directory?

The Kortix platform enforces a strict boundary between kortix.toml for global platform configuration and the .kortix/opencode/ directory for OpenCode runtime settings. This separation governs session sandbox behavior, permissions, and model configuration.

How do I author agents, skills, and custom tools in the OpenCode runtime?

You author agents, skills, and custom tools by configuring the OpenCode runtime within the .kortix/opencode/ directory. This skill details how to define plugins, MCP servers, AGENTS.md rules, and permissions for the runtime environment.

Can I manage secrets and triggers using the kortix CLI surface?

Yes, the kortix CLI surface supports secrets management, trigger setup, and app deployment workflows. This skill provides authoritative guidance on scripting with the kortix CLI to handle these platform operations.

Does the Kortix platform require a sandbox for session management?

Session sandbox management is a core component of the Kortix platform model. This skill explains sandbox capabilities, the global workspace model, and how session sandboxes interact with the change request workflow.

What are the limitations of the Kortix dual-configuration architecture?

The Kortix dual-configuration architecture enforces a strict boundary between kortix.toml and .kortix/opencode/, preventing platform and runtime configurations from mixing. This skill clarifies these constraints to avoid misalignment during app deployment.