No description
- Shell 83.9%
- Makefile 16.1%
|
|
||
|---|---|---|
| .claude | ||
| .forgejo/workflows | ||
| _archive | ||
| _beta | ||
| bestpractices | ||
| claude | ||
| homefolder_template | ||
| howto | ||
| knowledge | ||
| prompts | ||
| 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 ~37 skills to ~/.claude/skills/ (150 KB).
Available Skills
| Skill | Purpose |
|---|---|
build_lib |
Build system for Hero projects |
check |
Repository health validation |
code_manage_development_branch |
Git development branch workflows |
code_manage_newest |
Latest code management |
crates_push |
Push crates to registry |
dioxus |
Fullstack Rust web framework |
docker_publish |
Container image publishing |
env_secrets |
Environment & secrets management |
forge_api |
Forgejo REST API |
forge_ci |
CI/CD pipeline management |
forge_issues |
Issue tracking automation |
forge_package |
Package registry automation |
forge_release |
Release management |
hero_auth |
OAuth2 authentication server |
hero_branching |
Git branching model |
hero_coderoot |
Multi-repo workspace layout |
hero_ecosystem |
Hero OS Suite reference |
hero_ports |
Port allocation registry |
hero_ui_dashboard |
Dashboard UI patterns |
heroindex |
Full-text search server |
herolib_import |
HeroLib shared library |
herolib_os |
OS-level operations |
herolib_server_oschema_init |
OSIS server bootstrap |
herolib_text |
Text processing utilities |
keybindings_help |
Keyboard shortcuts |
naming_convention |
Naming standards |
oschema |
Schema language |
oschema_generation |
Code generation |
rhai_check |
Rhai script validation |
rust_rhai_client_fix |
Rhai client patterns |
tests_playwright |
E2E testing |
tests_smoketest |
HTTP smoke tests |
tfgrid_deploy |
TFGrid deployment |
tui |
Terminal UI framework |
web_embed |
Web embedding & CORS |
zinit_embed_in_server |
Process supervisor |
zinit_startup_rhai_scripts |
Startup script reference |
hero_docs_ebook |
Documentation ebooks |
Development
make help # Show targets
make build # Create skills.tgz
make test # Validate skills
make status # Show version
make publish # Publish to Forge (v* tags)
make install-local # Install from checkout
make clean # Remove artifacts
Publishing
git tag v1.1.0
git push origin v1.1.0
# CI builds & publishes automatically
Updates both v1.1.0 and latest releases on Forge.