install-skills-for-personal-work

Installation
SKILL.md

Install Skills for Personal Work

Overview

Quickly install personal development skills in any new environment using the npx skills CLI tool.

When to Use

  • First time working on a new computer
  • Starting a new development project
  • Entering a new workspace environment
  • User asks to "configure dev environment", "install my skills", "add skill X", or "remove skill Y"

Core Pattern

  1. Check current skills: npx skills list -g
  2. Install/remove from user's skill list: Use --skill flag for multi-skill repos
  3. Verify: npx skills list -g
Installs
6
First Seen
Feb 22, 2026
install-skills-for-personal-work — tkorays/zero-skills