Skip to content

Commit 94b26bb

Browse files
brando-dillclaude
andcommitted
Update .cursor-plugin to match cursor/plugin-template spec
- Remove root .cursor-plugin/plugin.json (root only needs marketplace.json per template) - Add displayName, logo fields to plugins/ping-identity/.cursor-plugin/plugin.json - Add assets/ping-logo-square.svg to ping-identity plugin Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6e0f913 commit 94b26bb

8 files changed

Lines changed: 34 additions & 21 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "pingidentity",
3-
"description": "Agent plugins for Ping Identity — teach any AI coding agent how to build with Ping Identity.",
3+
"description": "Agent plugin for Ping Identity — teach any AI coding agent how to build with Ping Identity.",
44
"owner": {
55
"name": "Ping Identity",
66
"email": "devex@pingidentity.com"
77
},
88
"plugins": [
99
{
10-
"name": "ping-identity-agent-plugins",
10+
"name": "ping-identity",
1111
"displayName": "Ping Identity",
1212
"source": "./plugins/ping-identity",
13-
"description": "Six umbrella agent plugins covering journeys, app integration, universal services, platform setup, and identity for AI across PingOne, AIC, DaVinci, and PingFederate.",
13+
"description": "Six umbrella agent skills covering journeys, app integration, universal services, platform setup, and identity for AI across PingOne, AIC, DaVinci, and PingFederate.",
1414
"version": "1.0.0",
1515
"author": {
1616
"name": "Ping Identity",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ping-identity-agent-plugins",
2+
"name": "ping-identity",
33
"version": "1.0.0",
44
"description": "Agent plugins for Ping Identity — teach any AI coding agent how to build with Ping Identity.",
55
"author": {

.cursor-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ping-identity-skills",
2+
"name": "ping-identity",
33
"owner": { "name": "Ping Identity" },
4-
"description": "Agent skills for Ping Identity platforms — six umbrella skills covering platform setup, orchestration, universal services, app integration, AI identity patterns, and platform routing.",
4+
"description": "Agent plugin for Ping Identity platforms — six umbrella skills covering platform setup, orchestration, universal services, app integration, AI identity patterns, and platform routing.",
55
"plugins": [
66
{
77
"name": "ping-identity",

.cursor-plugin/plugin.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

assets/ping-logo-square.svg

Lines changed: 12 additions & 0 deletions
Loading

plugins/ping-identity/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ping-identity-agent-plugins",
2+
"name": "ping-identity",
33
"version": "1.0.0",
44
"description": "Agent plugins for Ping Identity — teach any AI coding agent how to build with Ping Identity.",
55
"author": {

plugins/ping-identity/.cursor-plugin/plugin.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "ping-identity-agent-plugins",
2+
"name": "ping-identity",
3+
"displayName": "Ping Identity",
34
"version": "1.0.0",
45
"description": "Agent plugins for Ping Identity — teach any AI coding agent how to build with Ping Identity.",
56
"author": {
@@ -10,6 +11,7 @@
1011
"repository": "https://github.com/pingidentity/agent-plugins",
1112
"license": "MIT",
1213
"keywords": ["ping", "pingone", "aic", "davinci", "pingfederate", "pingaccess", "identity", "authentication", "ciam", "ai-identity"],
14+
"logo": "assets/ping-logo-square.svg",
1315
"skills": "./skills/",
1416
"mcpServers": "./cursor-mcp.json"
1517
}

0 commit comments

Comments
 (0)