yaml-json-toml-loader
Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.
Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.
Configure PyInstaller for Python binary builds with spec files and bundling options.
Configure pkg for Node.js binary builds with asset bundling and cross-platform targets.
Configure npm publishing with proper bin entry, files, and registry settings.
Bootstrap MCP server with Python SDK, transport configuration, tool/resource handlers, and proper project structure.
Automated escalation path determination and workflow execution
Generate bash script templates with best practices including error handling, argument parsing, logging, and portability considerations.
Generate getopts-based argument parsing for shell scripts with short/long options and validation.
Generate shell completion scripts for bash, zsh, and fish from CLI command definitions. Creates intelligent completions with argument suggestions, file completions, and dynamic values.
Generate trap handlers for cleanup, signal handling, and graceful shutdown in shell scripts.
Automate rollback procedures with state snapshots, rollback scripts, and verification automation
Jupyter notebook execution skill for running notebooks programmatically and extracting outputs.
Generate secure main process and preload script boilerplate with proper context isolation, IPC patterns, and security best practices for Electron applications
PandaDoc document automation for proposals and contracts
Browser automation skill for web page interaction. Two strategies: (1) Snapshot + refs for simple static pages; (2) JavaScript-first for login forms, SPA, and dynamic pages (PREFERRED). Covers opening URLs, snapshots, clicking, filling forms, evaluating JS, screenshots, tab management, and navigation. Built on go-rod/CDP with headless Chrome. If snapshot returns 0 element refs, DO NOT retry -- switch to JavaScript strategy immediately.
Build beautiful cross-platform mobile apps with Expo Router, NativeWind, and React Native.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Guidelines for upgrading Expo SDK versions and fixing dependency issues.
Comprehensive coding skill for Android projects using Kotlin, Jetpack Compose, Hilt DI, multi-module Clean Architecture, and MVVM. Use this when asked to create, edit, debug, test, or refactor any Android code — including features, ViewModels, composables, repositories, use cases, Gradle files, and tests. Also use this when setting up a new Android project or module.
Migrate React components from external Skyscanner repositories (e.g., carhire-homepage) into Backpack design system components. Use when: (1) Component exists in app-specific repo with "unstable_backpack" or similar prefix, (2) Component needs to be promoted to official Backpack component, (3) Converting app code to follow Backpack constitution, (4) Extracting reusable UI patterns from product repos. Covers GitHub API access, Backpack naming conventions, modern Sass API, TypeScript patterns, license headers, accessibility testing, and Storybook integration. MANDATORY: Component must pass full test suite (npm run lint && npm run check-react-versions && npm run check-bpk-dependencies && npm run jest) with 0 errors before acceptance.
Import Docker Compose files into Kurtosis. Convert docker-compose.yml to Starlark packages or run them directly. Use when migrating existing Docker Compose workflows to Kurtosis.
Release a new version of dbt-mcp to PyPi
TypeScript 5.9+ development specialist covering React 19, Next.js 16 App Router, type-safe APIs with tRPC, Zod validation, and modern TypeScript patterns. Use when developing TypeScript applications, React components, Next.js pages, or type-safe APIs.