Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Set up development environment by loading direnv. Must be run before any make targets (tests, builds, linting).
.claude/skills/akash-network-setup-env/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -24% | 0% |
Before running any make target (make test, make bins, make lint-go, etc.), the direnv environment must be loaded. Without it, make will fail with errors about AKASH_DIRENV_SET or AKASH_ROOT not being set.
AKASH_ROOT, AKASH_DIRENV_SET, GOTOOLCHAIN, GOPATH, GOWORK, cache paths) adds tool directories to PATH, and runs make cache to download build tools and wasmvm libraries:bash direnv allow
bash eval "$(direnv export bash 2>&1 | grep -v '^direnv:')"
bash [[ "$AKASH_DIRENV_SET" == "1" ]] && echo "direnv loaded" || echo "ERROR: direnv not loaded"
make, unzip, wget, curl, npm, jq, readlink, pv, lz4.make (v4+) must be on PATH: export PATH="$(brew --prefix)/opt/make/libexec/gnubin:$PATH".Other measured skills in the registry, with their headline benchmark lift.