amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
AEP Real-Time Customer Profile enablement patterns for Stage 5 — three-flag protocol, PATCH-not-PUT for schema union tag, safe tag merge, granular flag requirement, and never-auto-enable rule. Load when enabling Profile on schemas or datasets.
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
AEP pipeline QA methodology — error catalogs, API diagnostic patterns, profile processing internals, and remediation recipes. Load this skill when running Stage 8 QA checks or debugging any post-ingestion profile/identity issue.
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
AEP/AJO QA test case generation and execution patterns — consolidated testcases.csv format (13 columns including ArtifactType, StoryID, Sandbox, RunTimestamp), TCID prefixes (NS-/SCH-/DST-/IDN-/PRF-/SEG-/CAM-/ING-/JRN-), namespace/schema/dataset/identity/profile/segment/campaign/ingestion/journey test types, AEP…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
AEP Query Service patterns — ad-hoc async queries, synchronous row retrieval via QS PostgreSQL, query templates, scheduled queries, and the viewqueryresults HTML artifact tool. Load when querying AEP datasets with SQL, reading row data out of AEP, or rendering query results as an artifact. Key tools: mcpaeprunquery…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Answer questions about Adobe Real-Time Customer Data Platform (Real-Time CDP) by fetching live Adobe Experience League documentation. Never answers from memory — always fetches source content, quotes directly, and cites the URL. Covers B2C and B2B editions, account profiles, predictive scoring, segmentation…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Runtime schema introspection before hardcoding any field name. Load this skill whenever a tool reads, renders, or queries profile data, offer content, or any XDM entity whose field structure may differ between sandboxes (dev vs. prod, client A vs. client B). Teaches the findfield / findvisits / probevisitsfield /…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Fetch all schemas from AEP Schema Registry and render an interactive HTML artifact — expandable cards per schema showing field paths, data types, identity, required, deprecated, and enum tags. Use when the user asks to browse schemas, inspect schema details, or wants a field-level view of the registry for any sandbox.
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
AEP audience segment design and creation patterns — segment design JSON format, PQL (Profile Query Language) guide with operators and examples, consent/preference attribute requirements, segment API patterns, evaluation types, and QA test criteria. Load when designing or creating AEP segments.
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Audit skill documentation with systematic review covering standards compliance, official docs verification, code examples accuracy, cross-file consistency, and version drift detection. Auto-fixes unambiguous issues with severity classification. Use when investigating skill issues, major package updates detected (e.g.…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
Synthetic XDM record generation from schema design JSONs — generates valid records (N=5, XDM-compliant NDJSON with identityMap + authenticatedState) and invalid records (missing required field, wrong datatype, invalid timestamp) for ingestion QA testing. Handles both XDM Individual Profile (batch) and XDM…
amghanekar-deloitte/AEP-MCP_SERVER
Skill Claude CodeCodex
XDM schema design patterns, field group composition, identity configuration, schema compatibility rules, and Mermaid ERD generation for AEP schemas. Load this skill when designing schemas (Stage 2), deploying schemas (Stage 3), or generating ERDs (Stage 6).