devx-skills

Automate discovery and installation of agent skills from the devx skills repository.

5|1|Updated Nov 4, 2015
One-click install
npx skills add https://github.com/samjonester/dotfiles --skill devx-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devx-skills
Source: https://github.com/samjonester/dotfiles/tree/main/personal/pi/skills/devx-skills
Command: npx skills add https://github.com/samjonester/dotfiles --skill devx-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovery and installation of agent skills from the devx skills repository.

Core Features & Use Cases

  • Install new skills from the devx skills repo into your local environment at ~/.pi/agent/skills/ by default.
  • Browse, search, and manage your personal skills, with optional project-scoped installs when explicitly requested.
  • Prevent conflicts by checking existing skills before installation and guiding safe updates.

Quick Start

Run devx skills add <name> to install a skill into your personal skills directory.

Frequently Asked Questions about devx-skills

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

FAQPage Schema
How do I install agent skills locally from a repository?

Install agent skills locally by running the command `devx skills add <name>`, which deploys the skill directly into your local environment from the repository for immediate use.

Where are agent skills stored when I install them?

Installed agent skills are stored by default in the personal local directory at `~/.pi/agent/skills/`, keeping your environment organized and automatically applying the skills globally.

Can I install agent skills for a specific project only?

Yes, you can perform project-scoped installs when explicitly requested, ensuring the agent skills are isolated to that specific project rather than your personal global directory.

How do I prevent conflicts when adding new agent skills?

Prevent conflicts during installation by validating against existing skills in the local directory, which guides safe updates and stops duplicate or overlapping skill deployments.

What is the best way to browse and manage agent skills?

Browse and manage agent skills using a simple command-based workflow, allowing you to quickly search the repository, select new skills, and maintain your local directory structure.