ms

Create, update, and refactor Codex skills with SKILL.md and agents/openai.yaml.

66|2|Updated Feb 18, 2015
One-click install
npx skills add https://github.com/tkersey/dotfiles --skill ms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ms
Source: https://github.com/tkersey/dotfiles/tree/main/codex/skills/ms
Command: npx skills add https://github.com/tkersey/dotfiles --skill ms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized approach to design, scaffold, edit, validate, and maintain Codex skills inside this repository, including SKILL.md, agents/openai.yaml, and any associated scripts/references/assets.

Core Features & Use Cases

  • Scaffold new Codex skills with minimal changes to existing structure.
  • Update existing skills (SKILL.md, agents/openai.yaml, and resources) with safe, targeted diffs.
  • Validate skill metadata and workflow integration to ensure consistency across the skill lifecycle.

Quick Start

Use the ms skill to scaffold or update a Codex skill within codex/skills.

Frequently Asked Questions about ms

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

FAQPage Schema
How do I scaffold a new Codex skill with SKILL.md and openai.yaml frontmatter?

To scaffold a new Codex skill, this tool automates the creation of SKILL.md and agents/openai.yaml frontmatter alongside associated scripts, applying targeted diffs to establish the directory structure with minimal manual configuration.

What is the best way to update existing Codex skills without breaking the repository structure?

Updating existing Codex skills is handled by applying safe, targeted diffs to SKILL.md, agents/openai.yaml, and associated assets, ensuring metadata synchronization and structural consistency across the skill lifecycle without breaking the framework.

How does skill validation work for Codex metadata and workflow integration?

Validation for Codex skill metadata works by checking SKILL.md frontmatter and agents/openai.yaml against repository tooling standards, ensuring the configuration synchronizes correctly and integrates safely into the existing skill workflow.

Can I refactor Codex skill scripts and references while maintaining metadata synchronization?

Yes, you can refactor Codex skill scripts and references while the tooling automatically synchronizes the associated SKILL.md and agents/openai.yaml metadata, ensuring the refactored assets remain consistent across the repository.

Do I need specific repository tooling to maintain and validate Codex skills?

Yes, maintaining and validating Codex skills relies on the existing repository tooling used by the Skill framework to guide design, scaffolding, and metadata synchronization across the lifecycle of SKILL.md and agents/openai.yaml files.