|
11 | 11 | <p align="center"> |
12 | 12 | <a href="https://github.com/TMHSDigital/Steam-Cursor-Plugin/actions/workflows/validate.yml"><img src="https://img.shields.io/github/actions/workflow/status/TMHSDigital/Steam-Cursor-Plugin/validate.yml?label=CI" alt="CI"></a> |
13 | 13 | <a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-blue.svg" alt="License: CC BY-NC-ND 4.0"></a> |
14 | | - <a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-0.7.0-green.svg" alt="Version"></a> |
| 14 | + <a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-0.8.0-green.svg" alt="Version"></a> |
15 | 15 | <a href="https://github.com/TMHSDigital/Steam-Cursor-Plugin/stargazers"><img src="https://img.shields.io/github/stars/TMHSDigital/Steam-Cursor-Plugin?style=flat" alt="GitHub Stars"></a> |
16 | 16 | <a href="https://github.com/TMHSDigital/Steam-Cursor-Plugin/commits/main"><img src="https://img.shields.io/github/last-commit/TMHSDigital/Steam-Cursor-Plugin" alt="Last Commit"></a> |
17 | 17 | <a href="https://github.com/TMHSDigital/Steam-Cursor-Plugin"><img src="https://img.shields.io/badge/Cursor-Plugin-8B5CF6.svg" alt="Cursor Plugin"></a> |
|
22 | 22 | --- |
23 | 23 |
|
24 | 24 | <p align="center"> |
25 | | - <strong>29 skills</strong> • <strong>9 rules</strong> • <strong>16 MCP tools</strong> |
| 25 | + <strong>30 skills</strong> • <strong>9 rules</strong> • <strong>16 MCP tools</strong> |
26 | 26 | </p> |
27 | 27 |
|
28 | 28 | 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. Covers the full Steam & Steamworks ecosystem with live data via the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp). |
@@ -79,6 +79,7 @@ flowchart LR |
79 | 79 | | **Steam Bug Report Template** | Structured bug report templates with Steam system info, crash dump guidance, known issues tracking, and forum integration. | |
80 | 80 | | **Steam Anti-Cheat Integration** | Anti-cheat setup: EAC, BattlEye, VAC with Proton/Linux/Steam Deck compatibility matrix and server-side validation. | |
81 | 81 | | **Steam Testing Sandbox** | Dev sandbox guide: App ID 480 (SpaceWar), test accounts, Steam console commands, testing achievements/leaderboards/inventory. | |
| 82 | +| **Steam Migration Guide** | Migrate games to Steam from Epic/GOG/itch.io. Engine-specific SDK integration (Unity, Unreal, Godot), feature parity mapping, store page strategy. | |
82 | 83 |
|
83 | 84 | ### Rules |
84 | 85 |
|
@@ -186,7 +187,7 @@ Compare Hades, Dead Cells, and Hollow Knight - price, reviews, and current playe |
186 | 187 | ``` |
187 | 188 |
|
188 | 189 | <details> |
189 | | -<summary><strong>More examples (all 29 skills)</strong></summary> |
| 190 | +<summary><strong>More examples (all 30 skills)</strong></summary> |
190 | 191 |
|
191 | 192 | **Store Lookup** |
192 | 193 | ``` |
@@ -333,6 +334,11 @@ I'm making a competitive FPS. I need anti-cheat that works on Steam Deck. What s |
333 | 334 | I want to test Steam achievements in my game but I don't have an App ID yet. How do I get started? |
334 | 335 | ``` |
335 | 336 |
|
| 337 | +**Migration Guide** |
| 338 | +``` |
| 339 | +I have a game on itch.io built with Godot. I want to bring it to Steam with achievements and cloud saves. |
| 340 | +``` |
| 341 | + |
336 | 342 | </details> |
337 | 343 |
|
338 | 344 | ## Configuration |
@@ -388,8 +394,8 @@ See [ROADMAP.md](ROADMAP.md) for the full themed release plan toward v1.0.0. |
388 | 394 | | **v0.4.0** | Ship It | CI/CD automation, release checklist, steamcmd helper, build validation rules | Done | |
389 | 395 | | **v0.5.0** | Grow | Community management, store page optimization, pricing strategy, DLC planning | Done | |
390 | 396 | | **v0.6.0** | Quality | Playtest setup, bug reporting, anti-cheat, save compat / network security / error handling rules | Done | |
391 | | -| **v0.7.0** | Full Power | Testing sandbox, 6 MCP write tools (lobbies, workshop, achievements, leaderboards, inventory) | **Current** | |
392 | | -| v0.8.0 | Polish | Cross-references, troubleshooting sections, migration guide | Planned | |
| 397 | +| **v0.7.0** | Full Power | Testing sandbox, 6 MCP write tools (lobbies, workshop, achievements, leaderboards, inventory) | Done | |
| 398 | +| **v0.8.0** | Polish | Migration guide, common pitfalls across all 30 skills | **Current** | |
393 | 399 | | v1.0.0 | Stable | Production release: 30 skills, 9 rules, 20 MCP tools | Planned | |
394 | 400 |
|
395 | 401 | ## Contributing |
|
0 commit comments