skill-deploy-update

Deploy and synchronize repository skills to CODEX_HOME via symbolic links.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/mattg101/SolidLink --skill skill-deploy-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-deploy-update
Source: https://github.com/mattg101/SolidLink/tree/main/docs/dev/.agent/skills/skill-deploy-update
Command: npx skills add https://github.com/mattg101/SolidLink --skill skill-deploy-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing, updating, and deploying skills within a repository, ensuring they are correctly linked to the central Codex environment.

Core Features & Use Cases

  • Skill Management: Facilitates adding, renaming, or restructuring skill directories.
  • Synchronization: Ensures skills stored in the repository are accurately reflected in the CODEX_HOME environment using symbolic links.
  • Use Case: When you create a new skill for code generation, use this skill to add its files to the docs/skills directory, update its SKILL.md, and then run the sync script to make it available to Codex.

Quick Start

Use the skill-deploy-update skill to sync all repository skills into CODEX_HOME.

Frequently Asked Questions about skill-deploy-update

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

FAQPage Schema
How do I sync repository skills into the CODEX_HOME environment?

To sync repository skills into the CODEX_HOME environment, you use a provided synchronization script that creates symbolic links for accurate discovery, ensuring your repository structure is reflected in Codex.

What is the best way to manage skill directories and update SKILL.md files?

The best way to manage skill directories and update SKILL.md files is by restructuring your docs/skills directory, then running a synchronization script to deploy the updated skills to the central Codex environment.

Does deploying skills to Codex require a specific repository layout?

Yes, deploying skills to Codex requires adherence to a specific repository layout, including organizing files within the docs/skills directory, to ensure correct linking and synchronization via the provided script.

How does symbolic linking work for skill discovery in a code repository?

Symbolic linking for skill discovery works by creating links from your repository's skill directories to the central CODEX_HOME environment, allowing Codex to accurately reflect and access the synchronized skills.

Can I rename or restructure skill directories without breaking Codex synchronization?

Yes, you can rename or restructure skill directories, but you must run the synchronization script afterward to update the symbolic links in the CODEX_HOME environment and maintain accurate skill discovery.