custom-skill

Verify OPENCODE_CONFIG_DIR path resolution and configuration loading during skill activation.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill custom-skill-yxc023
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: custom-skill
Source: https://github.com/yxc023/agent-config-studio/tree/main/test/opencode-config-global/.opencode/skills/custom-skill
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill custom-skill-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The OPENCODE_CONFIG_DIR feature can be tricky to validate across environments. This skill provides a minimal, self-contained unit to test how the OPENCODE_CONFIG_DIR path is resolved and read by the system.

Core Features & Use Cases

  • Validates that the correct OPENCODE_CONFIG_DIR is used when loading skill configurations.
  • Provides a lightweight testbed for environment-variable based behavior in OPENCODE_CONFIG_DIR dependent workflows.
  • Use case: quickly verify that changes to OPENCODE_CONFIG_DIR take effect without impacting other skills.

Quick Start

Run the skill in a test environment and observe the loaded directory path and any config values.

Frequently Asked Questions about custom-skill

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

FAQPage Schema
How do I verify that OPENCODE_CONFIG_DIR is correctly read during skill activation?▼

You can validate OPENCODE_CONFIG_DIR resolution by running this skill in a test environment and observing the loaded directory path to ensure only intended configuration files are read.

What is the purpose of testing environment variable based configuration loading?▼

Testing environment variable based loading validates that changes to OPENCODE_CONFIG_DIR take effect without impacting other skills, providing a lightweight testbed for development workflows.

How do I test OPENCODE_CONFIG_DIR changes without affecting other skills?▼

Run this skill as a self-contained testbed in your development environment to verify that changes to OPENCODE_CONFIG_DIR take effect and only the intended configs are loaded.

Does the OPENCODE_CONFIG_DIR testbed require any dependencies or components?▼

No dependencies or components are required, but the environment must have the OPENCODE_CONFIG_DIR variable set and accessible by the runtime to validate configuration loading.

Why does my skill configuration not load after updating OPENCODE_CONFIG_DIR?▼

If configuration loading fails after updating OPENCODE_CONFIG_DIR, verify the environment variable is set and accessible by the runtime to ensure the correct path is resolved during skill activation.