I use org-habit to keep track of some of my recurring tasks in org-mode.
By default the habits show up in my agenda view (along with their progress graph) if they are scheduled for the current day. Once I mark a habit task as done, it disappears from the agenda view.
Sometimes I want to see how I'm doing with my all my habits. What I want to see is an agenda view that shows all tasks that are habits (along with their progress graph) and only those tasks (i.e. tasks that aren't habits should be excluded).
How do I construct such an agenda view?
I know I can use org-habit-show-habits-only-for-today to show all habits in the agenda, even if they aren't scheduled today. However, I can't figure out how to exclude those tasks that aren't habits.