wcygan/dotfiles · Archived

global-skill-creator

Route reusable Codex skill requests from dotfiles to the authoritative agent-skills repository. Use when a request mentions a global skill, reusable workflow, or legacy global command.

First seen Jun 24, 2026

Installation

$ npx skills add wcygan/dotfiles --skill global-skill-creator

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wcygan/dotfiles · top by installs.

npx skills add wcygan/dotfiles

Browse all from wcygan/dotfiles

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 194
Default branch main
Open issues 5
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,484 B
  • docs SUMMARY.md 212 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Global Skill Creator Compatibility Skill

Outcome

Keep this repository free of global-skill source packaging and vendoring. Reusable skills belong in the dedicated agent-skills repository; dotfiles-specific operating skills belong in .agents/skills/; the global catalog is consumed here only through $agent-skills-integration.

Workflow

  1. Classify the workflow. Use .agents/skills/<name>/ only when it is specific

to this dotfiles repository.

  1. For a portable workflow, direct the work to the authoritative

agent-skills repository. Do not recreate its source catalog or add vendor metadata in this repository.

  1. Follow the selected repository's current skill-authoring and validation

instructions. Use $agent-skills-integration for the separate dotfiles pin, installation, and verification workflow. Installed Codex and Pi state is machine-local.

  1. Validate a dotfiles-local skill with the narrowest relevant repository

checks, normally make test-pre.

Migration Note

The historical dotfiles-owned source catalog and linked installer were retired. This compatibility skill preserves the old name while routing reusable source to agent-skills and catalog consumption to the pinned integration.