📝
WritingMDX

Sync

by cortex-tms

Sync is a Writing skill for Claude Code, published by cortex-tms in cortex-tms.

181 stars7 forkson cortex-tms/cortex-tmsAdded 2026/09/07+1% in starsRepository updated 2026/09/01
aianthropicarchitecturebest-practicesclaude-codeclicode-generationcursordeveloper-experiencedeveloper-toolsdevtoolsdocumentationgithub-copilotgovernancellmproject-scaffoldingtask-managementtypesciptversion-controlworkflow-automation
Install in seconds
Install Sync
Copy Sync into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/cortex-tms/cortex-tms/tree/main/.claude/skills/sync ~/.claude/skills/sync

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/cortex-tms/cortex-tms.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/sync/SKILL.md in cortex-tms/cortex-tms
Installs to
~/.claude/skills/sync
Collection
One of 6 skills cataloged from this repository
Category
Writing1328 skills

What Sync does

Sync synchronizes task files and source-of-truth docs for a project. Use it to update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README.md, and CHANGELOG.md from the current state.

Sync is cataloged under Writing on DirSkills. Sync comes from a repository tagged ai, anthropic, architecture, best-practices and claude-code.

Documentation

README

Sync

Synchronize Cortex TMS task files and documentation.

Steps

  1. Read current state — check NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README.md, CHANGELOG.md, package.json
  2. Update NEXT-TASKS.md — mark completed items, remove stale tasks, add new items if discussed
  3. Update FUTURE-ENHANCEMENTS.md — sync status markers (Planned/In Progress/Complete)
  4. Truth-sync source-of-truth files — ensure README, CHANGELOG reflect what actually shipped
  5. Archive if needed — move completed sprint content to docs/archive/
  6. Run validationnode bin/cortex-tms.js validate --strict to confirm health
  7. Show changes — run git diff and present for approval. Do not commit without approval.

Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Sync

  • What else does cortex-tms publish alongside Sync?

    Sync is one of 6 skills that DirSkills catalogs from cortex-tms/cortex-tms, the repository it ships in. Its siblings there include Implement, New Command and Plan. Each one is a separate skill with its own page in this directory, installs the same way Sync does, and is maintained by cortex-tms in that same repository. The rest of the collection is listed on the cortex-tms/cortex-tms page.

  • How does Sync compare to other Writing skills?

    Sync ranks #1120 by stars among the 1328 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sync against them. Open each page to compare what they document and how they install.