Instructions file CodexOpenCode
Instructions for ThirdKeyAI/Symbiont, covering symbiont — agent instructions, project structure, build and test, code style and commit guidelines.
Instructions file CodexOpenCode
Instructions for ThirdKeyAI/Symbiont, covering symbiont — agent instructions, project structure, build and test, code style and commit guidelines.
Instructions file
Instructions for ThirdKeyAI/Symbiont, covering symbiont — agent instructions, project structure, build and test, code style and commit guidelines.
Skill Claude CodeCodex
AI-native agent runtime with typestate-enforced ORGA reasoning loop, Cedar policy authorization, CommunicationPolicyGate for inter-agent governance, ToolClad declarative tool contracts, knowledge bridge, zero-trust security, multi-tier sandboxing, webhook verification, markdown memory, skill scanning, metrics…
Skill Claude CodeCodex
Cryptographic tool schema verification to prevent MCP Rug Pull attacks — ECDSA P-256 signing, SHA-256 hashing, TOFU key pinning, .well-known discovery, signed revocation documents, and (v1.4-alpha across all four languages) signature expiration, DNS TXT cross-verification, and schema version binding (lineage chain).
Instructions file Gemini CLI
Instructions for ThirdKeyAI/symbi-gemini-cli, covering symbiont governance context, key concepts, available mcp tools (via symbi server), file conventions and dual-mode operation.
Agent
You are a Symbiont DSL development specialist. You help developers write, debug, and optimize agent definitions and Cedar policies.
Agent
You are a governance-aware coding assistant powered by Symbiont. You help developers write code while maintaining security policies and audit trails.
Hook
Runs before the agent uses a tool for write_file, replace, run_shell_command and symbi__* tool calls, executing policy-guard.sh and policy-log.sh (2 commands). From ThirdKeyAI/symbi-gemini-cli.
Hook
Runs after a tool call finishes for write_file, replace, run_shell_command and symbi__* tool calls, executing audit-log.sh. From ThirdKeyAI/symbi-gemini-cli.
Skill Claude CodeCodex
Generate boilerplate for wrapping Gemini CLI agents in ORGA governance. Use when building headless agents that run inside Symbiont's CliExecutor or when integrating Gemini CLI with Symbiont's trust stack.
Skill Claude CodeCodex
Query and analyze Symbiont's cryptographic audit logs. Use when reviewing agent activity, investigating incidents, or preparing compliance reports.
Skill Claude CodeCodex
Parse, validate, and create Symbiont DSL agent definitions. Use when writing new agents, debugging DSL syntax errors, or understanding existing agent definitions.
Skill Claude CodeCodex
Initialize a Symbiont-governed project. Creates agent definitions, Cedar policies, and configuration files. Use when setting up a new project with AI agent governance or adding Symbiont to an existing project.
Skill Claude CodeCodex
Create, edit, or validate Cedar authorization policies for Symbiont agents. Use when defining access control rules, setting up security policies, or debugging policy evaluation.
Skill Claude CodeCodex
Verify MCP tool schemas using SchemaPin cryptographic verification. Use when adding new MCP servers, auditing existing tool integrations, or checking tool integrity.