You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vl4dt/godot-skills is a distributable, open-source skill package for AI coding agents. It provides domain knowledge, best practices, and patterns for Godot 4.x game development with full Godot 4.7 feature coverage. Compatible with pi-agent and 30+ other coding agents via the Agent Skills Open Standard.
Domain Language
Term
Meaning
Skill
A self-contained directory with SKILL.md (frontmatter + body) that an agent loads on-demand. Max 500 lines per SKILL.md.
Progressive disclosure
Only name/description appear in system prompt; full SKILL.md loads when the agent detects a relevant task.
Agent Skills Open Standard
The spec at agentskills.io governing SKILL.md format, progressive disclosure, and agent-specific extensions.
Agent-specific extension
Files in agents/ subdirectory (e.g., claude-code.yaml, openai.yaml) ignored by agents that don't recognize them.
MCP Bridge
Optional Node.js MCP server connecting AI agents to a running Godot editor via WebSocket JSON-RPC 2.0.