Learn R Programming

aisdk (version 1.1.0)

init_skill: Initialize a New Skill

Description

Creates a new skill directory with the standard "textbook" structure: SKILL.md, scripts/, references/, and assets/.

Usage

init_skill(name, path = tempdir())

Value

Path to the created skill directory.

Arguments

name

Name of the skill.

path

Parent directory where the skill folder will be created.