install-skills-for-personal-work

Automatically install all personal development skills in a fresh environment. Use when setting up a new computer, workspace, or when the user asks to configure/initialize their dev environment with required skills.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "install-skills-for-personal-work" with this command: npx skills add <owner>/<repo>

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

Quick Reference

CommandPurpose
npx skills list -gList installed skills
npx skills add <pkg> --skill <name> -g -yInstall skill(s)
npx skills remove <name> -gRemove skill
npx skills find <query>Search for skills

Implementation

Step 1: Check Current State

npx skills list -g

Step 2: Install Skills

Multi-skill repository (use --skill for each):

npx skills add <owner>/<repo> --skill <skill-1> --skill <skill-2> -g -y

Single skill package:

npx skills add <skill-name> -g -y

Step 3: Remove Skills

npx skills remove <skill-name> -g

Step 4: Verify

npx skills list -g

User's Personal Skill List

Install CommandDescription
npx skills add obra/superpowers --skill brainstorming -g -yBrainstorming Ideas Into Designs
npx skills add obra/superpowers --skill writing-plans -g -yWriting Plans
npx skills add vercel-labs/agent-skills --skill vercel-react-best-practices -g -yVercel React Best Practices
npx skills add anthropics/skills --skill skill-creator -g -ycreating effective skills
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices -g -ySupabase Postgres Best Practices
npx skills add wshobson/agents --skill sql-optimization-patterns -g -ySQL Optimization Patterns
npx skills add kepano/obsidian-skills --skill obsidian-markdown -g -yObsidian Flavored Markdown Skill
npx skills add kepano/obsidian-skills --skill json-canvas -g -yJSON Canvas Skill
npx skills add kepano/obsidian-skills --skill obsidian-bases -g -yObsidian Bases Skill
npx skills add ComposioHQ/awesome-claude-skills --skill video-downloader -g -yYouTube Video Downloader
npx skills add Shubhamsaboo/awesome-llm-apps --skills project-planner -g -yProject Planner
npx skills add vercel-labs/agent-browser --skill agent-browser -g -yBrowser Automation with agent-browser
npx skills add wshobson/agents --skill python-project-structure -g -yPython Project Structure & Module Architecture
npx skills add wshobson/agents --skill python-packaging -g -yPython Packaging
npx skills add anthropics/skills --skill pdf -g -yPDF Processing Guide

Common Mistakes

  • Forgetting --skill flag: Always use --skill when installing from a multi-skill repository
  • Missing -y flag: Required for non-interactive installation
  • Forgetting Node.js: Ensure Node.js is installed (required for npx)
  • Wrong scope: Use -g for global (user-level) installation
  • Network issues: Check connection if install fails

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

data-analyze-with-sql-python

No summary provided by upstream source.

Repository SourceNeeds Review
General

zero-skills

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-image

Local image processing toolkit for format conversion, compression, resizing, batch jobs, and image-to-PDF. Use when users ask 压缩图片/改尺寸/批量处理/转PDF. Supports si...

Registry SourceRecently Updated
Coding

Climate

Climate - command-line tool for everyday use

Registry SourceRecently Updated