deterministic-scripts Skill
Deterministic script execution skill for HASTE. Execute scripts instead of free-form LLM behavior for consistent, repeatable operations. Use when: 'run preprocessing', 'convert format', 'parse metadata', 'generate tiles', 'build wheel', 'deploy functions'. Prevents hallucinated scripts. Published by microsoft in haste.
What is deterministic-scripts Skill?
Deterministic script execution skill for HASTE. Execute scripts instead of free-form LLM behavior for consistent, repeatable operations. Use when: 'run preprocessing', 'convert format', 'parse metadata', 'generate tiles', 'build wheel', 'deploy functions'. Prevents hallucinated scripts. Published by microsoft in haste. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Design and media
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use deterministic-scripts Skill
- Use it for testing.
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/haste
- Skill file: .github/skills/deterministic-scripts/SKILL.md
What it does
Deterministic script execution skill for HASTE. Execute scripts instead of free-form LLM behavior for consistent, repeatable operations. Use when: 'run preprocessing', 'convert format', 'parse metadata', 'generate tiles', 'build wheel', 'deploy functions'. Prevents hallucinated scripts.
Skill instructions
Deterministic Script Execution Overview HASTE has established scripts and commands for common operations. Agents must use these exact commands instead of generating free-form alternatives. This prevents hallucinated scripts, ensures consistency, and makes operations repeatable. Key Concepts Why Deterministic Scripts Matter - LLMs can "helpfully" generate plausible-looking but incorrect commands - HASTE has specific build tooling (hatch, conda) that must be used correctly - Azure Functions deployment has specific prerequisites and ordering - Geospatial processing requires exact GDAL/rasterio invocations Patterns & Techniques Build & Package Operations | Operation | Exact Command | Notes | |-----------|--------------|-------| | Build core wheel | cd hastelib && hatch build -t wheel | Auto-increments version, copies to func apps | | Run Python tests | cd hastelib && hatch run test:pytest | Uses conda env with GDAL | | Build UI | cd ui && npm run build | Production build via Vite | | Lint
Explore related resources
Frequently asked questions
What is deterministic-scripts?
deterministic-scripts is a open-source AI agent skill with Copy skill directory. Deterministic script execution skill for HASTE. Execute scripts instead of free-form LLM behavior for consistent, repeatable operations.
Who is deterministic-scripts best for?
deterministic-scripts is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows, design and media workflows.
How do I install deterministic-scripts?
Install or run deterministic-scripts using Copy skill directory. Check deterministic-scripts for the latest setup command.
Is deterministic-scripts actively maintained?
deterministic-scripts may need a closer maintenance check before production use.
Auto-fetched from GitHub.