name: documenting-domains description: > Generate domain documentation from codebase analysis - entities, glossary, relationships. Use when analyzing domain models, creating glossaries, or when user mentions domain model, entity diagram, ドメインモデル, 用語集, glossary, ubiquitous language. allowed-tools: [Read, Write, Grep, Glob, Bash, Task] context: fork user-invocable: false
Domain Understanding Generation
Detection
| Category | Targets |
|---|---|
| Entities | class, interface, dataclass, Prisma, ORM |
| Invariants | Validation logic, constraints, required fields |
| Domain Terms | Class/function names, comments, JSDoc |
| Relationships | Entity references, inheritance, imports |
| Business Rules | Validators, policies, domain services |
| Domain Events | Event classes, EventEmitter, pub/sub patterns |
ORM Patterns
| ORM/Framework | Pattern |
|---|---|
| Prisma | model User {} |
| TypeORM | @Entity(), @Column() |
| Sequelize | Model.init() |
| Django | class User(models.Model) |
| SQLAlchemy | class User(Base) |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
3
GitHub Forks
0
Created
Jan 2026
Last Updated
5 months ago
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!