local-skills-setup

Scan and organize user-level and project-level skill directories for automatic matching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you set up and maintain your local learned skill library so Claude can automatically match and reuse your project- or user-specific solutions.

Core Features & Use Cases

  • Guided skill inventory & scanning: Checks and inventories skills in both user-level (~/.claude/skills/omc-learned/) and project-level (.omc/skills/) locations to understand what’s available.
  • Interactive setup workflow: Provides a wizard for creating and importing local skills, including prompting you through the skill creation path.
  • Pattern discovery via conversation scan: Helps identify skill-worthy patterns from ongoing work so you can extract reusable problem-solving knowledge.

Quick Start

Use /oh-my-claudecode:local-skills-setup list to quickly view all locally stored skills and their details.

Frequently Asked Questions about local-skills-setup

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

FAQPage Schema
How do I organize local skills in Claude Code for automatic reuse across conversations?

Organize local skills by scanning and structuring user-level (~/.claude/skills/omc-learned/) and project-level (.omc/skills/) directories. This enables Claude Code to automatically match and invoke previously extracted insights and codebase-specific playbooks in future conversations.

What is the directory structure required for managing local learned skills?

Local learned skills management uses two primary directories: user-level skills at ~/.claude/skills/omc-learned/ and project-level skills at .omc/skills/. Scanning these locations inventories your reusable codebase-specific playbooks and fixes for automatic recall.

How do I create and import local skills using markdown frontmatter?

Create and import local skills through an interactive setup workflow that parses markdown frontmatter to extract the skill name and description. This indexing enables proper automatic invocation of your reusable fixes during future conversations.

Can I identify skill-worthy patterns from my ongoing Claude Code conversations?

Yes, you can identify skill-worthy patterns by running a conversation scan. This analyzes ongoing work to extract reusable problem-solving knowledge, capturing repeatedly solved fixes and converting them into structured local skills for future use.

What is the best way to list all stored local skills and their details?

The best way to list local skills is executing the list command, which inventories all user-level and project-level skill directories. This provides a quick view of stored skills and their parsed markdown frontmatter details for immediate recall.

Does local skill management work without installing external dependencies?

Yes, local skill management works without external dependencies. It relies entirely on built-in directory scanning, markdown frontmatter parsing, and argument-based execution to handle list, add, scan, and import actions for your workflow capture.