II.
InteractionPrimitive overview
Reference · liveinteraction-primitive:adapters-cli-skill-add
adapters skill add overview
Copy a skill folder into the agent's skills directory. Source: packages/adapters/cli/src/commands/skill.ts:147-176.
Attributes
displayName
adapters skill add
kind
cli-subcommand
surface
cli
parentBin
adapters
subcommandVerb
skill add
flags
- --name:1:override copied skill folder name
- --force:0:overwrite if destination exists
- --global:0:install at user scope
- --project:0:install at project scope (default)
subcommandExitCodes
- 0:success:skill copied
- 1:general-error:CONFLICT (already exists, no --force) / not-a-directory
- 2:usage-error:missing source/agent
description
Copy a skill folder into the agent's skills directory. Source:
packages/adapters/cli/src/commands/skill.ts:147-176.
Outgoing edges
None.
Incoming edges
exposes_subcommand1
- package:a5c-ai-adapters-cli·PackageSurfaceAdapters CLI
supports_interaction_primitive1
- agent-ui-impl:adapters.ui@current·AgentUIImpladapters UI (current) — multi-surface