From equalizer
Use when users want to explore available SPVs, browse asset classes, discover what analytics or views exist for a transaction, or understand the data model (filterable columns, column types)
How this skill is triggered — by the user, by Claude, or both
Slash command
/equalizer:spv-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help users navigate the Equalizer platform — find SPVs, understand what analytics are available, and explore the data model. This skill is for exploration and orientation, not data retrieval.
Help users navigate the Equalizer platform — find SPVs, understand what analytics are available, and explore the data model. This skill is for exploration and orientation, not data retrieval.
For actual data queries ("what's the delinquent balance?"), use the equalizer-analytics skill instead.
Same as equalizer-analytics: identify the tenant before any tool call. Tools are prefixed with the server name (e.g., mcp__plugin_equalizer_equalizer-staging__list_spvs).
list_spvs(name="") for a broad listing, or list_spvs(name="...") to searchtotal_matches > returned, tell the user and suggest narrowing by nameResponse format:
[N] SPVs found ([M] total if capped)
Automobile Loan or Lease ([count])
- [SPV Name] —
[id]Corporate Loan ([count])
- [SPV Name] —
[id][etc.]
list_template_analytics(spv_id="...") for curated analyticslist_spv_views(spv_id="...") for assigned viewsResponse format:
Curated Analytics — [N] views available
View Metrics Segmented By [display_name] [metric(s) with operator] [dimension(s)] Assigned Views — [N] views available
View Metrics Segmented By Chart Type [display_name] [metric(s)] [dimension(s)] [chart_types]
If views exist, end with: "Ask me about any of these to retrieve the data."
get_filterable_columns(strat_view_id="...", spv_id="...")Response format:
[View Name] — [N] filterable columns
Amounts ([count])
- [Display Name] — [description if available]
Dates ([count])
- [Display Name] — [description if available]
Strings ([count])
- [Display Name] — [description if available]
Other ([count])
- [Display Name] ([data_type]) — [description if available]
Include filter operator guidance:
Same professional ABF tone as equalizer-analytics. Present structured results, no filler. If the user seems new to the platform, briefly orient them ("This SPV has 3 views covering portfolio balance, delinquency, and vintage loss data") but don't over-explain.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub eltonmeh/equalizer-plugin --plugin equalizer-plugin