-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@codeskine/gitlab-workflow",
"version": "1.4.0",
"description": "AI Agent Skills for managing the GitLab workflow — plan milestones, track issues, commit with traceability, and open merge requests via the glab CLI.",
"license": "MIT",
"author": {
"name": "Stefano Veloccia"
},
"keywords": [
"claude-code",
"cursor",
"codex",
"agent-skill",
"gitlab",
"glab",
"gitlab-workflow",
"conventional-commits",
"merge-request",
"milestone",
"issue-tracking",
"traceability",
"ai-agent",
"agentic"
],
"engines": {
"node": ">=18"
},
"files": [
"VERSION",
"SECURITY.md",
"LICENSE",
"skills",
".claude-plugin",
".cursor-plugin",
".codex-plugin"
],
"scripts": {
"prepack": "node -e \"const fs=require('fs');for(const p of ['skills/gitlab-plan/SKILL.md','skills/gitlab-track/SKILL.md','skills/gitlab-commit/SKILL.md','skills/gitlab-review/SKILL.md','skills/gitlab-story/SKILL.md','skills/gitlab-init/SKILL.md','skills/shared/references/label-registry.md','VERSION']){if(!fs.existsSync(p)){console.error('Missing '+p);process.exit(1)}}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeskine/gitlab-workflow.git"
},
"homepage": "https://github.com/codeskine/gitlab-workflow#readme",
"bugs": {
"url": "https://github.com/codeskine/gitlab-workflow/issues"
}
}