Releases: aashirjaved/alchemy-infra
Releases · aashirjaved/alchemy-infra
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0 — initial release
Initial release of alchemy-infra — agent skill that scaffolds Alchemy (Infrastructure-as-TypeScript) into any codebase with strict secret hygiene.
Install
Claude Code via skills.sh
```
claude skill install https://github.com/aashirjaved/alchemy-infra
```
npx
```
npx alchemy-infra install
```
Direct clone
```
git clone https://github.com/aashirjaved/alchemy-infra.git ~/.claude/skills/alchemy-infra
```
.skill archive
Download `alchemy-infra.skill` below and:
```
/skills install alchemy-infra.skill
```
Benchmark
- 100% pass rate (32/32 assertions) vs 84.5% baseline (27/32)
- 3 real-world scenarios: CF Worker + KV, Next.js → CF, AWS Lambda + DDB
See README for full docs.