Skip to content

Add skill: openplanet-plugin-dev - #1

Closed
tomekdot wants to merge 2 commits into
masterfrom
add-skill-openplanet-plugin-dev
Closed

Add skill: openplanet-plugin-dev#1
tomekdot wants to merge 2 commits into
masterfrom
add-skill-openplanet-plugin-dev

Conversation

@tomekdot

Copy link
Copy Markdown
Owner

Submitting the openplanet-plugin-dev skill via Hermes Skills Hub.

This skill was scanned by the Hermes Skills Guard before submission.

Copilot AI review requested due to automatic review settings May 26, 2026 14:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with Openplanet plugin development guidance and common API pitfalls.
  • Added skills/openplanet-plugin-dev/references/plugin-skeleton.as as 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
// ============================================================================
@tomekdot tomekdot closed this May 29, 2026
@tomekdot
tomekdot deleted the add-skill-openplanet-plugin-dev branch May 29, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants