Query
query SkillsOverview {
skillsOverview {
skills {
id
name
description
syncGlobally
packageHash
files {
id
path
contentsBase64
executable
contentHash
createdAt
}
}
groups {
id
name
skills {
id
name
description
syncGlobally
packageHash
files {
__typename
}
}
repositories {
id
canonicalOrigin
displayOrigin
name
description
jiraBranchRegex
}
createdAt
updatedAt
}
observations {
tool
configured
homePath
checkedAt
agent {
id
name
hostname
version
osVersion
architecture
}
}
installations {
id
scope
rootKind
rootPath
skillName
description
}
settings {
autoSyncProjectGroups
cursorEnabled
githubCopilotEnabled
codexEnabled
claudeEnabled
openCodeEnabled
}
repositories {
id
canonicalOrigin
displayOrigin
name
description
jiraBranchRegex
}
}
}Response
{
"data": {
"skillsOverview": {
"skills": [
{
"id": "id",
"name": "string",
"description": "string",
"syncGlobally": true,
"packageHash": "string",
"files": [
{
"id": "id",
"path": "string",
"contentsBase64": "string",
"executable": true,
"contentHash": "string",
"createdAt": "string"
}
]
}
],
"groups": [
{
"id": "id",
"name": "string",
"skills": [
{
"id": "id",
"name": "string",
"description": "string",
"syncGlobally": true,
"packageHash": "string",
"files": [
{
"__typename": "SkillFile"
}
]
}
],
"repositories": [
{
"id": "id",
"canonicalOrigin": "string",
"displayOrigin": "string",
"name": "string",
"description": "string",
"jiraBranchRegex": "string"
}
],
"createdAt": "string",
"updatedAt": "string"
}
],
"observations": [
{
"tool": "CURSOR",
"configured": true,
"homePath": "string",
"checkedAt": "string",
"agent": {
"id": "id",
"name": "string",
"hostname": "string",
"version": "string",
"osVersion": "string",
"architecture": "string"
}
}
],
"installations": [
{
"id": "id",
"scope": "GLOBAL",
"rootKind": "CURSOR",
"rootPath": "string",
"skillName": "string",
"description": "string"
}
],
"settings": {
"autoSyncProjectGroups": true,
"cursorEnabled": true,
"githubCopilotEnabled": true,
"codexEnabled": true,
"claudeEnabled": true,
"openCodeEnabled": true
},
"repositories": [
{
"id": "id",
"canonicalOrigin": "string",
"displayOrigin": "string",
"name": "string",
"description": "string",
"jiraBranchRegex": "string"
}
]
}
}
}Queries
skillsOverview
Returns a skills overview.
QUERY
skillsOverview(search: String): SkillsOverview!Arguments
search
String
default:""
Text used to filter matching records. Defaults to "".
Returns
skills
[Skill!]!
Skills associated with this skills overview.
groups
[SkillGroup!]!
Groups associated with this skills overview.
observations
Observations associated with this skills overview.
installations
Installations associated with this skills overview.
settings
The settings associated with this skills overview.
repositories
Repositories associated with this skills overview.
Query
query SkillsOverview {
skillsOverview {
skills {
id
name
description
syncGlobally
packageHash
files {
id
path
contentsBase64
executable
contentHash
createdAt
}
}
groups {
id
name
skills {
id
name
description
syncGlobally
packageHash
files {
__typename
}
}
repositories {
id
canonicalOrigin
displayOrigin
name
description
jiraBranchRegex
}
createdAt
updatedAt
}
observations {
tool
configured
homePath
checkedAt
agent {
id
name
hostname
version
osVersion
architecture
}
}
installations {
id
scope
rootKind
rootPath
skillName
description
}
settings {
autoSyncProjectGroups
cursorEnabled
githubCopilotEnabled
codexEnabled
claudeEnabled
openCodeEnabled
}
repositories {
id
canonicalOrigin
displayOrigin
name
description
jiraBranchRegex
}
}
}Response
{
"data": {
"skillsOverview": {
"skills": [
{
"id": "id",
"name": "string",
"description": "string",
"syncGlobally": true,
"packageHash": "string",
"files": [
{
"id": "id",
"path": "string",
"contentsBase64": "string",
"executable": true,
"contentHash": "string",
"createdAt": "string"
}
]
}
],
"groups": [
{
"id": "id",
"name": "string",
"skills": [
{
"id": "id",
"name": "string",
"description": "string",
"syncGlobally": true,
"packageHash": "string",
"files": [
{
"__typename": "SkillFile"
}
]
}
],
"repositories": [
{
"id": "id",
"canonicalOrigin": "string",
"displayOrigin": "string",
"name": "string",
"description": "string",
"jiraBranchRegex": "string"
}
],
"createdAt": "string",
"updatedAt": "string"
}
],
"observations": [
{
"tool": "CURSOR",
"configured": true,
"homePath": "string",
"checkedAt": "string",
"agent": {
"id": "id",
"name": "string",
"hostname": "string",
"version": "string",
"osVersion": "string",
"architecture": "string"
}
}
],
"installations": [
{
"id": "id",
"scope": "GLOBAL",
"rootKind": "CURSOR",
"rootPath": "string",
"skillName": "string",
"description": "string"
}
],
"settings": {
"autoSyncProjectGroups": true,
"cursorEnabled": true,
"githubCopilotEnabled": true,
"codexEnabled": true,
"claudeEnabled": true,
"openCodeEnabled": true
},
"repositories": [
{
"id": "id",
"canonicalOrigin": "string",
"displayOrigin": "string",
"name": "string",
"description": "string",
"jiraBranchRegex": "string"
}
]
}
}
}⌘I