sync-ideas

Synchronize idea artifacts from a local file into Odoo product records.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/qvidal01/claude-code-skills --skill sync-ideas-qvidal01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-ideas
Source: https://github.com/qvidal01/claude-code-skills/tree/main/sync-ideas
Command: npx skills add https://github.com/qvidal01/claude-code-skills --skill sync-ideas-qvidal01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization of ideas from a local file into Odoo product records, streamlining the process of moving ideas into a CRM system.

Core Features & Use Cases

  • Odoo Synchronization: Projects ideas from a local file directly into Odoo product records.
  • Dry-Run & Apply: Offers a dry-run option to preview changes before applying them.
  • Idempotent Sync: Ensures that re-running the skill does not duplicate products.
  • Custom Category: Allows overriding the destination category for synchronization.

Quick Start

Run the sync-ideas skill with the --apply flag to synchronize ideas to Odoo.

Frequently Asked Questions about sync-ideas

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

FAQPage Schema
How do I synchronize ideas from a local markdown file into Odoo product records?

To synchronize ideas into Odoo product records, you provide a local ideas-YYYY-MM-DD.md file and run the sync process. It matches existing Odoo products by their IDEA-### title prefix to update or create corresponding entries.

Can I preview changes to Odoo products before committing the synchronization?

Yes, you can preview changes to Odoo products by running the synchronization in dry-run mode, which is the default behavior. This generates a sync-plan artifact showing exactly what will happen without writing any data to Odoo.

How do I apply the actual data migration of ideas to Odoo?

To apply the actual data migration of ideas to Odoo, you execute the synchronization with the --apply flag. This bypasses the dry-run mode and writes the changes, producing a sync-result artifact detailing the final state.

What is needed to sync idea management artifacts into an Odoo CRM system?

Syncing idea management artifacts into Odoo requires a local ideas-YYYY-MM-DD.md file containing your records and active access to an Odoo MCP server. The process uses these to map local ideas directly into Odoo product records.

Will re-running the idea synchronization create duplicate products in Odoo?

No, re-running the idea synchronization will not create duplicate products in Odoo because the process is idempotent. It matches existing products using the IDEA-### title prefix and only updates them rather than creating new duplicates.