Manor Hub is the public contribution repository for the Manor ecosystem.
This repo is where community contributors can:
- add public skill packages
- improve package specs and schemas
- contribute examples, docs, and review guidelines
The current Manor runtime lives separately in manor-multi-agent. This repo holds the public contribution contract and starter content that outside contributors can work on without depending on Manor's full private product stack.
manor-hub/
docs/
schemas/
examples/
skills/
CONTRIBUTING.md
SECURITY.md
CODE_OF_CONDUCT.md
The first public extension type is skills.
A skill package is a small, reviewable bundle with:
manor.jsonSKILL.mdREADME.md
See:
docs/SKILL_PACKAGE_SPEC.mdschemas/manor-skill.schema.jsonexamples/skills/hello-world/
manor-hub: public package definitions, examples, docs, and contribution workflowmanor-multi-agent: current runtime that can load skill bundles into the Manor workspace
This repo now includes:
- MIT license
- GitHub Actions validation for skill manifests
Recommended next additions:
- secret scanning
- contribution review automation