wfc-sync

Syncs project docs and AI agent configs with actual repository state.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sam-fakhreddine/wfc --skill wfc-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wfc-sync
Source: https://github.com/sam-fakhreddine/wfc/tree/main/wfc/skills/wfc-sync
Command: npx skills add https://github.com/sam-fakhreddine/wfc --skill wfc-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill synchronizes your project's documented rules and AI agent skills with the actual state of your codebase, ensuring documentation stays current and accurate.

Core Features & Use Cases

  • Discover Undocumented Patterns: Identifies new conventions or tribal knowledge in the codebase.
  • Update Stale Rules: Ensures existing documentation accurately reflects current practices.
  • Create Project Context: Generates or updates a project.md file with current tech stack and commands.
  • Use Case: After a major refactor or when onboarding a new project, run wfc-sync to automatically update documentation and ensure all AI agents understand the project's current state.

Quick Start

Run the wfc-sync skill to update project rules and discover new patterns.

Frequently Asked Questions about wfc-sync

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

FAQPage Schema
How do I sync project rules with my current codebase state?

To sync project rules with your current codebase state, run a command like "sync rules" or "/wfc-sync". This updates stale rules and discovers undocumented patterns to ensure documentation matches actual practices.

What is codebase sync for AI agent skills?

Codebase sync for AI agent skills is the process of aligning documented project rules with actual code patterns. It identifies new conventions and updates stale rules so AI agents understand the current project state.

When do I need to update project documentation?

You need to update project documentation after major refactors or when onboarding a new project. Running a sync ensures all AI agents understand the current tech stack, commands, and newly adopted conventions.

How do I discover undocumented patterns in my codebase?

You can discover undocumented patterns in your codebase by running a sync command like "/wfc-sync". The process analyzes your code to identify new conventions and tribal knowledge that lack formal documentation.

Does this documentation sync tool generate project context files?

Yes, this documentation sync tool generates or updates a `project.md` file. It automatically populates the file with your current tech stack and commands to provide accurate project context for AI agents.

Do I need any dependencies to synchronize project rules?

No, you do not need any dependencies to synchronize project rules. The skill operates independently using its internal scripts and references to analyze your codebase and update documentation.