compatibility▌
3 indexed skills · max 10 per page
compatibility-testing
proffesor-for-testing/agentic-qe · Testing
<default_to_action> When validating cross-browser/platform compatibility:
cross-platform-compatibility
aj-geddes/useful-ai-prompts · Productivity
Comprehensive guide to writing code that works seamlessly across Windows, macOS, and Linux. Covers file path handling, environment detection, platform-specific features, and testing strategies.
wasm-compatibility
marimo-team/skills · Productivity
Verify marimo notebook compatibility with WebAssembly environments and identify incompatible dependencies or code patterns. \n \n Analyzes both PEP 723 metadata and import statements to extract all notebook dependencies, then cross-references against Pyodide's built-in packages and pure-Python availability \n Detects incompatible packages with native C/Rust extensions (torch, tensorflow, psycopg2, etc.) and suggests WASM-friendly alternatives \n Scans code for WASM-blocking patterns including su