Command
/list
Display all learnings stored in the pro-workflow database.
One command from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/list
Context preview
What this command does when you run it.
Display all learnings stored in the pro-workflow database.
Stats
Stars2,638
Forks255
LanguageJavaScript
Command definition
list.md
# /list - List All Learnings Display all learnings stored in the pro-workflow database. ## Usage ``` /list /list recent /list category:Testing /list project:my-app ``` ## Output Format ``` Pro-Workflow Learnings (15 total) Recent learnings: #42 [Navigation] Confirm full path when multiple files share a name Applied: 3 times | Created: 2026-02-01 #41 [Testing] Always run tests before commit Applied: 5 times | Created: 2026-01-28 #40 [Git] Use feature branches for all changes Applied: 8 times | Created: 2026-01-25 ... and 12 more. Use /search to filter. ``` ## Options - **recent**: Show most recently created (default) - **applied**: Sort by times_applied (most useful learnings) - **category:<name>**: Filter by category - **project:<name>**: Filter by project ## Categories Available categories: - Navigation - Editing - Testing - Git - Quality - Context
