defold-skill-maintain

Automate maintenance tasks for Defold agent skills and proto references.

81|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/indiesoftby/defold-agent-config --skill defold-skill-maintain-indiesoftby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defold-skill-maintain
Source: https://github.com/indiesoftby/defold-agent-config/tree/main/.agents/skills/defold-skill-maintain
Command: npx skills add https://github.com/indiesoftby/defold-agent-config --skill defold-skill-maintain-indiesoftby

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Maintains and updates link indexes for Defold agent skills (api-fetch, docs-fetch, and examples-fetch), and manages proto file references and proto schemas to keep the ecosystem in sync.

Core Features & Use Cases

  • Synchronizes and updates external index-based link tables across multiple Defold skills.
  • Maintains and updates proto reference files and orchestrates proto schema fetching.
  • Provides guidance and tooling for keeping the Defold skill set consistent during development.

Quick Start

Ask me to update link lists, refresh proto references, or fetch the 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 automate updating Defold API and docs-fetch link indexes?

You can automate updating Defold API and docs-fetch link indexes by running the defold-skill-maintain workflow, which synchronizes external index-based link tables across the skill ecosystem to keep references current.

What is the best way to manage proto references and schemas for Defold agent skills?

The best way to manage proto references and schemas for Defold agent skills is using dedicated maintenance automation that orchestrates proto schema fetching and updates proto reference files to keep the ecosystem in sync.

Does maintaining Defold skills require access to local skill directories?

Yes, maintaining Defold skills requires access to local skill directories because the workflow directly edits frontmatter and reference files within the existing skill structure to apply updates.

Can I synchronize api-fetch, docs-fetch, and examples-fetch skills with official indices?

Yes, you can synchronize api-fetch, docs-fetch, and examples-fetch skills with official indices using this maintenance workflow to update link lists and ensure consistency across the skill ecosystem.

Why are my Defold proto references out of sync during development?

Defold proto references become out of sync during development when external indices or proto schemas update, requiring you to run the maintenance workflow to refresh reference files and restore consistency.