Skills that travel with your agents¶
A portable operating layer for Hermes, Claude Code, Codex, and future providers—built from a public skills hub, a separate private configuration vault, and a safety-focused agent harness.
One Skills Hub¶
Reusable workflows live once under skills/. Provider adapters stay thin, so knowledge does not drift between runtimes.
Private by Design¶
Configuration backups, secrets, memories, and runtime state belong in a separate private vault—not in this public repository.
Safer Execution¶
Typed tools, explicit permissions, deterministic observations, approval gates, and recovery contracts turn instructions into dependable agent behavior.
Start Here¶
- Follow the Quick Start for your agent.
- Read Project Architecture to understand the three-layer model.
- Browse the Skill Catalog.
- Read How to Use These Skills for discovery paths and adapter behavior.
- Read Reviewing and Promoting Skills before publishing reusable lessons.
One source of truth
Portable skill content lives under skills/. Tool-specific connection files live under adapters/. Private agent state stays outside the public repository.