Create

Create and run a standalone Tinker plugin from the tinker-whois template. Use when the user asks to create a new Tinker plugin, scaffold a plugin project, npm link for local development, or get a plugin running in Tinker.

liriliri afc5b63 596 B Updated

File contents

Create a Tinker plugin

git clone --depth 1 https://github.com/liriliri/tinker-whois tinker-<name>
cd tinker-<name>

Read AGENTS.md in the cloned repo, then implement the plugin.

npm install && npm run build && npm link
tinker quit && tinker open <name>

Dev loop: npm run dev + tinker restart <name>.

liriliri/tinker/tree/main/resources/skills/create commit afc5b63bc0

Frequently asked questions

npx skillmds@latest add liriliri/create