defold-skill-maintain

Update Defold skill link tables and proto references across related skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Defold teams maintaining agent skills often spend manual time updating cross-skill link tables and proto references. This Skill automates the synchronization process to ensure consistency across related skills and the proto reference assets.

Core Features & Use Cases

  • Updates and aligns link tables in related fetch skills (defold-api-fetch, defold-docs-fetch, defold-examples-fetch) with the official Defold indexes.
  • Maintains proto file references in references/ and assets/proto to reflect current schemas and components.
  • Provides a scripted workflow (scripts/fetch_proto.py) to fetch and refresh proto schemas into the skill's assets for offline consistency.
  • Supports guidance for MCP-oriented maintenance workflows and proto reference governance.

Quick Start

Run the proto fetch script and then run the link-index update workflow to synchronize all references.

Frequently Asked Questions about defold-skill-maintain

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

FAQPage Schema
How do I keep Defold skill references and proto schemas in sync automatically?

To keep Defold skill references and proto schemas in sync, run the fetch_proto.py script to refresh local proto assets and update frontmatter link tables in SKILL.md with parsed official index pages.

What is the best way to update cross-skill link tables for Defold fetch skills?

Updating cross-skill link tables for Defold fetch skills is best handled by automating synchronization across defold-api-fetch, defold-docs-fetch, and defold-examples-fetch to align frontmatter with official Defold indexes.

How do I fetch and refresh proto schemas into Defold skill assets for offline consistency?

Fetch and refresh proto schemas into Defold skill assets by executing the scripts/fetch_proto.py script, which retrieves current schemas and components into the assets/proto directory for offline consistency.

Does maintaining Defold proto references require manual updates to the references directory?

Maintaining Defold proto references does not require manual updates to the references directory; the maintenance workflow automatically reflects current schemas and components in references/ and assets/proto.

Can I use this Defold link-indexing workflow for MCP-oriented maintenance governance?

Yes, you can use this Defold link-indexing workflow for MCP-oriented maintenance governance, as it provides scripted guidance to ensure proto reference governance and index table consistency.