plugins
All plugins

alchemy-pack

v1.5.0

Claude Code skill pack for Alchemy (18 skills)

Claude Code18 skills

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/saas-packs/alchemy-pack/ inside the repository.

Layout

plugins/saas-packs/alchemy-pack/
├── .claude-plugin/plugin.json
├── skills/alchemy-ci-integration/SKILL.md
├── skills/alchemy-common-errors/SKILL.md
├── skills/alchemy-core-workflow-a/SKILL.md
├── skills/alchemy-core-workflow-b/SKILL.md
├── skills/alchemy-cost-tuning/SKILL.md
├── skills/alchemy-debug-bundle/SKILL.md
├── skills/alchemy-deploy-integration/SKILL.md
├── skills/alchemy-hello-world/SKILL.md
├── skills/alchemy-install-auth/SKILL.md
├── skills/alchemy-local-dev-loop/SKILL.md
├── skills/alchemy-performance-tuning/SKILL.md
├── skills/alchemy-prod-checklist/SKILL.md
├── skills/alchemy-rate-limits/SKILL.md
├── skills/alchemy-reference-architecture/SKILL.md
├── skills/alchemy-sdk-patterns/SKILL.md
├── skills/alchemy-security-basics/SKILL.md
├── skills/alchemy-upgrade-migration/SKILL.md
└── skills/alchemy-webhooks-events/SKILL.md

Skills18

alchemy-ci-integrationskills/alchemy-ci-integration/SKILL.md

Configure CI/CD pipeline for Alchemy-powered Web3 applications. Use when setting up automated testing with Hardhat forks, smart contract verification, or testnet deployment pipelines. Trigger: "alchemy CI", "alchemy GitHub Actions", "web3 CI/CD pipeline".

alchemy-common-errorsskills/alchemy-common-errors/SKILL.md

Diagnose and fix common Alchemy SDK and Web3 API errors. Use when encountering rate limits, RPC failures, invalid parameters, or blockchain query errors with the Alchemy SDK. Trigger: "alchemy error", "alchemy not working", "alchemy 429", "alchemy debug", "fix alchemy issue".

alchemy-core-workflow-askills/alchemy-core-workflow-a/SKILL.md

Build a complete wallet portfolio tracker using Alchemy Enhanced APIs. Use when implementing token balance dashboards, NFT galleries, transaction history views, or wallet analytics applications. Trigger: "alchemy wallet tracker", "alchemy portfolio", "alchemy token dashboard", "alchemy transaction history", "build dApp with alchemy".

alchemy-core-workflow-bskills/alchemy-core-workflow-b/SKILL.md

Build NFT collection explorer and smart contract interaction with Alchemy. Use when fetching NFT metadata, building galleries, reading contract state, or implementing NFT marketplace features. Trigger: "alchemy NFT", "alchemy smart contract", "alchemy collection", "alchemy NFT metadata", "alchemy contract read".

alchemy-cost-tuningskills/alchemy-cost-tuning/SKILL.md

Optimize Alchemy API costs through CU budgeting, caching, and plan selection. Use when analyzing Alchemy billing, reducing Compute Unit consumption, or choosing the right plan for your dApp traffic. Trigger: "alchemy cost", "alchemy pricing", "alchemy CU budget", "alchemy billing optimization", "alchemy free tier limits".

alchemy-debug-bundleskills/alchemy-debug-bundle/SKILL.md

Collect Alchemy SDK debug evidence for troubleshooting and support tickets. Use when encountering persistent issues, preparing support tickets, or debugging blockchain query failures. Trigger: "alchemy debug bundle", "alchemy support ticket", "alchemy diagnostics".

alchemy-deploy-integrationskills/alchemy-deploy-integration/SKILL.md

Deploy Alchemy-powered Web3 applications to Vercel, Cloud Run, and AWS. Use when deploying dApps with server-side Alchemy SDK access, configuring API key secrets, or setting up RPC proxy endpoints. Trigger: "deploy alchemy", "alchemy Vercel", "alchemy Cloud Run", "alchemy production deploy", "dApp deploy".

