Copilot & Claude Code

Skills

AI coding skills and instructions, shared across both agents.

No skills match your search.

Setup

Get these skills running on your machine in under a minute.

1

Clone the repo

Anywhere on your machine. This is your single source of truth.

git clone https://github.com/its-ash/skills.git ~/skills
2

Run the setup script

Symlinks every skill and the global instructions file into ~/.copilot/ and ~/.claude/. Existing files are backed up automatically.

cd ~/skills && ./setup.sh
3

Verify the links

Check that everything is connected.

./setup.sh --status
4

Edit and push

Change any skill here, and it is instantly live in both Copilot and Claude. Push to share with your team.

git add -A && git commit -m "update skill" && git push
5

Uninstall

Remove all symlinks. Your backups stay in place.

./setup.sh --unlink