skill

Manage local skills across built-in, user, and project scopes via CLI.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill skill-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/skill
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill skill-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates the management of local skill definitions by providing a single CLI surface to list, add, remove, search, and configure skills across built-in, user, and project scopes for the oh-my-claudecode plugin.

Core Features & Use Cases

  • List all skills across built-in, user, and project scopes with clear descriptions and scope context.
  • Add new skills using an interactive wizard and templates for quick setup.
  • Remove, edit, or search existing skills, and sync skills between scopes to keep environments aligned.
  • Setup and manage local skills for ongoing knowledge capture in the codebase.

Quick Start

To begin, run /startup-harness:skill list to view skills, or /startup-harness:skill add <name> to create a new skill.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skills across different project scopes using a CLI?

You can manage local skills across built-in, user, and project scopes using a centralized CLI to list, add, remove, search, and edit definitions. It synchronizes configurations across environments within the oh-my-claudecode ecosystem.

Can I synchronize skills between development environments?

Yes, you can synchronize skills between scopes to keep environments aligned. The CLI provides explicit user confirmations for destructive actions like removal, ensuring safe scope-sync operations across your local setup.

Does the skill management CLI enforce metadata validation?

Yes, the CLI enforces YAML frontmatter validation for local skill definitions. It supports triggers and argument hints to ensure configurations meet the required structural standards before activation.

What is the best way to create a new local skill from a template?

The best way to create a new local skill is by using the CLI's interactive wizard and templates for quick setup. This guides you through defining the skill and applying the correct YAML frontmatter automatically.

Are there safety checks when removing skills from the project scope?

Yes, the CLI includes safety checks with explicit user confirmations for destructive actions. This prevents accidental removal of built-in, user, or project skills during list and delete operations.

Why do I need a centralized CLI for oh-my-claudecode skill management?

A centralized CLI consolidates local skill definitions, preventing scattered configurations. It provides a single interface to search, edit, and synchronize skills, keeping your codebase knowledge capture structured and aligned.