ae-analysis
Installation
SKILL.md
ae-analysis
This is the single entry skill for analysis intent and command execution.
Route before reading
- Map the request to a command family before opening any reference.
- Known family: open only its dedicated reference. For example, a retention request goes directly to
references/adhoc_run.mdplus theretentionsection ofreferences/ai_models.md. - Unknown family: search
references/command_index.mdwithrgor an equivalent text-search tool and keep only the matching rows.command_index.mdis a search-only fallback; never open it with a whole-file read or print the entire file.
- Known family: open only its dedicated reference. For example, a retention request goes directly to
- Read the selected command's dedicated reference before composing it:
event list->references/event_list.mdanalysis dashboard list->references/dashboard_list.mdpersonal-semantic-preference list->references/personal_semantic_preference_list.md- replace hyphens with underscores in gateway filenames.
- For an AI-facing ad-hoc definition, also read
references/ai_models.md. - For cluster/tag
--definition-request, also read the matchingreferences/user_cluster_models.mdorreferences/user_tag_models.md. Shared primitives live inreferences/audience_models.md. - For analysis data retrieval, choose
runorexportusingreferences/analysis_data_retrieval.md. - When an AI-QP compile failure contains
slot_kind,allowed_resource_types,search_targets, andnext_action, read and followmetadata_resolution.md.