agentskills.codes
SY

sync-architecture-docs

Update and align project documentation after code or architecture changes. Use when modifying flows, states, modules, dependencies, contracts, or file structure in SignalEA_v1.

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

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.

Search skills

Search the agent skills registry