For Claude Code. This file points to the centralized documentation in
.agent/.
All agent documentation is centralized in the .agent/ directory.
Start here: .agent/readme.md
- Architecture — System overview, modules, patterns
- /build — Build project
- /test — Run tests
- /backend_dependencies — Dependency updates
- /update-doc — Update documentation
- Task History — Past implementation plans
- SOPs — Standard operating procedures
Skills are reusable instructions that an agent can load with the skill tool.
Current status:
git-commit-formatter— Formats git commit messages to Conventional Commits when asked to commit or draft commit messages. See.agent/skills/git-commit-formatter/SKILL.md.
./gradlew build # Build project./gradlew test # Run all tests./gradlew ktlintCheck # Check code style
./gradlew ktlintFormat # Auto-fix formattingkogmios/
├── .agent/ # 📚 Agent documentation (READ THIS)
├── buildSrc/ # Version catalog/constants
├── src/ # Kotlin source/tests
└── gradle/ # Gradle wrapper
When completing features or resolving issues:
- Implementation plans → Save to
.agent/task/{domain}/ - Resolved issues → Create SOP in
.agent/SOPs/{category}/ - New workflows → Add to
.agent/workflows/
Run /update-doc workflow for guidance.