Custom skills collection for developer workflows, featuring GitLab CI/CD and MR management via glab CLI
npx claudepluginhub yjhjstz/cc-skillsGitLab workflow commands for managing CI/CD pipelines, merge requests, and issues via the glab CLI. Requires glab installed and available in PATH, must be run from a git directory with a GitLab remote.
macOS utility commands for Claude Code. Requires macOS with Dictation enabled.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Custom Claude Code plugin marketplace with developer workflow skills.
Step 1 — Add this marketplace:
/plugin marketplace add https://github.com/yjhjstz/cc-skills
Step 2 — Install the plugin:
/plugin install gitlab-skills@cc-skills
gitlab-skillsGitLab workflow slash commands powered by the glab CLI.
Prerequisites: glab installed and authenticated (glab auth login), run from a git repo with a GitLab remote.
| Command | Arguments | Description |
|---|---|---|
/gitlab-ci | [branch | status] | List recent CI/CD pipelines |
/gitlab-ci-log | <pipeline-iid> | Show failed job logs and analyze errors |
/gitlab-ci-run | [branch] | Trigger a new pipeline run |
/gitlab-mr-list | [@me | closed | label:<n> | ...] | List merge requests with filters |
/gitlab-mr-comments | <mr-iid> | View and summarize MR discussions |
/gitlab-review-mr | <mr-iid> | Full code review of a merge request |
/gitlab-fix-issue | <issue-number> | Read issue, implement fix, open MR |
cc-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── gitlab-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── README.md
│ └── commands/ # Slash commands
│ ├── gitlab-ci.md
│ ├── gitlab-ci-log.md
│ ├── gitlab-ci-run.md
│ ├── gitlab-fix-issue.md
│ ├── gitlab-mr-comments.md
│ ├── gitlab-mr-list.md
│ └── gitlab-review-mr.md
└── README.md