Keep project documentation (.agentss/project-index.md and sub-skills) in sync with codebase changes.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add B4san/AC-framework --skill sync-index --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sync Index?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/b4san-sync-index-af4d42c1)More formats (shields.io, HTML) on the badges page.
---
name: sync-index
description: Keep project documentation (.agentss/project-index.md and sub-skills) in sync with codebase changes.
---
# Documentation Sync
## Overview
Documentation drift is a major problem. Use this skill to ensure that the project index and agent guidance files are always up-to-date with the codebase.
## Workflow
1. **Detect Changes**:
* Ideally run after major feature implementation or refactoring.
* Compare current file structure with `project-index.md`.
2. **Run Indexer**:
* Execute the `project-index` skill again.
* Verify that new modules/directories are captured.
* Ensure deleted files are removed from documentation.
3. **Update Guidance**:
* Check `agent-*.md` files in domain directories.
* Update any obsolete instructions.
* Add new patterns discovered during implementation.
4. **Verify Links**:
* Ensure all links in `README.md` and `AGENTS.md` point to valid locations.
## Output
* Updated `project-index.md`.
* Updated domain-specific agent guides.
* Confirmation of documentation sync.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.