Set up a complete Solana project workspace from a validated idea. Use when a user says "scaffold my project", "set up my workspace", "what stack should I use", "create the project structure", or "initialize my project". Reads idea-context.md from a prior idea phase if available. Leverages solana-new's catalogs of 106 repos, 77 skills, and 36 MCPs.
$npx -y skills add sendaifun/solana-new --skill scaffold-projectInstalls into the current project.
Run `npx skills use "https://github.com/sendaifun/solana-new" --skill "sendaifun/solana-new/scaffold-project"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/sendaifun/solana-new" that are relevant to the current task. Run `npx skills add "https://github.com/sendaifun/solana-new"` and select the relevant skills, then follow their instructions.