RaySkillHub is a local-first skill control plane for AI agent tools.
This public-core snapshot keeps only the essential source code, canonical skills, and adapter logic needed to build and understand the project. Extended docs, test sources, planning assets, release artifacts, and local machine state are intentionally excluded from the tracked GitHub repository.
- discovers canonical skills under
skills/ - validates
manifest.jsonmetadata and entry files - syncs skills into supported agent directories
- checks install drift and target conflicts
- exposes a human CLI and stable
--jsonresponses for agents
codexclaude-codeopenclawopencode
npm install
npm run build
rayskillhub list
rayskillhub inspect example-skill
rayskillhub doctor
rayskillhub sync --agent codex --dry-run
rayskillhub run demo-exec-skill --agent codex --execDuring local development you can also run the built CLI directly:
node dist/cli/index.js listsrc/- TypeScript implementationskills/- canonical example skillstemplates/manifest.json- scaffold template forinit-skillregistry/agents.json- supported agent definitionsscripts/pre-release-check.mjs- lightweight build/health preflight
Included:
- core CLI source
- adapters
- canonical skills
- minimal build and preflight scripts
Excluded from tracked GitHub contents:
- extended documentation
- test source files
- release planning and release-note artifacts
- BMAD internal assets
- local state and generated indexes
codexandclaude-codetargets renderSKILL.mdwith YAML frontmatter.openclawmay require a fresh session after sync if an old session cached a stale skill snapshot.- This package remains local-first; it is not a remote orchestration service.