skill

Manage local skills via a command-line interface for oh-my-grok.

Updated May 30, 2026
One-click install
npx skills add https://github.com/kwt00/oh-my-grok --skill skill-kwt00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/kwt00/oh-my-grok/tree/main/skills/skill
Command: npx skills add https://github.com/kwt00/oh-my-grok --skill skill-kwt00

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Management CLI helps streamline the process of managing local skills within oh-my-grok, offering a unified interface for listing, adding, removing, and searching skills.

Core Features & Use Cases

  • Skill Management: List, add, remove, search, and edit skills.
  • Interactive Wizard: Create new skills through an interactive setup wizard.
  • Skill Sync: Synchronize skills between user and project scopes.
  • Quick Scan: Quick scan of skill directories.
  • Use Case: With a large number of skills, this CLI can help organize and manage them efficiently, reducing the time spent searching for specific skills and enabling quick updates and edits.

Quick Start

List all available skills by running /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 and organize them from the command line?

You can manage local skills using a dedicated CLI to list, add, remove, search, and edit skill files. This provides a unified interface for efficient skill lifecycle management and directory organization.

What is the best way to create new skills without manually writing YAML files?

Creating new skills is streamlined through an interactive setup wizard. This guides you through the process step-by-step, ensuring proper YAML file generation and correct skill directory placement without manual editing.

Can I synchronize skills between different project scopes?

Yes, you can synchronize skills between user and project scopes. The CLI includes a skill sync feature that aligns your skill directories, ensuring consistency across different working environments.

Does the skill management CLI support quick scanning of skill directories?

Yes, the CLI supports a quick scan feature for skill directories. This allows you to rapidly audit available local skills and locate specific configurations without manually browsing the file system.

Do I need a specific framework to use local skill lifecycle management features?

Yes, this skill lifecycle management operates within the oh-my-grok environment. It requires interaction with the local skill directory structure and relies on YAML file operations to store configurations.