archive-repo
Installation
SKILL.md
Archive Repository
This skill archives an obsolete repository so it won't appear in query results.
Instructions for Agent
1. Identify Repository
- Get repository name/slug from user parameter
- If user refers to "current repo" or "this repo", extract from git:
git rev-parse --show-toplevelto get repo path- Normalize path to slug format
2. Collect Context
- Reason: If user provides context, capture why the repo is being archived
- Examples: "no longer maintained", "deprecated", "merged into another repo"
- Confirm with user if not explicitly stated