AgentSkillsCN

olore-partykit-latest

本地 PartyKit 文档参考(最新版)。PartyKit 文档。适用于实时协作应用、WebSocket 服务器、多人游戏功能、Y.js 集成,以及边缘部署的有状态后端服务。

SKILL.md
--- frontmatter
name: olore-partykit-latest
description: Local PartyKit documentation reference (latest). PartyKit documentation. Use for real-time collaborative apps, WebSocket servers, multiplayer features, Y.js integration, and edge-deployed stateful backends.

PartyKit Documentation

PartyKit documentation. Use for real-time collaborative apps, WebSocket servers, multiplayer features, Y.js integration, and edge-deployed stateful backends.

Documentation Structure

code
contents/
├── /                  # Getting started guides (4 files)
├── guides/            # How-to guides and best practices (19 files)
├── reference/         # API reference documentation (7 files)
├── examples/          # Example apps and starter kits (19 files)
└── tutorials/         # Step-by-step tutorials (7 files)

Topic Guide

TopicKey Files
Getting Startedcontents/quickstart.md, contents/add-to-existing-project.md, contents/how-partykit-works.md
Server APIcontents/reference/partyserver-api.md, contents/reference/partykitserver-legacy-api.md
Client APIcontents/reference/partysocket-api.md
Configurationcontents/reference/partykit-configuration.md, contents/guides/managing-environment-variables.md
CLI Toolscontents/reference/partykit-cli.md
WebSocketscontents/guides/handling-binary-messages.md, contents/guides/rate-limiting-messages.md
Storage & Persistencecontents/guides/persisting-state-into-storage.md
HTTP Endpointscontents/guides/creating-custom-endpoints-with-onfetch.md, contents/guides/responding-to-http-requests.md
Authenticationcontents/guides/authentication.md, contents/guides/validating-client-inputs.md
Deploymentcontents/guides/deploying-your-partykit-server.md, contents/guides/deploy-to-cloudflare.md, contents/guides/preview-environments.md
Framework Integrationcontents/guides/integrating-partykit-into-a-react-app.md, contents/examples/starter-kits/remix-starter.md
Scalingcontents/guides/scaling-partykit-servers-with-hibernation.mdx, contents/guides/using-multiple-parties-per-project.md
Schedulingcontents/guides/scheduling-tasks-with-alarms.md
AI Integrationcontents/reference/partykit-ai.md, contents/examples/app-examples/chat-app-with-ai-and-auth.md
Y.js CRDTcontents/reference/y-partykit-api.md, contents/examples/app-examples/multiplayer-text-editor.md
CI/CDcontents/guides/setting-up-ci-cd-with-github-actions.md
Debuggingcontents/guides/debugging.md

When to use

Use this skill when the user asks about:

  • Real-time collaborative applications
  • WebSocket servers and multiplayer features
  • PartyKit server or client API
  • Deploying stateful edge servers
  • Y.js integration for CRDTs
  • PartyKit configuration and CLI
  • Building chat apps, cursors, or live updates
  • PartyKit AI features

How to find information

  1. Use Topic Guide above to identify relevant files
  2. Read TOC.md for complete file listing by directory
  3. Read specific files from contents/{path}