agentskills.codes
PR

profilestore

Practical reference for ProfileStore, a Roblox DataStore wrapper focused on profile sessions, autosaving, session locking, rollback queries, messaging, and player-data reliability. Use when Codex needs to answer questions about loading or releasing profiles, session conflict behavior, rollback workf

Install

mkdir -p .claude/skills/profilestore && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13475" && unzip -o skill.zip -d .claude/skills/profilestore && rm skill.zip

Installs to .claude/skills/profilestore

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Practical reference for ProfileStore, a Roblox DataStore wrapper focused on profile sessions, autosaving, session locking, rollback queries, messaging, and player-data reliability. Use when Codex needs to answer questions about loading or releasing profiles, session conflict behavior, rollback workflows, developer product handling, mock stores, tuning constants, DataStore budgeting, or ProfileStore API caveats.
414 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)

About this skill

ProfileStore

Use this skill for practical ProfileStore questions. Favor the implementation when documentation examples and runtime behavior differ.

Quick Routing

API References

Working Rules

  • Treat ProfileStore as session-based persistence, not a generic global-state or leaderboard system.
  • Distinguish active session access from read-only snapshot access via :GetAsync() and :VersionQuery().
  • Call out that Profile:IsActive() guarantees are only safe until the next yield.
  • Preserve session-lock semantics in advice; Steal = true is for debugging or emergency flows, not normal player loads.
  • Record doc/runtime mismatches explicitly, especially around mock mode, version-query support, and hidden or undocumented helpers.

Search skills

Search the agent skills registry