npx claudepluginhub shaneholloman/beads --plugin beads/listLists installed and generated CLI-Anything tools, scanning packages and directories. Supports --path for directory, --depth for recursion, --json for output format.
/listLists beads issues with filters for status, priority, type, assignee, labels, title, dates, and more. Outputs table, JSON, digraph, or DOT formats.
/listLists all configured Hookify rules from .claude/hookify.*.local.md files in a summary table with name, enabled status, event, pattern, file path, plus message previews and management footer.
/listLists all learnings from pro-workflow database, sorted by recent (default) or applied count, or filtered by category/project. Shows ID, category, description, applications, and dates.
/listLists all Hookify rules in the project with status (enabled/disabled/blocking/warning), locations, patterns/conditions, and totals. Supports --enabled, --disabled, --all flags.
/listLists and searches sparkrun inference recipes by name, model, runtime, or description. Filters by registry and runtime; also inspects, validates VRAM, and exports recipes.
List beads issues with optional filtering.
beads list --status open --priority 1: High priority open issuesbeads list --type bug --assignee alice: Alice's assigned bugsbeads list --label backend,needs-review: Backend issues needing reviewbeads list --title "auth": Issues with "auth" in the title--json: JSON format for scripting--format digraph: Graph format for golang.org/x/tools/cmd/digraph--format dot: Graphviz DOT format