Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Vicoa Agent Skills

A collection of agent skills for Vicoa products.

Included Skills

  • 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.

Repository Layout

agent-skills/
  skills/
    live-preview/
      SKILL.md

Install

Option 1: via skills installer

npx skills add vicoa-ai/agent-skills

Then 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-code

The --agent claude-code flag ensures the skill is installed or symbol linked into .claude/skills/ instead of .agents/skills/.

Option 2: manual install (project-local)

mkdir -p .claude/skills/live-preview
cp -R skills/live-preview/* .claude/skills/live-preview/

Option 3: manual install (global)

mkdir -p ~/.claude/skills/live-preview
cp -R skills/live-preview/* ~/.claude/skills/live-preview/

Usage

In Claude Code, invoke the live-preview skill and optionally pass args such as run command, port, or tunnel provider.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors