defold-api-fetch

Fetch Defold API documentation from curated URLs as Markdown content.

11|Updated Oct 10, 2024
One-click install
npx skills add https://github.com/selimanac/defold-daabbcc3d --skill defold-api-fetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defold-api-fetch
Source: https://github.com/selimanac/defold-daabbcc3d/tree/main/.agents/skills/defold-api-fetch
Command: npx skills add https://github.com/selimanac/defold-daabbcc3d --skill defold-api-fetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defold developers need quick, reliable access to official API references across Lua namespaces and extension APIs. This skill centralizes access to Defold API documentation via curated links, reducing time spent searching and increasing accuracy.

Core Features & Use Cases

  • Fetches official Defold API pages for Lua namespaces (go, gui, msg, vmath, etc.) and extension APIs via direct URLs.
  • Enables fast in-context reference during coding, debugging, and learning Defold engine APIs.
  • Supports building knowledge bases or knowledge checks by aggregating API references for repeated use.

Quick Start

Fetch the API reference for the go namespace to review Game Object APIs.

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 namespaces like go or vmath?

You can fetch Defold API documentation by retrieving official pages via curated URLs. This returns Markdown content for Lua namespaces and extension APIs, allowing in-context reading during coding and debugging.

What is the best way to look up Defold engine API references during development?

The best way to look up Defold engine API references is using a fetcher that pulls official documentation URLs. It provides Markdown content directly in your environment, reducing search time and increasing accuracy.

Do I need external tools or credentials to access Defold extension API references?

No external tools or credentials are required to access Defold extension API references. The fetcher retrieves official Markdown content directly from curated URLs without needing additional authentication or setup.

Can I fetch Defold Lua API pages to build a local knowledge base for repeated use?

Yes, you can fetch Defold Lua API pages to build a local knowledge base. Aggregating the returned Markdown content from official pages supports repeated reference, knowledge checks, and continuous learning.

Does fetching Defold API documentation work for both core Lua APIs and extension APIs?

Fetching Defold API documentation works for both core Lua namespaces and extension APIs. It applies to Defold Lua APIs, extension APIs, and related engine references by loading official pages as Markdown content.

Why should I use a dedicated fetcher instead of searching the Defold site manually?

A dedicated fetcher centralizes access to official Defold API documentation via curated links, preventing search drift. It returns Markdown directly, streamlining lookups and improving accuracy over manual browsing.