From agentv-dev
Bootstraps AgentV CLI in current workspace: installs if needed, runs init, verifies setup artifacts. Use when user requests AgentV repo setup.
npx claudepluginhub entityprocess/agentv --plugin agentv-devThis skill uses the workspace's default tool permissions.
Use this skill when the user asks to set up AgentV in a repository.
Bootstraps agentic dev environment from agent.toml: validates required env vars/commands/runtimes, configures Claude Code plugins/MCP servers. Use for new repos, misconfigs, or new machines.
Share bugs, ideas, or general feedback.
Use this skill when the user asks to set up AgentV in a repository.
Set up AgentV in the current workspace:
agentv CLI is available (install if needed)Find the directory that contains this SKILL.md, then resolve script paths relative to it.
Packaged scripts:
scripts/onboard-agentv.sh for bash/zshscripts/onboard-agentv.ps1 for PowerShellRun from the repository root where AgentV should be initialized.
POSIX shells:
bash <skill-dir>/scripts/onboard-agentv.sh
PowerShell:
pwsh -File <skill-dir>/scripts/onboard-agentv.ps1
If pwsh is unavailable on Windows:
powershell -ExecutionPolicy Bypass -File <skill-dir>/scripts/onboard-agentv.ps1
If the script fails, report the exact error and stop. Do not claim setup succeeded.
Summarize:
agentv version in useagentv init completedRe-running is safe. The scripts run agentv init, and if setup artifacts are still missing they rerun once automatically before failing.