feat: add support for reading skills from .agents/skills directories (#11842)

Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com>
This commit is contained in:
Dax 2026-02-03 15:51:54 -05:00 committed by GitHub
commit 17e62b050f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 142 additions and 30 deletions

View file

@ -23,6 +23,8 @@ export namespace Flag {
OPENCODE_DISABLE_CLAUDE_CODE || truthy("OPENCODE_DISABLE_CLAUDE_CODE_PROMPT")
export const OPENCODE_DISABLE_CLAUDE_CODE_SKILLS =
OPENCODE_DISABLE_CLAUDE_CODE || truthy("OPENCODE_DISABLE_CLAUDE_CODE_SKILLS")
export const OPENCODE_DISABLE_EXTERNAL_SKILLS =
OPENCODE_DISABLE_CLAUDE_CODE_SKILLS || truthy("OPENCODE_DISABLE_EXTERNAL_SKILLS")
export declare const OPENCODE_DISABLE_PROJECT_CONFIG: boolean
export const OPENCODE_FAKE_VCS = process.env["OPENCODE_FAKE_VCS"]
export declare const OPENCODE_CLIENT: string