skill

Manage and organize local skills via a command-line interface with YAML configuration.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Ewallyw/claude-config-public --skill skill-ewallyw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Ewallyw/claude-config-public/tree/main/claude-config-master/claude-config-master/skills/skill
Command: npx skills add https://github.com/Ewallyw/claude-config-public --skill skill-ewallyw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a CLI interface for managing local skills, including listing, adding, removing, searching, editing, and setting up skills within a codebase.

Core Features & Use Cases

  • Skill Management: List, add, remove, search, edit, and sync skills.
  • Interactive Wizard: Guided setup and creation of new skills.
  • Skill Sync: Sync skills between user and project scopes.
  • Skill Templates: Offers templates for common skill types (e.g., error solutions, workflows, code patterns).
  • Error Handling: Robust error handling and user confirmation for destructive operations.

Quick Start

To list all available skills, use the command: /skill list.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skills within a codebase using a command-line interface?

You can manage local skills within a codebase using a command-line interface to list, add, remove, search, edit, and sync skills directly from your terminal.

Can I sync skills between different scopes in my codebase?

Yes, you can sync skills between user and project scopes. This functionality allows you to synchronize skill configurations across different levels of your development environment.

Do I need to know YAML to configure local skills?

Yes, you need knowledge of YAML for skill configuration. Additionally, basic command-line usage is required to effectively operate the interface and execute management commands.

How do I create a new skill from the command line?

You can create a new skill using an interactive wizard that guides setup. The system also offers templates for common skill types like error solutions, workflows, and code patterns.

Are there protections against accidentally deleting skills?

Yes, the system features robust error handling and requires user confirmation for destructive operations. This ensures that removing or significantly altering skills demands explicit approval.

What is the best way to list all available skills in my project?

The best way to list all available skills is by using the command-line interface. Simply execute the designated list command to instantly view all skills configured in your current codebase.