No description
|
|
||
|---|---|---|
| .claude | ||
| .forgejo/workflows | ||
| _archive/unpolyjs | ||
| _beta | ||
| claude | ||
| homefolder_template | ||
| instructions | ||
| knowledge | ||
| prompts | ||
| research | ||
| scripts | ||
| .gitignore | ||
| ai_models.md | ||
| Makefile | ||
| README.md | ||
Claude
Use following skills, they will help us code in a consistent way
Install Claude skills and settings to ~/.claude.
Structure
claude/
├── settings.json # Claude settings (model, plugins, etc.)
└── skills/ # Custom skill definitions
├── dioxus/
├── forge_package/
├── herolib/
├── herolib_os/
├── herolib_text/
├── makefile-helper/
├── rhai_check/
├── tui/
└── zinit/
Installation
Quick Install (Recommended)
Download and run the installer script:
curl -sSL https://forge.ourworld.tf/geomind_research/geomind_dev_docs/raw/branch/main/scripts/install.sh | sh
The installer will:
- Download the latest
claude-config.tar.gzfrom packages - Validate file size
- Ask what you want to install:
- Skills only (default): Merges new skills without modifying
settings.json - Config and skills: Overwrites
settings.jsonwith the latest version
- Skills only (default): Merges new skills without modifying
- Install to
~/.claude
Existing skills are never removed, only updated.
Manual Install (Development)
clone this repository and use make
make help # See all commands
make status # Check what's installed
make install # Install everything
make install-skills # Install only skills
make install-config # Install only config
make uninstall # Remove skills (keeps config)