Add skill: openplanet-plugin-dev - #1
Closed
tomekdot wants to merge 2 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new openplanet-plugin-dev skill submission to the Hermes Skills Hub, including a detailed SKILL.md guide and a minimal Openplanet plugin skeleton reference.
Changes:
- Added
skills/openplanet-plugin-dev/SKILL.mdwith Openplanet plugin development guidance and common API pitfalls. - Added
skills/openplanet-plugin-dev/references/plugin-skeleton.asas a copy/paste starter plugin.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| skills/openplanet-plugin-dev/SKILL.md | Skill definition + documentation for Openplanet AngelScript plugin development. |
| skills/openplanet-plugin-dev/references/plugin-skeleton.as | Minimal example plugin skeleton users can copy into their Openplanet plugin folder. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,254 @@ | |||
| --- | |||
| name: openplanet-plugin-dev | |||
Comment on lines
+1
to
+3
| --- | ||
| name: openplanet-plugin-dev | ||
| description: "Create, debug, and structure Openplanet AngelScript plugins for Trackmania/Maniaplanet." |
| uint64 gameTime = Time::Now; // ms since game start | ||
| string formatted = Time::FormatString("%H:%M", now); // strftime format | ||
| Time::Info info = Time::Parse(now); // Local time | ||
| Time::Info utcInfo = Time::ParseUTC(stamp); // UTC time |
Comment on lines
+1
to
+4
| // ============================================================================ | ||
| // Minimal Openplanet Plugin Skeleton | ||
| // Copy this to Openplanet4/Plugins/<your-plugin>/Main.as | ||
| // ============================================================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submitting the
openplanet-plugin-devskill via Hermes Skills Hub.This skill was scanned by the Hermes Skills Guard before submission.