sync

Regenerate AI tool configurations from a central specification using templating engines.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill sync-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/sync
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill sync-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the regeneration of AI tool configurations, ensuring consistency across your development environment and saving developers from manual, error-prone updates.

Core Features & Use Cases

  • Automated Configuration Generation: Renders templates for various AI coding tools (Claude, Cursor, Copilot, etc.) based on a central specification.
  • Consistency Enforcement: Ensures all AI tools are configured with the same project context and rules.
  • Use Case: After updating your project's AI agent rules in .agentkit/spec/, run this skill to automatically update the configuration files for Cursor, Claude, and Copilot.

Quick Start

Run the sync command from the repository root to regenerate all AI tool configurations.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I sync AI tool configurations across multiple coding environments?

You can sync AI tool configurations by rendering templates from a central specification in `.agentkit/spec/` to automatically update configuration files for tools like Claude, Cursor, and Copilot.

What is the best way to keep AI coding rules consistent across different editors?

The best way to maintain consistent AI coding rules is to use a central specification and run an automated generation skill to enforce the same project context across your tools.

Do I need Node.js to regenerate AI tool configurations from a central spec?

Yes, you need Node.js and shell access to execute the configuration regeneration process, as it relies on templating engines to render the files.

Can I update Cursor, Claude, and Copilot configurations at the same time?

Yes, running the sync command from your repository root regenerates all AI tool configurations simultaneously, ensuring Claude, Cursor, and Copilot share the same rules.

Why does manual AI configuration update cause inconsistencies in my workflow?

Manual AI configuration updates cause inconsistencies because they are error-prone and fail to enforce the same project context across multiple coding tools simultaneously.

When should I run the configuration generation command for my AI tools?

You should run the configuration generation command immediately after updating your project's AI agent rules in the `.agentkit/spec/` directory to propagate changes.