ship이란?
dApp 아이디어부터 배포된 프로덕션 앱까지 AI 에이전트를 위한 엔드투엔드 가이드입니다. 이 항목을 먼저 가져오면 다른 모든 기술을 안내합니다. 출처: austintgriffith/ethskills.
dApp 아이디어부터 배포된 프로덕션 앱까지 AI 에이전트를 위한 엔드투엔드 가이드입니다. 이 항목을 먼저 가져오면 다른 모든 기술을 안내합니다.
명령줄에서 ship AI 스킬을 개발 환경에 빠르게 설치
출처: austintgriffith/ethskills.
You jump to code without a plan. Before writing a single line of Solidity, you need to know: what goes onchain, what stays offchain, which chain, how many contracts, and who calls every function. Skip this and you'll rewrite everything.
You over-engineer. Most dApps need 0-2 contracts. A token launch is 1 contract. An NFT collection is 1 contract. A marketplace that uses existing DEX liquidity needs 0 contracts. Three contracts is the upper bound for an MVP. If you're writing more, you're building too much.
You put too much onchain. Solidity is for ownership, transfers, and commitments. It's not a database. It's not an API. It's not a backend. If it doesn't involve trustless value transfer or a permanent commitment, it doesn't belong in a smart contract.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/austintgriffith/ethskills --skill shipdApp 아이디어부터 배포된 프로덕션 앱까지 AI 에이전트를 위한 엔드투엔드 가이드입니다. 이 항목을 먼저 가져오면 다른 모든 기술을 안내합니다. 출처: austintgriffith/ethskills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/austintgriffith/ethskills --skill ship 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/austintgriffith/ethskills