alchemy-hello-worldskills/alchemy-hello-world/SKILL.md

Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances. Use when starting blockchain development, testing Alchemy setup, or learning basic blockchain query patterns. Trigger: "alchemy hello world", "alchemy example", "alchemy quick start", "get ETH balance", "fetch NFTs alchemy".

alchemy-install-authskills/alchemy-install-auth/SKILL.md

Install the Alchemy SDK and configure API key authentication for Web3 development. Use when setting up blockchain API access, creating an Alchemy app, or configuring multi-chain RPC endpoints. Trigger: "install alchemy", "setup alchemy", "alchemy auth", "alchemy API key".

alchemy-local-dev-loopskills/alchemy-local-dev-loop/SKILL.md

Set up local Web3 development workflow with Alchemy, Hardhat, and testnets. Use when configuring local blockchain dev, testing with Sepolia faucets, or setting up hot-reload for smart contract development. Trigger: "alchemy local dev", "alchemy hardhat", "alchemy testnet setup".

alchemy-performance-tuningskills/alchemy-performance-tuning/SKILL.md

Optimize Alchemy SDK performance with caching, batching, and multi-chain parallelism. Use when reducing latency for blockchain queries, optimizing CU consumption, or scaling dApps for high request volumes. Trigger: "alchemy performance", "alchemy slow", "alchemy optimization", "alchemy caching", "alchemy batch requests".

alchemy-prod-checklistskills/alchemy-prod-checklist/SKILL.md

Execute production readiness checklist for Alchemy-powered dApps. Use when deploying Web3 applications, preparing for mainnet launch, or validating blockchain integration before go-live. Trigger: "alchemy production", "alchemy go-live", "alchemy mainnet checklist", "dApp production readiness".

alchemy-rate-limitsskills/alchemy-rate-limits/SKILL.md

Implement Alchemy Compute Unit (CU) rate limiting and request throttling. Use when handling 429 errors, optimizing CU usage, or managing concurrent blockchain queries within plan limits. Trigger: "alchemy rate limit", "alchemy 429", "alchemy compute units", "alchemy throttling", "alchemy CU budget".

alchemy-reference-architectureskills/alchemy-reference-architecture/SKILL.md

Implement reference architecture for Alchemy-powered Web3 applications. Use when designing dApp infrastructure, planning multi-chain deployments, or structuring a production blockchain application. Trigger: "alchemy architecture", "dApp architecture", "alchemy project structure", "web3 system design", "alchemy multi-chain design".

alchemy-sdk-patternsskills/alchemy-sdk-patterns/SKILL.md

Apply production-ready Alchemy SDK patterns for Web3 applications. Use when building reusable blockchain clients, implementing caching, multi-chain abstractions, or type-safe contract interactions. Trigger: "alchemy SDK patterns", "alchemy best practices", "alchemy code patterns".

alchemy-security-basicsskills/alchemy-security-basics/SKILL.md

Apply Web3 security best practices for Alchemy-powered applications. Use when securing API keys, validating blockchain inputs, preventing private key exposure, or hardening dApp infrastructure. Trigger: "alchemy security", "web3 security", "protect private key", "alchemy API key security", "dApp security".

alchemy-upgrade-migrationskills/alchemy-upgrade-migration/SKILL.md

Migrate from alchemy-sdk v2 to v3 and handle breaking changes. Use when upgrading Alchemy SDK versions, migrating from deprecated alchemy-web3, or adapting to new API patterns. Trigger: "alchemy upgrade", "alchemy migration", "alchemy-sdk v3", "migrate alchemy-web3", "alchemy breaking changes".

alchemy-webhooks-eventsskills/alchemy-webhooks-events/SKILL.md

Implement Alchemy Notify webhooks for real-time blockchain event notifications. Use when tracking wallet activity, monitoring mined transactions, watching smart contract events, or building real-time dApp features. Trigger: "alchemy webhook", "alchemy notify", "alchemy events", "alchemy address activity", "alchemy real-time notifications".

Manifests1

plugins/saas-packs/alchemy-pack/.claude-plugin/plugin.json
{
  "name": "alchemy-pack",
  "version": "1.5.0",
  "description": "Claude Code skill pack for Alchemy (18 skills)",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "keywords": [
    "alchemy",
    "alchemy",
    "saas",
    "sdk",
    "integration"
  ]
}