skill

Manage local skill files across user and project directories.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/zchee/json-repair-rs --skill skill-zchee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/zchee/json-repair-rs/tree/main/.codex/skills/skill
Command: npx skills add https://github.com/zchee/json-repair-rs --skill skill-zchee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the organization, creation, editing, and removal of local skills stored within various directories, streamlining skill management workflows.

Core Features & Use Cases

  • Listing Skills: Display all available skills with their metadata across user and project scopes.
  • Adding Skills: Guide users interactively through creating new skills with YAML frontmatter and content templates.
  • Editing Skills: Enable interactive updates to skill metadata or content, including renaming.
  • Removing Skills: Safely delete skills after confirmation, ensuring proper cleanup.
  • Searching Skills: Find relevant skills based on query content, matching name, description, or triggers.
  • Syncing Skills: Synchronize skills between user and project directories to maintain consistency.
  • Setup Wizard: Facilitate the initial setup of skill directories and inventory with optional import/pattern scanning.

Quick Start

Use the skill command to create a new skill named 'error-handler' with a concise description and triggers.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skill files across user and project directories?

You can manage local skill files across user and project directories using CLI commands to list, create, edit, delete, search, and synchronize skills. This streamlines skill maintenance by providing interactive prompts and safe cleanup.

Can I create a new skill with YAML frontmatter from the command line?

Yes, you can create a new skill with YAML frontmatter from the command line. The skill command interactively guides you through generating content templates, defining metadata, and setting triggers for your new skill.

What is the best way to search for a specific local skill by its content?

The best way to search for a specific local skill by its content is using the CLI search function. It matches your query against the skill's name, description, and triggers to find relevant files across your directories.

Does this CLI tool support synchronizing skills between user and project scopes?

Yes, this CLI tool supports synchronizing skills between user and project scopes. The sync function maintains consistency across directories by copying and updating skill files between the different scopes.

How do I safely delete local skills without breaking my project setup?

To safely delete local skills without breaking your project setup, use the remove command. It ensures proper cleanup by requiring confirmation before permanently deleting the skill files from your directories.

Do I need to run a setup wizard to initialize skill directories before use?

Yes, running the setup wizard initializes skill directories and builds an inventory before use. It facilitates initial setup by offering optional import and pattern scanning to prepare your local skill environment.