skill

Manage local skill definitions across user and project scopes.

2|1|Updated Oct 8, 2009
One-click install
npx skills add https://github.com/riethmayer/dotfiles --skill skill-riethmayer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/riethmayer/dotfiles/tree/main/stow/agents/.agents/skills/skill
Command: npx skills add https://github.com/riethmayer/dotfiles --skill skill-riethmayer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers organize and manage local skill definitions across user and project scopes to keep knowledge consistent.

Core Features & Use Cases

  • List, search, and manage skills across user (~/.codex/skills) and project (.codex/skills) scopes
  • Sync, info, and setup workflows to align skills with codebases and team practices
  • Extendable templates and guided creation for new skills

Quick Start

Run /skill list to view all skills and /skill add <name> to create a new one.

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

Manage local skill definitions across user (~/.codex/skills) and project (.codex/skills) scopes by applying list, add, remove, edit, and sync commands with robust validation to keep knowledge consistent across codebases.

What is the best way to organize SKILL.md files for discovery and editing?

Organize SKILL.md files for discovery and editing by placing them in user or project scopes with required frontmatter providing name and description, optionally including component directories, and running scan or search commands to locate them.

How do I create a new skill with a cli-friendly workflow?

Create a new skill with a cli-friendly workflow by running the add command with a name, which triggers guided creation using extendable templates, validates required frontmatter, and safely initializes the skill definition in the target scope.

Can I synchronize local skills to align with team practices and codebases?

Synchronize local skills to align with team practices and codebases by running the sync command, which applies robust validation and safety checks to update skill definitions across user and project scopes consistently.

Does the skill management workflow work without external dependencies?

The skill management workflow operates without external dependencies, running entirely as a local cli workflow to organize and operate skill definitions across user and project scopes with built-in validation and safety.