A collection of agent skills for Vicoa products.
live-preview: Start a local dev service, reuse an occupied port when it belongs to the same project/service, expose it through Cloudflare/ngrok tunnel, and return structured Markdown fields for integration.
agent-skills/
skills/
live-preview/
SKILL.md
npx skills add vicoa-ai/agent-skillsThen select live-preview when prompted.
If you want to force Claude Code as the install target, use:
npx skills add vicoa-ai/agent-skills --agent claude-codeThe --agent claude-code flag ensures the skill is installed or symbol linked into .claude/skills/ instead of .agents/skills/.
mkdir -p .claude/skills/live-preview
cp -R skills/live-preview/* .claude/skills/live-preview/mkdir -p ~/.claude/skills/live-preview
cp -R skills/live-preview/* ~/.claude/skills/live-preview/In Claude Code, invoke the live-preview skill and optionally pass args such as run command, port, or tunnel provider.