mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-05-27 22:22:36 +02:00
7db5ade777
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
286 B
Markdown
15 lines
286 B
Markdown
---
|
|
name: Sync Documentation
|
|
description: Sync documentation with code changes
|
|
---
|
|
|
|
# Documentation Sync
|
|
|
|
Synchronize documentation with codebase:
|
|
|
|
1. Detect code changes
|
|
2. Identify outdated documentation
|
|
3. Update affected docs
|
|
4. Verify examples still work
|
|
5. Update version numbers
|