sync-models

Synchronize MCP fs-mcp models with FacturaScripts sources and regenerate metadata.

7|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill sync-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-models
Source: https://github.com/FacturaScripts/fs-claude-plugin/tree/main/fs-mcp/skills/sync-models
Command: npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill sync-models

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the synchronization and maintenance of models in the MCP fs-mcp, ensuring consistency between the core FacturaScripts or plugins and the MCP metadata.

Core Features & Use Cases

  • Model Synchronization: Synchronize models from the MCP fs-mcp with their sources (FacturaScripts core or private plugins).
  • Change Detection: Detect new, modified, or removed columns in models.
  • Metadata Management: Maintain unified descriptions in override files and regenerate metadata and compile if necessary.
  • Support for Multiple Models: Handle one or several models, local or GitHub URL, and a "refresh massive" mode for all models catalog.
  • Use Case: For developers and users of FacturaScripts who need to keep their MCP models up-to-date with the latest changes in the core or plugins.

Quick Start

Use the sync-models skill to synchronize the 'cliente' model from the FacturaScripts core at the local path '/Users/yo/facturascripts'.

Frequently Asked Questions about sync-models

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

FAQPage Schema
How do I synchronize FacturaScripts models with MCP metadata?

Synchronize FacturaScripts models with MCP metadata by using a dedicated skill to detect column changes, maintain descriptions in override files, regenerate metadata, and compile if necessary.

What is model synchronization in the MCP fs-mcp?

Model synchronization in the MCP fs-mcp ensures consistency between FacturaScripts core or plugin sources and the MCP metadata by detecting new, modified, or removed columns and regenerating metadata.

Can I synchronize multiple FacturaScripts models from a GitHub URL?

Yes, you can synchronize multiple FacturaScripts models from a GitHub URL or a local path, and also run a massive refresh mode to update the entire models catalog at once.

Do I need Node.js to sync MCP models with FacturaScripts?

Yes, you need Node.js version 18 or higher, and access to FacturaScripts core or plugin sources to successfully sync MCP models and compile metadata.

What is the best way to handle model column changes in FacturaScripts?

The best way to handle model column changes in FacturaScripts is to automate detection of new, modified, or removed columns while maintaining unified descriptions in override files during metadata regeneration.