Unique field

"This module performs additional validation when a node is created or updated by a user to require that a node's title, author, language, and CCK fields are unique within a given context." There are many different contexts including content type. So, for example, you could make sure that nodes of a certain content type have unique titles.

Joyride

Included in Drupal 8 core, this plugin gives a nice javascript walkthrough on any page.

Insert

Insert is the easy, secure way to let editors add images and links to files using WYSIWYG editors.

Token

Gives replacement tokens. This module is used by so many other modules, you are sure to use it and learn it if you haven't already.

Workflow

"The workflow module allows the creation and assignment of arbitrary workflows to Drupal node types. Workflows are made up of workflow states. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type."