No description
  • Shell 74.1%
  • Makefile 25.9%
Find a file
2026-03-05 15:14:56 +00:00
.claude Implement Unpoly-based forms with streaming corpus load and inline results 2026-01-22 13:52:44 +01:00
.forgejo/workflows Switch to rolling latest release from development 2026-03-04 13:00:18 -05:00
_archive cleanup 2026-03-04 06:24:40 +02:00
_beta Update skills: archive, reorganize, and add new skills 2026-03-01 18:26:30 +03:00
claude docs: add _app crate convention for Dioxus WASM frontends 2026-03-05 09:16:19 -05:00
homefolder_template skills for ui rpc 2026-02-22 15:35:42 +03:00
howto dioxus 2026-03-04 07:50:53 +02:00
knowledge docs: add cargo cross-repo dependency management guide 2026-01-30 11:35:41 -05:00
prompts Update skills and prompts: add hero_admin_server_ui, rename herolib_server_start to herolib_server_oschema_init, update build_lib/dioxus/env_secrets, remove deprecated skills, update Rust prompts and client configs 2026-02-08 12:26:30 +04:00
research Add vast_ai_research documentation 2026-02-27 07:33:44 +03:00
scripts Switch to rolling latest release from development 2026-03-04 13:00:18 -05:00
servers make-file helper 2026-02-05 07:25:03 +04:00
.gitignore feat: add geomind-skills CLI and standardize CI workflows 2026-02-11 14:27:25 -05:00
buildenv.sh Clean release strategy: versioned-only, drop latest tag 2026-03-04 10:20:35 -05:00
Makefile Fix CI pipeline, install-local cleanup, and Makefile compliance 2026-03-04 09:42:51 -05:00
README.md Update README: fix stale references, clarify dev workflow 2026-03-04 10:25:24 -05:00

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