skill

Manages local Code Skill definitions by listing, creating, editing, searching, and removing them across user and project scopes.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/ssccio/cc-on-web-base --skill skill-ssccio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/ssccio/cc-on-web-base/tree/main/skills/skill
Command: npx skills add https://github.com/ssccio/cc-on-web-base --skill skill-ssccio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually tracking, creating, and maintaining many Claude Code skills scattered across user and project scopes.

Core Features & Use Cases

  • List and discover skills by scope: Scans user skills in ~/.claude/skills/omc-learned/ and project skills in .omc/skills/, parses each SKILL.md frontmatter, and presents a consolidated table for quick review.
  • Create skills with a consistent template: Guides you through name validation, description, triggers, argument hint, and scope, then generates the SKILL.md structure in the correct location.
  • Edit, search, and remove skills safely: Supports interactive updates to YAML metadata and markdown content, content/trigger/name search with ranking, detailed introspection via /skill info, and deletion guarded by explicit confirmation.

Quick Start

Use the skill to list all your installed 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 Claude Code skills stored in different directories?

To manage local Claude Code skills, you can scan both user and project scopes, parse SKILL.md YAML frontmatter, and list, create, edit, search, or remove skill definitions from a single interface. It consolidates skills from ~/.claude/skills/omc-learned/ and .omc/skills/.

What is the best way to organize and discover many Claude Code skill definitions?

The best way to organize many skill definitions is using a management tool that parses YAML frontmatter and presents a consolidated table for quick review. You can rapidly locate the right skill by querying metadata like name, description, triggers, or full markdown content.

How do I create a new Claude Code skill with a consistent template and YAML frontmatter?

You create a new Claude Code skill through an interactive wizard that guides name validation, description, triggers, argument hints, and scope selection. It then generates the SKILL.md structure with correct YAML frontmatter in the appropriate user or project directory.

Can I search across YAML frontmatter and markdown content to find a specific skill?

Yes, you can search across name, description, triggers, and full markdown content with ranking. This query-based matching allows you to rapidly locate specific skill definitions stored across both user and project scopes.

How do I safely remove a Claude Code skill without accidental deletion?

To safely remove a Claude Code skill, the system guards destructive operations with explicit confirmation before deletion. This prevents accidental loss of skill definitions stored in your local directories.