defold-api-fetch

Retrieve Defold API documentation from curated Markdown URLs.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/zarkua/Defolancer --skill defold-api-fetch-zarkua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defold-api-fetch
Source: https://github.com/zarkua/Defolancer/tree/main/.agents/skills/defold-api-fetch
Command: npx skills add https://github.com/zarkua/Defolancer --skill defold-api-fetch-zarkua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defold developers often need quick access to up-to-date API references; this skill centralizes authoritative Markdown API pages to streamline lookup during coding sessions.

Core Features & Use Cases

  • Curated API URLs: Provides direct links to Lua and C++ Defold API docs.
  • In-context Reference: Returns the content in-context for faster lookup during engine development.
  • Use Case: When implementing GUI or game logic, fetch the relevant API pages to confirm function signatures and behavior.

Quick Start

Invoke the defold-api-fetch skill to retrieve the latest Defold API docs from the provided links.

Frequently Asked Questions about defold-api-fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Defold API documentation for Lua during a coding session?

To fetch Defold API documentation, you can retrieve curated Markdown pages containing Lua and C++ engine references directly into your session. This centralizes authoritative API pages for faster lookup and confirms function signatures during game logic implementation.

What is the best way to look up Defold engine references across multiple projects?

The best way to look up Defold engine references is by retrieving content from a predefined list of external Markdown URLs. This provides in-context reference material, eliminating the need to search for individual API pages manually across different projects.

Does this API lookup method provide both Lua and C++ documentation for the Defold engine?

Yes, this API lookup method provides direct links to both Lua and C++ Defold API documentation. It returns the content of these curated Markdown pages in-context, ensuring you have the correct engine references available when needed.

Can I get in-context Defold API reference material without leaving my development workflow?

Yes, you can get in-context Defold API reference material without leaving your workflow. By retrieving external Markdown page content into the current session, it streamlines the lookup process and keeps API references accessible during active engine development.

When do I need to fetch external Markdown pages for Defold API references?

You need to fetch external Markdown pages for Defold API references when implementing GUI or game logic and needing to confirm function signatures and behavior. It retrieves up-to-date API documentation on demand for immediate use.