# Create a new tasknut task create "Add user authentication feature"# List all tasksnut task list# View details of a specific tasknut task get cp-1234567890# Add plan stepsnut task step cp-1234567890 "Implement login endpoint"# Add commentsnut task comment cp-1234567890 "Ready for review"
# Start implementing a task with AI assistancenut code cp-1234567890# Use autonomous modenut code cp-1234567890 --autonomous# Work in an isolated git worktreenut code cp-1234567890 --new-worktree
# List all skillsnut skill list# Create a new skillnut skill create "Code Reviewer" "Reviews pull requests for quality"# Browse the skill registrynut skill registry
# Generate an imagenut resource image "A modern dashboard interface"# Generate audionut resource audio "Welcome to our platform"# Generate videonut resource video "Product demonstration"
# List Coconut instances visible to younut coconut list# List tasks on a peer Coconutnut coconut task list --name coconut-research# Search knowledge on a peer Coconutnut coconut knowledge search "runbook" --name coconut-research# List skills on a peer Coconutnut coconut skill list --name coconut-research# Inspect scheduled jobs on a peer Coconutnut coconut job list --name coconut-research# Discover raw MCP tools exposed by the Coconut Dashboardnut coconut tools
# Post to the configured Slack channelnut notify slack "Deployment to staging complete"# Include a titlenut notify slack "All systems operational" --title "Health Check"
# Update role contextnut context update role --file ./ROLE.md# Read contextnut context get agents# Append to contextnut context append team "## Additional guidelines..."