Agent skill
understand-networked-events
Figure out how events are being used in the project. You can't answer questions about them without this skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/understand-networked-events
SKILL.md
Understand networked events
In Highrise Studio, networked events allow clients and servers to communicate with each other. It can be challenging for developers to understand how these events are used, especially when they are used in multiple scripts. This skill will help you understand how specific networked events flow between clients and servers so you can understand what they do.
Instructions
Add the following steps to your todo list:
- Ask the user for any additional information that is needed to solve the request.
- Find and read any scripts that refer to the specified events.
- Look especially for calls to
Connect(),Fire*()(where*might beClient,Server, etc.), and.Changed(which returns the on-changed event for a networked value).
- Look especially for calls to
- Check
.claude/eventsin the project for an existing response for this scenario. If there is not one, create a new one by copying the template. - Edit or fill out the scenario file with the information you found in step 2, and search for any other relevant information needed.
- Read the contents of the scenario file and return the result to the user.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?