Loads Claude-style settings from a list of setting_sources, mirroring the
Claude Agent SDK behavior. Supports project and user sources, and returns
memory, skills, slash commands, and custom agents discovered in .claude
directories.
Supported sources:
"project": loads project.claudesettings, skills, commands, agents, and memory"user": loads~/.claudesettings, skills, commands, agents, and memoryexplicit file paths to
.jsonsettings files
Usage
claude_settings_load(setting_sources, working_dir = getwd())