update-target-projects

Discover and sync toolkit-using projects with latest skills via Codex and Conductor symlinks.

39|5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill update-target-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-target-projects
Source: https://github.com/benjaminshoemaker/ai_coding_project_base/tree/main/.claude/skills/update-target-projects
Command: npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill update-target-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill discovers and syncs all toolkit-using projects with the latest skills across the Codex CLI skill pack, global Conductor symlinks, and per-project copies, ensuring alignment across the workspace.

Core Features & Use Cases

  • Discover toolkit-using projects via toolkit-version.json files, Codex skill packs, and global skill symlinks.
  • Check consistency across projects, identify out-of-date skills, and orchestrate batch syncs.
  • Use Case: Run this skill after skill changes to ensure every project is aligned with the current toolkit.

Quick Start

Start by discovering all toolkit-using projects and triggering a batch sync across target directories.

Frequently Asked Questions about update-target-projects

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

FAQPage Schema
How do I sync multiple Codex projects with the latest skills?

Sync multiple Codex projects by discovering all toolkit-using directories via toolkit-version.json and triggering a batch sync. This updates skill packs and global symlinks to ensure every project aligns with the current toolkit.

What is orphan detection in skill symlinks?

Orphan detection identifies broken or outdated global Conductor symlinks during project discovery. It classifies per-skill resolution status to drive targeted sync actions and clean up stale workspace references.

How do I check if my Codex skill packs are out of date?

Run a health check across your workspace to verify Codex skill pack consistency. The process compares global symlinks and per-project copies against the latest skills to identify and flag out-of-date projects.

When should I run a toolkit project sync?

Run a toolkit project sync after skills change, following post-commit reminders, or when batch-syncing multiple projects. This ensures every directory maintains alignment with the current global toolkit and skill packs.

Can I batch sync projects without global Conductor symlinks?

Yes, batch syncing works by discovering projects via toolkit-version.json files and Codex skill packs. While it checks global symlinks for health, it also resolves per-project copies to drive targeted update actions.