← ClaudeAtlas

add-to-my-skillslisted

Copy a newly created skill from another repo into this catalog, refresh the README and generated manifests, then commit and push the change. Use when the user wants to bring a skill they built elsewhere into this repository.
oleg-koval/agent-skills · ★ 2 · AI & Automation · score 74
Install: claude install-skill oleg-koval/agent-skills
# Add to My Skills Use this skill when a skill was created in another repository and needs to be copied into this catalog as a first-class package. ## Outcome Bring the source skill into `packages/software-development/`, register it in the catalog, refresh generated docs and adapters, and publish the change with a git commit and push. ## When to Use - The user created a new `SKILL.md` in another repo and wants it added here - The user wants this catalog to become the canonical home for that skill - The user wants the README, generated manifests, commit, and push handled in one pass ## Clarify Before Acting If any of these are unclear, ask up to 3 questions in one batch before editing: - Source repo or source skill path - Final skill name if it should differ from the source - Destination branch or remote if the push target is unclear Default assumptions when not specified: - Copy the source skill as a new canonical package in `packages/software-development/<skill-name>/` - Keep the source skill name unless the user asks to rename it - Use this repository as the destination - Commit with a conventional commit message and push to the current branch's upstream ## Workflow 1. Inspect the source skill: - locate the source `SKILL.md` - copy any supporting `references/`, `scripts/`, or `assets/` files that the skill needs - note any repo-specific assumptions that need to be rewritten for this catalog 2. Choose the package location: - default to `packages/softw