https://github.com/vigo/claude-skills
My humble Claude-Code skills repo
https://github.com/vigo/claude-skills
claude-code claude-skills
Last synced: 5 months ago
JSON representation
My humble Claude-Code skills repo
- Host: GitHub
- URL: https://github.com/vigo/claude-skills
- Owner: vigo
- License: mit
- Created: 2026-01-04T20:34:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-09T05:48:24.000Z (6 months ago)
- Last Synced: 2026-01-12T18:36:12.612Z (6 months ago)
- Topics: claude-code, claude-skills
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Claude-Code Skills
What Skills are available?
1. **explaining-code** - ~104 tokens - (grabbed from https://code.claude.com/docs/en/skills)
1. **code-like-gopher** - ~5.0k tokens
1. **code-like-djangonout** - ~5.9k tokens
---
## Installation
Clone the repo:
```bash
cd ~/.claude/
git clone git@github.com:vigo/claude-skills.git skills
```
Restart your claude; `/skills`
How to invoke:
1. Slash command: `/code-like-gopher`
1. Ask directly: "Write go code" or "refactor this go code"
1. Ask explicitly: "Write this function using a code-like-gopher skill"
---
## Contributor(s)
* [Uğur "vigo" Özyılmazel](https://github.com/vigo) - Creator, maintainer
---
## Contribute
All PR’s are welcome!
1. `fork` (https://github.com/vigo/claude-skills/fork)
1. Create your `branch` (`git checkout -b my-branch`)
1. `commit` yours (`git commit -am 'add XXX skill'`)
1. `push` your `branch` (`git push origin my-branch`)
1. Than create a new **Pull Request**!
This project is intended to be a safe, welcoming space for collaboration, and
contributors are expected to adhere to the [code of conduct][coc].
---
## License
This project is licensed under MIT
---
[coc]: https://github.com/vigo/claude-skills/blob/main/CODE_OF_CONDUCT.md