No description
- Shell 74.1%
- Makefile 25.9%
|
All checks were successful
Build and Publish Skills / build-and-publish (push) Successful in 3s
|
||
|---|---|---|
| .claude | ||
| .forgejo/workflows | ||
| _archive | ||
| _beta | ||
| claude | ||
| homefolder_template | ||
| howto | ||
| knowledge | ||
| prompts | ||
| research | ||
| scripts | ||
| servers | ||
| .gitignore | ||
| buildenv.sh | ||
| Makefile | ||
| README.md | ||
Geomind Skills
Claude Code skills for Hero ecosystem development.
Quick Install
curl -sSfL https://forge.ourworld.tf/geomind_code/dev_docs/raw/branch/development/scripts/install.sh | bash
Installs the latest release to ~/.claude/skills/.
Development
To work on skills locally, clone this repo and run:
make install-local # Install from local checkout
make build # Create skills.tgz
make test # Validate skills
make status # Show version
make clean # Remove artifacts
Publishing
git tag v1.x.x
git push origin v1.x.x
# CI builds, tests, and publishes to Forge