Назад към всички

defold-docs-fetch

// Fetches Defold manuals and documentation. Use when looking up how Defold features work, understanding concepts, components, workflows, platform setup, or needing guidance beyond API reference.

$ git log --oneline --stat
stars:32
forks:6
updated:March 2, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namedefold-docs-fetch
descriptionFetches Defold manuals and documentation. Use when looking up how Defold features work, understanding concepts, components, workflows, platform setup, or needing guidance beyond API reference.

Defold Documentation Reference

Fetch documentation from the links below (the URLs point to plain Markdown files).

Getting Started

Project Setup

Editor

Core Concepts

Assets and Resources

Animations

Components

GUI

Physics

Sound

Input

Game Logic

Files

Network Connections

Rendering

Workflow

Debugging

Optimization

Monetization

Platforms

Android

iOS

Consoles

HTML5

Desktop

Engine Extensions

Usage

When you need documentation on a Defold feature or concept:

  1. Identify the topic (e.g., "collection proxy", "input handling", "physics")
  2. Find the matching entry in the tables above
  3. Fetch the corresponding URL (all URLs are plain Markdown — fetch and read the raw content)
  4. Example: fetch https://defold.com/llms/manuals/collection-proxy.md