What problem does it solve? Maintaining consistent, up-to-date CLAUDE.md memory files across multiple microservice directories is error-prone when done by hand. This Skill standardizes the generation and incremental updating of distributed CLAUDE.md files for each PCHSystem sub-service, ensuring they stay aligned with the root specification and architecture docs. ## Core Features & Use Cases - Template-Based Generation: Reads the service's architecture document and data model, then fills a six-section template covering service positioning, responsibility boundaries, service-specific red lines (RS-x), key entities, and documentation index. - Incremental Updates: When a service's architecture changes, only affected sections are modified while human-added notes are preserved, with timestamps refreshed. - Cross-Tool Alias Management: Automatically ensures an AGENTS.md symlink to CLAUDE.md exists in each service directory. - Use Case: After adding a new scoring-service to the backend, invoke this Skill with the service name to produce a compliant Backend/scoring_service/CLAUDE.md that references the root red lines R-1~R-12 without duplicating them. ## Quick Start Ask the assistant to generate or update the CLAUDE.md for a specific service such as scoring-service using the service-claude-md skill.