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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ See [release notes](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases/

See [release notes](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases/tag/v1.3.0) for details.

## [Versions 1.0.1 through 1.2.x] - prior to 2026-04-25

Multiple releases shipped between v1.0.0 and v1.3.0 without CHANGELOG
entries due to release-doc-sync automation not yet existing. See
[GitHub releases](https://github.com/TMHSDigital/Steam-Cursor-Plugin/releases)
for the complete release history.

Going forward, release-doc-sync@v1.0 from
[TMHSDigital/Developer-Tools-Directory](https://github.com/TMHSDigital/Developer-Tools-Directory)
automatically maintains this file on each auto-release.

## [1.0.0] - 2026-03-29

### Added
Expand Down
8 changes: 6 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Project Overview

**Steam Developer Tools** is a Cursor IDE plugin (v1.0.0) that integrates Steam and Steamworks APIs for game developers, modders, 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, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration.
**Steam Developer Tools** is a Cursor IDE plugin that integrates Steam and Steamworks APIs for game developers, modders, 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, comparing games, analyzing reviews, researching pricing, evaluating market fit, estimating wishlists, automating builds, validating release readiness, scripting steamcmd, managing communities, optimizing store pages, planning pricing strategy, configuring DLC, setting up playtests, creating bug report workflows, integrating anti-cheat, providing a testing sandbox, and guiding platform migration.

This plugin uses Markdown skill files and MDC rule files for AI guidance, paired with the companion [Steam MCP Server](https://github.com/TMHSDigital/steam-mcp) (separate repo) which provides 25 API tools (18 read-only + 7 write/guidance) for live data access. No build system, no npm, no compiled code in this repo.

The project is on a themed release roadmap toward v1.0.0 (see `ROADMAP.md`). The current release is v1.0.0 "Stable" — the production release. 30 skills, 9 rules, 25 MCP tools.
The project shipped v1.0.0 "Stable" as the production milestone (see `ROADMAP.md`). 30 skills, 9 rules, 25 MCP tools.

**Version:** 1.3.1
**License:** CC-BY-NC-ND-4.0
**Author:** TMHSDigital

## Plugin Architecture

Expand Down
Loading