Manifest Gallery
Reference manifests that demonstrate AIM governance across different domains. Use these as starting points for your own manifests.
Install a Reference Manifest
manifest init --template enterprise-typescriptOr install from the registry:
manifest install enterprise-typescriptAvailable Manifests
Software Engineering
| Manifest | Rules | Description |
|---|---|---|
| enterprise-typescript | 12 | Enterprise TypeScript with security enforcement |
| react-best-practices | 9 | React 19, accessibility, performance |
| python-production | 9 | Python security, type safety, async patterns |
Infrastructure
| Manifest | Rules | Description |
|---|---|---|
| devops-safety | 8 | Infrastructure safeguards, blast radius control |
Compliance
| Manifest | Rules | Description |
|---|---|---|
| hipaa-compliance | 8 | HIPAA PHI protection, access control |
Content
| Manifest | Rules | Description |
|---|---|---|
| content-brand-voice | 7 | Writing style, inclusive language, quality |
Create Your Own
manifest generate # Auto-detect from codebase
manifest validate # Check against schema
manifest publish # Share with the community