zeus-core

Document OpenCode configuration files, agent schemas, and command templates.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Aveer/OpenZeus --skill zeus-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeus-core
Source: https://github.com/Aveer/OpenZeus/tree/main/skills/zeus-core
Command: npx skills add https://github.com/Aveer/OpenZeus --skill zeus-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an authoritative, centralized knowledge base for OpenCode, eliminating guesswork regarding configuration paths, schema definitions, and system integration.

Core Features & Use Cases

  • Configuration Reference: Access detailed documentation on JSON/JSONC config structures, variable substitution, and file precedence rules.
  • System Troubleshooting: Quickly identify solutions for common issues like config loading errors, agent registration failures, or permission denials.
  • Use Case: When setting up a new project, use this skill to verify the correct directory structure for project-specific agents and commands to ensure they are properly discovered by the OpenCode runtime.

Quick Start

Ask the zeus-core skill to explain the configuration precedence rules for a project-specific OpenCode setup.

Frequently Asked Questions about zeus-core

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

FAQPage Schema
How do I resolve OpenCode configuration loading errors and agent registration failures?

OpenCode configuration errors are resolved by verifying JSON/JSONC file structures and ensuring project-specific agents follow system-defined directory structures for proper runtime discovery. This skill provides troubleshooting guidance for permission denials and schema validation issues.

What is the configuration precedence for OpenCode project-specific setups?

OpenCode configuration precedence determines how global and project-specific JSON/JSONC config files override each other. This skill explains variable substitution rules and file hierarchy to ensure the correct settings apply across your workspace environment.

How to structure directories for OpenCode agents and command templates?

Directory structuring for OpenCode agents and command templates requires following system-defined directory layouts across global and project-specific scopes. This skill documents the required paths to ensure the OpenCode runtime discovers and registers your custom agents correctly.

Why does OpenCode fail to discover my custom agents and commands?

OpenCode fails to discover custom agents when project-specific configuration files deviate from defined directory structures or schema standards. This skill helps identify path mismatches, schema validation errors, and integration standard violations preventing proper agent registration.

Can I use JSONC configuration files with variable substitution in OpenCode?

JSONC configuration files with variable substitution are supported in OpenCode for both global and project-specific scopes. This skill details how to define JSONC structures, implement variable substitution, and apply file precedence rules for optimal workspace performance.

Does OpenCode require specific schema definitions for command templates?

OpenCode requires adherence to system-defined schema definitions for command templates to ensure proper integration and runtime discovery. This skill provides comprehensive documentation on schema standards, configuration paths, and troubleshooting guidance for template registration failures.