dare-update

Synchronize project artifacts and configuration files with the installed DARE CLI version.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/darelabs-tech/dare-cli --skill dare-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dare-update
Source: https://github.com/darelabs-tech/dare-cli/tree/main/.agents/skills/dare-update
Command: npx skills add https://github.com/darelabs-tech/dare-cli --skill dare-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves configuration drift by synchronizing project-level artifacts like IDE commands, skills, and templates with the installed version of the DARE CLI.

Core Features & Use Cases

  • Artifact Synchronization: Automatically updates project files to match the current DARE CLI version.
  • Customization Preservation: Ensures that user-defined modifications are maintained during the update process.
  • Use Case: After upgrading the DARE CLI binary, use this skill to ensure your project's local configuration files are compatible with the new features and schema requirements.

Quick Start

Run the dare-update skill to synchronize your current project artifacts with the latest installed CLI version.

Frequently Asked Questions about dare-update

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

FAQPage Schema
How do I synchronize project configuration files with the installed DARE CLI version?

To synchronize project configuration files with the installed DARE CLI version, run the dare-update skill. This executes the dare update command to automatically align your local project state and artifacts with the binary environment.

What is configuration drift and when do I need to update project artifacts?

Configuration drift occurs when project-level artifacts like IDE commands, skills, and templates become outdated. You need to update project artifacts after upgrading the DARE CLI binary to ensure local files are compatible with new features and schema requirements.

Does updating DARE CLI artifacts overwrite my custom configuration files?

Updating DARE CLI artifacts does not overwrite your custom configuration files. The synchronization process specifically preserves user-defined modifications and customizations while updating the standard project files to match the current CLI version.

What's the best way to maintain IDE commands and templates after a CLI upgrade?

The best way to maintain IDE commands and templates after a CLI upgrade is to run the dare-update skill. It facilitates maintenance by automatically synchronizing these project-specific artifacts with the newly installed DARE CLI version.