No description
  • Shell 83.9%
  • Makefile 16.1%
Find a file
Mahmoud Emad 4894d0b85d
All checks were successful
Build and Publish Skills / build (push) Successful in 2s
Build and Publish Skills / publish (push) Has been skipped
Merge pull request 'Add workspace crates skill' (#25) from development_standardize into development
Reviewed-on: #25
2026-02-24 12:19:28 +00:00
.claude Implement Unpoly-based forms with streaming corpus load and inline results 2026-01-22 13:52:44 +01:00
.forgejo/workflows fix: download build_lib.sh in workflow 2026-02-14 08:22:16 +04:00
_archive Refactor: Archive outdated skill documentation and add new hero UI dashboard and crates best practices skills 2026-02-22 05:27:29 +03:00
_beta specs 2025-12-28 13:04:05 +01:00
bestpractices Merge pull request 'Add workspace crates skill' (#25) from development_standardize into development 2026-02-24 12:19:28 +00:00
claude Merge pull request 'Add workspace crates skill' (#25) from development_standardize into development 2026-02-24 12:19:28 +00:00
homefolder_template skills for ui rpc 2026-02-22 15:35:42 +03:00
howto skills for ui rpc 2026-02-22 15:35:42 +03: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
scripts skills for ui rpc 2026-02-22 15:35:42 +03: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 feat: build system for skills archive distribution 2026-02-14 08:16:38 +04:00
Makefile Update development documentation and configuration for local development workflow. 2026-02-17 04:07:37 +04:00
README.md docs: concise README with all skills listed 2026-02-14 08:24:19 +04: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 ~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.