Get the path to a bundled AI skill
Usage
ai_skill_path(skill, package = "replicateEverything")
Arguments
- skill
Name of the skill, without .md.
- package
Optional package name. Defaults to replicateEverything.
Value
Path to the bundled skill file.
Examples
if (FALSE) { # \dontrun{
ai_skill_path("dataverse_to_replicateEverything")
} # }