skill

Manage local skills across user and project scopes via CLI.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill skill-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/skill
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill skill-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing local skills across user and project scopes to enable fast, repeatable automation of training and reuse.

Core Features & Use Cases

  • List, add, remove, search, and edit skill definitions from local stores
  • Sync skills between user and project scopes to keep knowledge aligned
  • Quick access to skill metadata and templates for setup and maintenance

Quick Start

Use the /skill commands to list, add, remove, edit, search, and sync local skills.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local Claude skills across different project scopes from a CLI?

You can manage local Claude skills across user and project scopes from a single CLI by using commands to list, add, remove, and edit skill definitions. This enforces structured frontmatter data and validates skill naming.

What is the best way to synchronize skill metadata between user and project stores?

Synchronizing skill metadata between user and project stores is handled through CLI sync commands. This keeps knowledge aligned across codebases and projects while supporting safe file operations during the transfer.

How does the CLI enforce structured frontmatter data for local skills?

The CLI enforces structured frontmatter data for local skills by validating skill naming and scopes during file operations. This ensures repeatable automation and safe management of skill metadata across local stores.

Can I use this CLI to search and edit existing local skill definitions?

Yes, you can use this CLI to search and edit existing local skill definitions. It provides quick access to skill metadata and templates, allowing teams to maintain and update skill stores for daily development workflows.

Do I need specific dependencies to orchestrate local skills with this CLI?

No specific dependencies are required to orchestrate local skills with this CLI. It operates independently to manage skill definitions, apply structured frontmatter, and validate scopes for codebases and projects.

When should I use a dedicated CLI for local skills management instead of manual file editing?

You should use a dedicated CLI for local skills management instead of manual file editing when teams need to add, remove, search, and synchronize skill metadata safely. It enforces structured frontmatter data and validates naming to prevent file operation errors.