Install
1
Install the plugin$
npx claudepluginhub ivantorresedge/molcajete.aiWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Initialize a new Solidity project with Foundry or Hardhat
Command Content
Initialize Solidity Project
Initialize a new Solidity project with framework auto-detection or user prompt.
Use the Task tool to launch the developer agent with the following instructions:
- Detect if a framework is already present (check for foundry.toml or hardhat.config.js/ts)
- If no framework detected, use AskUserQuestion to ask:
- Question: "Which Solidity development framework should I initialize?"
- Header: "Framework"
- Options:
- "Foundry" - Fast Solidity testing framework with native Solidity tests
- "Hardhat" - Flexible Ethereum development environment with TypeScript tests
- "Hybrid" - Both Foundry and Hardhat for maximum flexibility
- multiSelect: false
- Initialize the selected framework(s) following the setup-foundry and setup-hardhat skills
- Set up project structure with recommended directories
- Create initial contract files with templates if requested
- Install dependencies
- Report completion with next steps
Reference the framework-detection and relevant setup skills.
Stats
Stars1
Forks1
Last CommitNov 13, 2025