Shipyard Skills
A Claude Code plugin that teaches agents the full Shipyard journey: deploy → discover → interact → verify GenLayer Intelligent Contracts, straight from your CLI.
View on GitHubInstall
In Claude Code, add the marketplace, then install the plugin:
/plugin marketplace add luch91/shipyard/plugin install shipyard@shipyardSigning model: you always sign with your own wallet via a real browser popup. The agent prepares everything headlessly, then hands off for your approval. It never holds a key, and no private key or seed phrase is ever requested.
The skills
using-shipyardEntry point. Explains the journey and the main-wallet popup signing model, then routes to the right sub-skill.
deploy-on-shipyardValidate a Python Intelligent Contract, pick a network, and deploy. The user signs the deploy tx in their own wallet.
shipyard-registryBrowse and search the public contract registry: find contracts, check verified status, list by network. No wallet.
interact-with-contractsCall contract methods. Reads run autonomously; writes are signed by the user’s wallet via a popup.
verify-contract-sourcePublish a contract’s source as verified and optionally attribute it to your wallet, a gasless SIWE sign-in.
shipyard-networksNetworks (Bradbury, Asimov, Studionet, Localnet), faucets, wallet requirements, and supported AI models.
Shipyard pairs with GenLayer's own skills: it defers contract authoring to write-contract and raw SDK reads to genlayer-cli, and adds the deploy, interact, and verify flow with in-browser wallet signing.