Auto menu maker is a script, which generates pages in a nested_pages template, eliminating need to do it manually. It is good for a small website and really great for big websites with extensive navigation menu.
About nested_pages templates: http://docs.couchcms.com/concepts/neste ... maker.html

In order to achieve this, script lists all your templates, excluding the one you created for this nested_pages menu. Then it goes hierarchically through all the folders (if any) and pages of each template.

Each page listed, script makes a change to database with 'db_persist' tag and in the end you get a fully stocked nested_pages template with all the proper links and titles and pretty much you already can have full working navigation with menu tag.
About menu tag: http://docs.couchcms.com/tags-reference/menu.html

In this topic I would like to invite everyone to share thoughts on such a tool.