AgentSkillCommand
Prints the absolute path of the bundled agent skill directory to standard output.
The directory contains the SKILL.md entrypoint and any supporting files that an AI agent tool (e.g. Claude Code) can install or read as context. Typical use is to symlink it into the user's skills directory:
ln -s "$(quarkdown doctor get agent-skill)" ~/.claude/skills/quarkdownContent copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun CliktCommand.browserLauncherOption(default: BrowserLauncher = NoneBrowserLauncher(), shouldValidate: () -> Boolean = { true }, envLookup: (String) -> String? = System::getenv): OptionDelegate<out BrowserLauncher?>
Option to select a browser launcher from the CLI, with validation and support of selection by name, path, or fixed choices.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard