List all registered API services with domain, team, endpoint count, and sync status.
From enterprise-researchernpx claudepluginhub rsolipuram/enterprise-researcher[domain:<name>|team:<name>]/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/blocking/warning/disabled), location, 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.
Display all services in the Enterprise Researcher registry with their current status.
Check that .enterprise-researcher/registry.yaml exists. If not, tell user to run /setup.
Read .enterprise-researcher/registry.yaml for the service list.
Run the parse-registry script for enriched data:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/parse-registry.sh .enterprise-researcher json
Also try to read .enterprise-researcher/index/service-graph.yaml if it exists — it has endpoint counts and richer metadata from the last sync.
If argument provided:
domain:<name>: Show only services in that domainteam:<name>: Show only services owned by that teamPresent a well-formatted markdown table:
| Service | Domain | Team | Endpoints | Last Synced |
|---------|--------|------|-----------|-------------|
| user-service | identity | platform-eng | 247 | 2h ago |
| order-service | commerce | commerce-eng | 156 | 2h ago |
| ... | ... | ... | ... | ... |
At the bottom, show totals:
If any services are not synced, suggest running /sync.
If any services are stale (>24h since last sync), mention it.