neetoplaydash setup writes NeetoPlaydash guidance into the assistant you already use, so it knows which commands exist, which flags they take, and which output format to ask for. Run the one for your tool:
Where each command writes
The four project-scoped targets are files in your repository. Check them in if you want the whole team’s assistants to pick up the same guidance.
Claude Code
setup claude extracts the plugin rather than installing it, because Claude Code installs plugins through interactive slash commands. It prints the two commands to paste:
Keeping the guidance current
The written guidance is a snapshot taken from the binary that wrote it. Afterneetoplaydash update, re-run the setup command for your assistant to refresh it.
Whatever the guidance says, the always-accurate command tree is available from the CLI itself:
The CLI is not the only way to connect an assistant. The
MCP server exposes the same data over the Model Context
Protocol, which suits assistants that run outside a terminal - Claude and
ChatGPT on the web, for instance.