https://github.com/beeyev/skills
A collection of Agent Skills for Claude Code and other SKILL.md-compatible agents.
https://github.com/beeyev/skills
skill skills
Last synced: 14 days ago
JSON representation
A collection of Agent Skills for Claude Code and other SKILL.md-compatible agents.
- Host: GitHub
- URL: https://github.com/beeyev/skills
- Owner: beeyev
- License: mit
- Created: 2026-07-02T21:40:35.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2026-07-03T21:10:30.000Z (20 days ago)
- Last Synced: 2026-07-03T22:11:20.551Z (20 days ago)
- Topics: skill, skills
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Agent Skills
A collection of [Agent Skills](https://agentskills.io) for Claude Code and other
SKILL.md-compatible agents.
## Skills
| Skill | Description |
|---|---|
| [gitlab-ci-handbook](skills/gitlab-ci-handbook/) | GitLab CI/CD knowledge base: `.gitlab-ci.yml` configuration, pipeline optimization, runners, caching, artifacts, and DevOps best practices |
## Installation
### skills CLI
Works with Claude Code, Cursor, Codex, and other agents supported by
[skills.sh](https://skills.sh):
```bash
npx skills add beeyev/skills
```
Single skill:
```bash
npx skills add beeyev/skills --skill gitlab-ci-handbook
```
### Claude Code plugin
```
/plugin marketplace add beeyev/skills
/plugin install beeyev-skills
```
### Manual
Copy a skill directory into your agent's skills folder.
Claude Code:
```bash
cp -r skills/gitlab-ci-handbook ~/.claude/skills/
```
Codex (also the shared cross-agent location):
```bash
cp -r skills/gitlab-ci-handbook ~/.agents/skills/
```
## License
[MIT](LICENSE.md)