skill

Manage oh-my-droid skill YAML definitions across user and project directories.

28|5|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/MeroZemory/oh-my-droid --skill skill-merozemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/MeroZemory/oh-my-droid/tree/main/skills/skill
Command: npx skills add https://github.com/MeroZemory/oh-my-droid --skill skill-merozemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually managing oh-my-droid skill definitions across scattered directories by providing a single CLI-inspired interface that handles listing, creation, editing, deletion, searching, inspection, and synchronization while enforcing naming and validation rules.

Core Features & Use Cases

  • Unified Skill Overview: /skill list scans user and project scopes, parses frontmatter metadata, and displays quality and usage stats in clear tables for fast discovery.
  • Safe Lifecycle Management: /skill add, /skill edit, and /skill remove guide users through interactive prompts, enforce lowercase hyphenated names, validate YAML content, and confirm destructive actions before touching files.
  • Insight and Sync Workflows: /skill info, /skill search, and /skill sync surface detailed content matches, compare scopes, and suggest copy/diff actions so teams can keep reusable routines aligned.

Quick Start

Ask /skill list to quickly enumerate installed user and project skills before making changes.

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 definitions across user and project directories?

You can manage local skill definitions by orchestrating CLI-style commands to list, create, edit, and remove YAML-based files across both user-level and project-level scopes. This unified interface handles directory scanning and parsing automatically.

How do I list installed oh-my-droid skills and view their metadata?

To list installed skills, the system scans user and project scopes, parses YAML frontmatter metadata, and displays quality and usage statistics in clear tables for fast discovery and overview.

Can I sync skills between user-level and project-level scopes?

Yes, you can sync skills between scopes. The sync workflow compares user-level and project-level directories, surfaces content matches, and suggests copy or diff actions to keep reusable routines aligned.

What naming conventions are enforced when creating a new skill?

When creating a skill, lowercase hyphenated names are strictly enforced. The system validates these naming conventions and parses YAML frontmatter content before safely writing the new definition.

Are destructive actions like removing skills confirmed before execution?

Destructive actions such as removing skills require explicit confirmation before any files are touched. The system avoids unsafe overwrites and validates all triggers to ensure safe lifecycle management.

How do I search for specific content within my YAML frontmatter skills?

You can search for specific content by triggering the search command, which parses frontmatter and triggers across user and project scopes to surface detailed content matches for quick inspection.