
from claude-code-toolkit11
Generalise a project-local script or procedure into the shared toolkit and create a thin project wrapper to keep local workflows working.
This skill helps migrate proven project-local scripts or procedures into a shared toolkit repository. It guides the user through locating the source, generalising implementation, choosing the correct toolkit location, and producing a thin wrapper so the project continues to work.
Use when a pattern repeats across two or more projects or when a toolkit proposal exists and is ready to be actioned. Ideal for onboarding reusable scripts, procedures, or skills into a central toolkit without committing automatically.
Developer-assistant agents (Claude Code, Copilot-style tools) that can edit scripts, inspect repo structure, and produce change summaries for human review.
Promote is a workflow skill that generalises project-local scripts/procedures into a shared toolkit repo and creates thin wrappers. No bundled scripts to test. SKILL.md is well-structured with 6 clear phases, good examples, and explicit safety rules (no auto-commit, wait for confirmation). Niche usefulness — mainly valuable for teams managing multi-project Claude Code toolkits.
Clean skill with no security concerns. Explicitly requires user confirmation before changes and prohibits auto-commits. No scripts, no network calls, no credential handling. Architecture is solid but could benefit from a references/ section for toolkit conventions.