SY

sync-architecture-docs

Aligns project documentation with actual code changes including flows, states, and architectural dependencies.

Install

mkdir -p .claude/skills/sync-architecture-docs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15243" && unzip -o skill.zip -d .claude/skills/sync-architecture-docs && rm skill.zip

Installs to .claude/skills/sync-architecture-docs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Update and align project documentation after code or architecture changes. Use when modifying flows, states, modules, dependencies, contracts, or file structure in SignalEA_v1.
176 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Collect changed files and identify architecture-impacting changes
  • Update architecture documentation for contracts and runtime flow
  • Update documentation for state model and ownership
  • Update documentation for dependencies and module boundaries
  • Verify consistency between documentation and source code

How it works

This skill collects changed files, identifies architecture-impacting modifications, and updates ARCHITECTURE.md and README.md to reflect changes in contracts, runtime flow, state models, and module dependencies. It verifies consistency.

Inputs & outputs

You give it
Description of code or architecture changes (files, flows, states, dependencies)
You get back
Modified files list, summary of doc changes, and open follow-ups

When to use sync-architecture-docs

  • Update docs after flow changes
  • Document state model modifications
  • Sync module dependencies
  • Verify documentation consistency

About this skill

Sync Architecture Docs

When to Use

  • You changed execution flow (OnInit/OnTick/OnDeinit).
  • You added or modified states, enums, structs, or class responsibilities.
  • You changed module dependencies or folder structure.
  • You introduced architectural placeholders or deferred implementations.

Primary Targets

Procedure

  1. Collect changed files and identify architecture-impacting changes only.
  2. Update architecture docs first:
    • Contracts (enums/structs/interfaces)
    • Runtime flow and sequencing
    • State model and ownership
    • Dependencies and module boundaries
  3. Keep docs implementation-neutral when logic is intentionally deferred.
  4. Add a short "Recent Architecture Changes" section with bullet points.
  5. Verify consistency:
    • Names in docs match source names exactly.
    • No references to non-existent files/classes.
    • No claims of implemented trading logic if still placeholder.
  6. Run workspace diagnostics and confirm there are no new errors.
  7. Validate with Documentation Sync Checklist.

Output Format

  • Modified files list.
  • Short summary of what changed in docs.
  • Any open follow-ups (if docs intentionally defer details).

Guardrails

  • Do not implement trading logic while syncing docs.
  • Do not invent modules not present in the codebase.
  • Prefer concise, maintenance-friendly wording.

When not to use it

  • When implementing trading logic while syncing docs
  • When inventing modules not present in the codebase

Limitations

  • Do not implement trading logic while syncing docs
  • Do not invent modules not present in the codebase
  • Prefer concise, maintenance-friendly wording

How it compares

This skill automates the process of synchronizing documentation with code changes, ensuring accuracy and consistency more reliably than manual updates.

Compared to similar skills

sync-architecture-docs side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
sync-architecture-docs (this skill)02moNo flagsIntermediate
deepwiki-rs259moReviewIntermediate
repo-research-analyst16moReviewIntermediate
c4-component14moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry