What problem does it solve? Developing interactive SAP Analytics Cloud applications and stories requires navigating two distinct scripting APIs (Analytics Designer and Optimized Story Experience), and developers often struggle to find correct API methods, debug runtime errors, and apply performance best practices without deep documentation searches. ## Core Features & Use Cases - Dual-Environment API Guidance: Detects whether you work in Analytics Designer or Optimized Story Experience and routes to the correct API reference set (66 reference files covering DataSource, Planning, Chart, Table, Calendar, and Bookmark APIs). - Ready-to-Use Script Patterns: Provides 56 templates for common operations like dimension filtering, version publishing, data locking, navigation, and export handlers. - Specialized Agents and Commands: Includes agents for script debugging, performance optimization, planning assistance, and API lookup, plus commands like /sac-debug and /sac-script-template. - Use Case: A developer building a planning story needs to filter a table by the selected chart member and publish a private version; the skill supplies the exact getSelections(), setDimensionFilter(), and publish() patterns with performance-safe batching via setRefreshPaused(). ## Quick Start Ask the assistant to write a SAC script that filters Table_1 based on the selected member of Chart_1, specifying whether you use Analytics Designer or Optimized Story Experience.