defold-skill-maintain

Installation
SKILL.md

Defold Skill Maintenance

Handles maintenance tasks for other Defold skills: updating link indexes and managing proto file references.

Read guide first about the best practices for Agent Skills: references/The-Complete-Guide-to-Building-Skill-for-Claude.md.

Capability 1: Updating link lists in fetch skills

The defold-api-fetch, defold-docs-fetch, and defold-examples-fetch skills contain hardcoded link tables. These tables should be kept in sync with the official Defold index files.

Index sources

  • API index: https://defold.com/llms/apis.md — links to per-namespace API Markdown files
  • Manuals index: https://defold.com/llms/manuals.md — links to per-manual Markdown files
  • Examples index: https://defold.com/llms/examples.md — links to per-example Markdown files

Procedure: update link lists

  1. Fetch the relevant index page(s) by downloading the URL content.
Related skills
Installs
1
GitHub Stars
62
First Seen
6 days ago