Skip to content

Releases: aashirjaved/alchemy-infra

v0.1.1

22 May 18:00

Choose a tag to compare

v0.1.0 — initial release

22 May 13:35

Choose a tag to compare

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.