GET STARTED
Install xcaffold
If you already have a .claude/ or .cursor/ directory, xcaffold can import it in under a minute.
$ brew install saero-ai/tap/xcaffold01
Already have configs?
$ cd your-project
$ xcaffold import
$ xcaffold apply
Converts your .claude/, .cursor/, or .gemini/ directory into portable .xcaf manifests.
02
New project?
$ cd your-project
$ xcaffold init
$ xcaffold apply --target claude
Bootstrap a new project.xcaf with starter agents, skills, and rules.
WHAT'S NEXT
- Validate your manifests
xcaffold validate - Check for drift
xcaffold status - Visualize dependencies
xcaffold graph
xcaffold is open source under Apache 2.0.
Star on GitHub