Contribute to Manor
SkillDev toolsApply Manor's public contribution standards when creating, editing, or reviewing web UI, React or TSX components, CSS, Tailwind classes, layouts, forms, cards, dialogs, navigation, responsive behavior, accessibility, or visual consistency in apps/web.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Contribute to Manor skill
What this skill tells your AI
The instructions your AI receives, as published by manor-os/manor-ai in .agents/skills/contribute/SKILL.md and read by ahel’s review.
Use this skill to keep public Manor UI contributions consistent, reusable, accessible, and safe to publish.
Required workflow
- Read references/ui-design-constraints.md before changing or reviewing UI.
- Inspect the affected flow and nearby components before choosing a pattern.
- Read the current repository sources of truth when they exist:
docs/UI_DESIGN_SYSTEM.mdapps/web/src/index.css, especially:rootapps/web/tailwind.config.tsapps/web/src/components/ui/
- Reuse or extend a shared primitive before creating page-local visual infrastructure.
- Implement every relevant state: default, hover, focus, disabled, loading, empty, error, and responsive behavior.
- Review the diff against the checklist in the reference.
If the reference and current code disagree, preserve the current token and component contracts. Update the public design guidance in the same contribution when intentionally changing the design system.
Public contribution boundary
Treat this Skill and all contribution guidance as public. Use only public repository information. Omit credentials, customer or tenant data, internal URLs, deployment topology, and non-public product surfaces.
Verification
Run checks proportional to the change:
npm --prefix apps/web run build
npm --prefix apps/web run test:source
git diff --check
For visual changes, also inspect the rendered UI at representative desktop and mobile widths. Verify keyboard navigation, visible focus, readable contrast, overflow, loading, empty, and error states. Report only checks actually run.
Signals
- GitHub stars
- 171
- Forks
- 52
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
contribute-manor-os- Source
- github.com/manor-os/manor-ai