Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "pcmstack",
"version": "0.1.0",
"description": "Community tooling for Pro Cycling Manager: explore and edit game databases (.cdb) and build race startlists. Unofficial, not affiliated with Cyanide Studio or Nacon.",
"author": {
"name": "PCMStack",
"url": "https://github.com/PCMStack"
},
"homepage": "https://github.com/PCMStack/agent-skills",
"repository": "https://github.com/PCMStack/agent-skills",
"license": "MIT",
"keywords": [
"pro-cycling-manager",
"pcm",
"cycling",
"cdb",
"sqlite",
"database",
"startlist",
"modding"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
Comment on lines +22 to +23
"interface": {
"displayName": "PCMStack",
"shortDescription": "Edit Pro Cycling Manager databases and build race startlists",
"longDescription": "Community tooling for Pro Cycling Manager. Open and edit the game database (.cdb) — rider ratings, team rosters, contracts, races — via the pcm-mcp MCP server or a lossless CDB to SQLite conversion, and compose race startlists exported as the .xml file the game imports. Unofficial project, not affiliated with or endorsed by Cyanide Studio or Nacon.",
"developerName": "PCMStack",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/PCMStack/agent-skills",
"defaultPrompt": "Explore or edit a Pro Cycling Manager database, or build a startlist for a race",
"brandColor": "#ffd21e",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/app-icon.png",
Comment on lines +38 to +39
"screenshots": []
}
}
8 changes: 8 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"pcm-mcp": {
"command": "npx",
"args": ["-y", "pcm-mcp"]
}
}
}
Binary file added assets/app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.