Skip to content

Commit 3801dac

Browse files
authored
chore: add standards-version frontmatter to skills and rules (#1)
Phase 1 of the agent-file drift checker work (TMHSDigital/Developer-Tools-Directory Issue #1). Adds `standards-version: 1.6.3` to YAML frontmatter of every SKILL.md and .mdc rule file in this repo. Mechanical change, no content edits. The standards-version field enables the drift checker (Phase 2) to compare each file against the current meta-repo standards version. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
1 parent e4353fb commit 3801dac

39 files changed

Lines changed: 39 additions & 0 deletions

File tree

rules/steam-api-error-handling.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/*.hpp"
88
- "**/*.cs"
99
- "**/*.gd"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Steam API Error Handling

rules/steam-api-key-usage.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ globs:
99
- "**/*.ts"
1010
- "**/*.yml"
1111
- "**/*.yaml"
12+
standards-version: 1.6.3
1213
---
1314

1415
# Prefer Steam MCP Tools Over Raw API Calls

rules/steam-appid-validation.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ globs:
66
- "**/*.vdf"
77
- "**/steamcmd*"
88
- "**/*steam*config*"
9+
standards-version: 1.6.3
910
---
1011

1112
# Steam App ID Validation

rules/steam-build-config-validation.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "**/*.vdf"
66
- "**/app_build*"
77
- "**/depot_build*"
8+
standards-version: 1.6.3
89
---
910

1011
# Steam Build Config Validation

rules/steam-deck-compat.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ globs:
1111
- "**/*.cfg"
1212
- "**/*.ini"
1313
- "**/*.json"
14+
standards-version: 1.6.3
1415
---
1516

1617
# Steam Deck Compatibility

rules/steam-launch-options-check.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ globs:
66
- "**/*launch*"
77
- "**/*config*.json"
88
- "**/*config*.cfg"
9+
standards-version: 1.6.3
910
---
1011

1112
# Steam Launch Options Check

rules/steam-network-security.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ globs:
77
- "**/*.hpp"
88
- "**/*.cs"
99
- "**/*.gd"
10+
standards-version: 1.6.3
1011
---
1112

1213
# Steam Network Security

rules/steam-save-compat.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ globs:
99
- "**/*.gd"
1010
- "**/*.json"
1111
- "**/*.cfg"
12+
standards-version: 1.6.3
1213
---
1314

1415
# Steam Save File Compatibility

rules/steamworks-secrets.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Prevent committing Steamworks publisher API keys, partner credentials, or sensitive authentication tokens. Flag files containing Steamworks secret patterns before they are committed.
33
alwaysApply: true
4+
standards-version: 1.6.3
45
---
56

67
# Steamworks Secrets Protection

skills/steam-achievement-designer/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: steam-achievement-designer
33
description: Design and document Steam achievements. Helps structure achievement definitions (API name, display name, description, icon requirements, hidden flag) and generates the VDF/JSON config snippets for Steamworks upload. Use when planning or implementing achievements.
4+
standards-version: 1.6.3
45
---
56

67
# Steam Achievement Designer

0 commit comments

Comments
 (0)