living-docs
Living Docs
Generate documentation driven by actual code changes. Every document traces to specific commits and files. When code changes, docs change.
Language policy: Generate all documentation in English. Include Spanish translations in the aliases frontmatter field.
Folder Structure
All generated docs live under ${GIT_REPO_ROOT}/docs/ (relative to the repository root). Create this structure if it doesn't exist:
docs/
├── components/ # Component Docs (services, apps, libraries)
│ ├── auth-service.md
│ ├── user-service.md
│ └── shared-utils.md
├── changelogs/ # Changelogs and release notes
│ ├── changelog-auth-service-2026-02-13.md
│ └── changelog-global-2026-02-13.md
More from rcrespodev/rcrespodev-skills
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
4prompt-engineering-patterns
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
4