Scaffold a new Agentver package with a template directory structure.
Usage
$ agentver initOptions
--type <type>Package type: skill, agent, plugin, script, prompt (default: skill)--repoScaffold in a Git-repo-friendly structureExamples
Create a new skill interactively
$ agentver initCreate a new plugin package
$ agentver init --type plugin