skill

Manage local skill libraries with YAML frontmatter parsing and interactive wizards.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill skill-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/skill
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill skill-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents time wasted managing oh-my-claudecode skills manually by providing a consistent way to discover, create, edit, search, and remove skill definitions stored across user, project, and bundled scopes.

Core Features & Use Cases

  • Discover & inventory skills: Lists built-in, user, and project skills by scanning expected directories and parsing YAML frontmatter metadata.
  • Create & maintain skills safely: Adds new skill files via an interactive wizard, supports interactive edits of both frontmatter and body content, and removes skills only after explicit confirmation.
  • Find and synchronize knowledge: Searches by name/description/triggers/content and syncs skills between user and project scopes with overwrite protection prompts.

Quick Start

Run /oh-my-claudecode:skill list to view your built-in, user, and project skills in an organized table.

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 stored across different project scopes?

You can manage local skill definitions across user, project, and bundled scopes using a single CLI. The tool scans expected filesystem directories to inventory, search, and modify YAML-frontmatter-based skill files.

Can I search skill metadata and content by triggers from the command line?

Yes, you can search local skills by name, description, triggers, and content. The CLI parses YAML frontmatter metadata to locate matching skill definitions across all configured scopes.

How do I safely create and edit YAML frontmatter for new skills?

You create and edit YAML frontmatter using an interactive wizard provided by the CLI. The wizard guides you through defining the skill name, description, and body content while ensuring proper metadata formatting.

What is the best way to sync skills between user and project scopes without losing changes?

To sync skills safely between user and project scopes, the CLI applies overwrite protection prompts. This ensures you explicitly confirm any replacements before existing skill definitions are overwritten during synchronization.

Does deleting a skill through the CLI require explicit confirmation?

Yes, removing a skill requires explicit confirmation before deletion. The CLI enforces this safety mechanism to prevent accidental removal of built-in, user, or project skill definitions from your local filesystem.