gitlab-skill
v2.4.4Source-backed GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance.
By Jamie Nelson66 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gitlab-skill for Codex and Claude Code
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add gitlab-skill@jamie-bitflight-skillsPaste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “gitlab-skill” remain stable.
- Codex:
gitlab-skill@agent-plugin-marketplace→gitlab-skill@jamie-bitflight-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Jamie-BitFlight/claude_skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gitlab-skill/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/gitlab-skill/SKILL.md
Included Skills1
Use when designing or validating GitLab CI/CD and automatic release lifecycles, inspecting pipeline and job state read-only, composing non-interactive merge-request commands, or setting up protected refs and release credentials. Also covers reusable components and inputs, GitLab Functions, gitlab-ci-local, glab command composition, and GitLab Flavored Markdown. For pipeline execution or retry requests, provide inspection and command drafting while leaving execution to the operator.
Plugin manifests2
{
"name": "gitlab-skill",
"version": "2.4.4",
"description": "Source-backed GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance.",
"author": {
"name": "Jamie Nelson",
"url": "https://github.com/bitflight-devops"
},
"skills": "./skills/",
"interface": {
"displayName": "GitLab Skill",
"shortDescription": "Source-backed GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance.",
"longDescription": "Source-backed GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance.",
"developerName": "Jamie Nelson",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read"
],
"defaultPrompt": [
"Apply documented GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance."
]
}
}{
"name": "gitlab-skill",
"description": "Source-backed GitLab CI/CD, glab CLI, automatic release, component, Function, GLFM, and gitlab-ci-local guidance.",
"version": "2.4.4",
"author": {
"name": "Jamie Nelson",
"url": "https://github.com/bitflight-devops"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gitlab-skill on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gitlab-skill)