defold-skill-maintain

Synchronize Defold skill link tables and fetch proto schemas via fetch_proto.py.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Maintains Defold agent skills by ensuring link lists across api-fetch, docs-fetch, and examples-fetch stay in sync with official indices, and by coordinating proto schema references and local proto assets.

Core Features & Use Cases

  • Update API/manual/Examples link tables to reflect current definitions from official indices.
  • Manage proto file references using the proto-reference guide and related assets.
  • Run fetch_proto.py to retrieve and install the latest proto schemas into the skill assets.

Quick Start

Run the maintenance workflow to refresh API/manuals/examples link lists and fetch latest proto schemas.

Frequently Asked Questions about defold-skill-maintain

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

FAQPage Schema
How do I update Defold API and manual links to match the official indices?▼

You can update Defold API and manual links by running the maintenance workflow, which synchronizes link tables across api-fetch, docs-fetch, and examples-fetch skills with current official indices.

What is the best way to fetch proto schemas for Defold references?▼

The best way to fetch proto schemas is to run the fetch_proto.py Python script, which retrieves and installs the latest proto schemas directly into the skill assets.

Do I need Python to maintain Defold skill references?▼

Yes, Python is required to maintain Defold skill references, as the repository's scripts rely on it to execute the fetch_proto.py script and modify SKILL.md guidance.

Can I sync examples-fetch link tables alongside Defold API manuals?▼

Yes, the maintenance workflow synchronizes examples-fetch link tables alongside Defold API manuals and docs-fetch references in a single update process.

When should I update proto references in a Defold skill repository?▼

You should update proto references when official proto schemas change, using the proto-reference guide and related assets to coordinate local proto file references within the repository.

Why are my Defold skill links out of sync with official documentation?▼

Defold skill links fall out of sync when official indices update definitions, requiring you to run the maintenance workflow to refresh API, manual, and examples link tables.