skill

Manage local Codex skill lifecycles with validation and confirmation safeguards.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill skill-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/skill
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill skill-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the difficulty of creating, discovering, organizing, maintaining, and synchronizing local skills across user and project scopes.

Core Features & Use Cases

  • Skill Lifecycle Management: Add, remove, edit, inspect, search, and synchronize skills with validation and confirmation safeguards.
  • Inventory and Setup: Create skill directories, scan available skills, parse metadata, and display organized inventories.
  • Knowledge Capture: Import skills, identify skill-worthy patterns from conversations, and use structured templates for workflows, errors, integrations, and code patterns.
  • Use Case: Use this Skill to find an existing debugging skill, create a project-specific workflow skill, or compare user-level and project-level skill libraries without overwriting content accidentally.

Quick Start

Ask the skill management CLI to scan both user and project skill directories and show an organized inventory.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local Codex skills across user and project scopes?

You can manage local Codex skills by adding, removing, editing, and synchronizing skill libraries across user and project scopes with validation and confirmation safeguards to prevent accidental data loss.

What is the best way to create an inventory of available workflow automation skills?

The best way to create an inventory of workflow automation skills is to scan available skill directories, parse metadata from SKILL.md files, and display organized inventories for both user-level and project-level libraries.

How do I search skill metadata to find a specific project setup workflow?

You can search skill metadata by scanning local skill libraries and parsing YAML frontmatter from root SKILL.md files to locate specific project setup workflows, debugging patterns, or integration templates.

Do I need YAML frontmatter to validate and import local skills?

Yes, you need valid YAML frontmatter in root SKILL.md files containing accurate names and descriptions to validate, import, and organize local skills within your workflow automation library.

Will deleting a project-level skill overwrite or affect my user-level skill library?

No, removing a project-level skill will not affect your user-level library because the system applies safe file operations and requires confirmation for destructive actions to prevent accidental overwrites.

Can I identify skill-worthy patterns from conversations and save them as structured templates?

Yes, you can identify skill-worthy patterns from conversations and import them as structured templates for workflows, errors, integrations, and code patterns directly into your local skill library.