You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cursor rules for formatting and update license to CC BY-NC-ND 4.0. Adjusted various documentation files to replace em dashes with regular dashes for consistency. Updated CHANGELOG to reflect license change.
Copy file name to clipboardExpand all lines: .cursor-plugin/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
"name": "steam-cursor-plugin",
3
3
"displayName": "Steam Developer Tools",
4
4
"version": "0.2.0",
5
-
"description": "Integrates Steam and Steamworks APIs for game developers and power users. 14 skills covering store data, multiplayer networking, cloud saves, leaderboards, input, inventory, social features, profile lookups, and game comparisons — plus 3 rules for App ID validation, secrets detection, and Steam Deck compatibility.",
5
+
"description": "Integrates Steam and Steamworks APIs for game developers and power users. 14 skills covering store data, multiplayer networking, cloud saves, leaderboards, input, inventory, social features, profile lookups, and game comparisons - plus 3 rules for App ID validation, secrets detection, and Steam Deck compatibility.",
Copy file name to clipboardExpand all lines: CLAUDE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
6
7
7
**Steam Developer Tools** is a Cursor IDE plugin (v0.2.0) that integrates Steam and Steamworks APIs for game developers and power users. It provides AI-assisted workflows for querying Steam store data, managing Steamworks configurations, building multiplayer networking, implementing cloud saves, leaderboards, input, inventory/economy, social features, looking up API docs, fetching player statistics, integrating Workshop UGC, designing achievements, looking up player profiles, and comparing games.
8
8
9
-
This is a **static, documentation-only plugin**— no build system, no npm, no compiled code. All plugin logic is expressed in Markdown skill files and MDC rule files.
9
+
This is a **static, documentation-only plugin**- no build system, no npm, no compiled code. All plugin logic is expressed in Markdown skill files and MDC rule files.
Query Steam store data, manage Steamworks app configurations, build multiplayer networking, implement cloud saves, design achievements, compare games, and look up player profiles — all from within Cursor's AI chat. 14 skills and 3 rules covering the full Steam & Steamworks ecosystem.
22
+
Query Steam store data, manage Steamworks app configurations, build multiplayer networking, implement cloud saves, design achievements, compare games, and look up player profiles - all from within Cursor's AI chat. 14 skills and 3 rules covering the full Steam & Steamworks ecosystem.
23
23
24
24
> **No API key required** for most features. Store lookups, player counts, global achievement stats, and app searches all work out of the box.
|**Steam Friends & Social**| Integrate friends list, rich presence, game invites, Steam Overlay, and avatar/persona retrieval into your game. |
42
42
|**Steam Input / Controllers**| Set up Steam Input with action sets, digital/analog bindings, and controller glyph retrieval for Xbox, PlayStation, Switch, and Steam Deck. |
43
43
|**Steam Inventory & Economy**| Implement item systems, drops, crafting, the Steam Item Store, and in-game purchases via ISteamInventory and ISteamMicroTxn. |
44
-
|**Steam Profile Lookup**| Look up any Steam user's public profile — games, playtime, level, badges, friends, and recent activity. |
45
-
|**Steam Game Comparison**| Compare two or more Steam games side by side — price, reviews, player counts, genres, and platforms in a formatted table. |
44
+
|**Steam Profile Lookup**| Look up any Steam user's public profile - games, playtime, level, badges, friends, and recent activity. |
45
+
|**Steam Game Comparison**| Compare two or more Steam games side by side - price, reviews, player counts, genres, and platforms in a formatted table. |
0 commit comments