aviz-skills-installer

Install skills from the AVIZ Skills Library into user or project scopes.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/a0972199950/lazy-cv --skill aviz-skills-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aviz-skills-installer
Source: https://github.com/a0972199950/lazy-cv/tree/main/.agents/skills/aviz-skills-installer
Command: npx skills add https://github.com/a0972199950/lazy-cv --skill aviz-skills-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering, installing, and configuring skills from the AVIZ Skills Library, ensuring you can quickly add new capabilities to your Claude Code environment.

Core Features & Use Cases

  • Skill Discovery: Browse and find available skills from the AVIZ library.
  • Automated Installation: Clones and copies skill files to either your personal (~/.claude/skills/) or project (.claude/skills/) scope.
  • Dependency Management: Attempts to install necessary npm packages for skills that require them.
  • Configuration Guidance: Helps set up environment variables by copying .env.example files.
  • Use Case: A user wants to add the 'whatsapp' skill to their Claude Code setup. They run the installer, specify 'whatsapp' and 'user' scope, and the script handles cloning, copying, and provides a link to the skill's documentation for further setup.

Quick Start

Use the aviz-skills-installer skill to install the 'whatsapp' skill into your user scope.

Frequently Asked Questions about aviz-skills-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Claude Code skills from a GitHub repository into my local environment?

To install Claude Code skills, you can use an automated installer that clones the specified GitHub repository, copies the skill files into your user (~/.claude/skills/) or project (.claude/skills/) scope, and handles basic setup.

Can I automatically install npm dependencies when adding new skills to my Claude Code setup?

Yes, the skill installation process attempts to automatically install necessary npm packages for skills that require them, streamlining the setup of your Claude Code environment.

How do I browse and discover available skills before installing them?

You can discover available skills by using the skill discovery feature, which allows you to browse and find specific skills from the AVIZ library before running the automated installation process.

Do I need git and npm to set up skills for Claude Code?

Yes, git and npm are required dependencies. The installer uses git to clone skill files from the repository and npm to install any necessary packages required by the specific skills.

How do I configure environment variables after cloning a new skill?

After cloning, the installer guides you through configuration by copying .env.example files to help you quickly set up the required environment variables for skills like whatsapp or speech-generator.