@deskcreate/agentcraft
Preparing search index...
skills
GitHubSkillLoader
Variable GitHubSkillLoader
Const
GitHubSkillLoader
:
{
load
(
_config
:
GitHubSkillLoaderConfig
)
:
Promise
<
AgentSkill
>
;
loadLocal
(
directory
:
string
,
trustOrOptions
?:
|
"reviewed"
|
"untrusted"
|
"workspace"
|
"official"
|
LocalSkillLoaderOptions
|
undefined
,
)
:
Promise
<
AgentSkill
>
;
loadManyLocal
(
directories
:
readonly
string
[]
)
:
Promise
<
AgentSkill
[]
>
;
}
= ...
Type Declaration
load
:
function
load
(
_config
:
GitHubSkillLoaderConfig
)
:
Promise
<
AgentSkill
>
Parameters
_config
:
GitHubSkillLoaderConfig
Returns
Promise
<
AgentSkill
>
loadLocal
:
function
loadLocal
(
directory
:
string
,
trustOrOptions
?:
|
"reviewed"
|
"untrusted"
|
"workspace"
|
"official"
|
LocalSkillLoaderOptions
|
undefined
,
)
:
Promise
<
AgentSkill
>
Parameters
directory
:
string
trustOrOptions
:
|
"reviewed"
|
"untrusted"
|
"workspace"
|
"official"
|
LocalSkillLoaderOptions
|
undefined
= "workspace"
Returns
Promise
<
AgentSkill
>
loadManyLocal
:
function
loadManyLocal
(
directories
:
readonly
string
[]
)
:
Promise
<
AgentSkill
[]
>
Parameters
directories
:
readonly
string
[]
Returns
Promise
<
AgentSkill
[]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@deskcreate/agentcraft
Loading...