alchemy

Configure and troubleshoot Alchemy v2 infrastructure for TypeScript and Effect applications.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/darkmatter/skills --skill alchemy-darkmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alchemy
Source: https://github.com/darkmatter/skills/tree/main/skills/alchemy
Command: npx skills add https://github.com/darkmatter/skills --skill alchemy-darkmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you configure, develop, deploy, review, and troubleshoot Alchemy v2 infrastructure for Darkmatter TypeScript and Effect applications without guessing at stack shape, stage behavior, or provider wiring.

Core Features & Use Cases

  • Alchemy stack setup for Cloudflare, AWS, and other supported providers with explicit state, outputs, and bindings.
  • Local development workflows with alchemy dev, including preview URLs, webhook testing, and hot reload against real cloud resources.
  • Production deploy guidance for stages, profiles, CI automation, and deterministic naming so releases stay repeatable and safe.
  • Practical troubleshooting for deploy failures, provider drift, and cross-stack references using the repo’s upstream conventions and examples.

Quick Start

Ask me to inspect your TypeScript project and I will identify the right Alchemy stack, deployment path, and local development workflow.

Frequently Asked Questions about alchemy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an Alchemy stack for a TypeScript application on Cloudflare?

Setting up an Alchemy stack for TypeScript on Cloudflare requires deterministic stack definitions with explicit state, outputs, and provider bindings. You must define stage and profile handling to ensure safe, repeatable infrastructure deploys.

What is the best way to run local development with Alchemy using real cloud resources?

Running local development with Alchemy involves using alchemy dev to enable hot reload against real cloud resources. This workflow supports preview URLs and webhook testing without needing a fully mocked local environment.

Does Alchemy support both AWS and Cloudflare deployments for Effect applications?

Yes, Alchemy supports stack setup and deployment for both AWS and Cloudflare providers within Effect applications. It provides provider-specific workflow review and handles wiring for cross-stack references across these platforms.

How do I troubleshoot Alchemy deploy failures and provider drift?

Troubleshooting Alchemy deploy failures and provider drift involves validating your configuration against upstream alchemy-effect conventions. You must check deterministic naming, explicit stage handling, and cross-stack references to resolve inconsistencies.

Why do I need explicit stage and profile handling for safe Alchemy deployments?

Explicit stage and profile handling is required for safe Alchemy deployments to maintain deterministic naming and prevent environment overlap. This practice ensures releases remain repeatable across CI automation and preview stages.