scitex-general
SciTeX ecosystem general standards — branding, package architecture, four interfaces, version management, and repository quality. Use when creating, auditing, or maintaining any SciTeX package.
stx-parallel
Parallel execution for stx — run a function across many input tuples concurrently using ThreadPoolExecutor, with ordered results and a tqdm progress bar.
android-wifi-deploy
WiFi ADB deployment playbook for PolyPilot on macOS. Use when: (1) Deploying to a physical Android device over WiFi, (2) Troubleshooting ADB connection issues, (3) Building APKs for wireless install, (4) Managing the TCP proxy workaround for macOS firewall, (5) Recovering from broken ADB connections. Covers: proxy setup, port discovery, Fast Deployment gotchas, pairing, and the complete deploy checklist.
version-upgrade
升级项目版本号。当用户要求升级版本、更新版本号、发布新版本时使用此 skill。支持 major(主版本)、minor(次版本)、patch(补丁版本)三种升级方式。
release-skills
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
setup-foundry
Provision a Microsoft Foundry resource, create a project, deploy a model (gpt-4.1-mini), and install the required Python SDK packages. This is a one-time setup skill. Use when the user says: "setup foundry", "provision foundry", "create foundry resource", "setup azure ai foundry", "install foundry sdk"
bpx-version
BPX `version` command skill. Print the BPX CLI semantic version.
zalo-mini-app
Build Zalo Mini Apps - lightweight web apps running inside Zalo super-app. This skill provides ZaUI components (Button, Input, Modal, Tabs, Avatar, etc.), JavaScript APIs (authorize, getUserInfo, getPhoneNumber, getLocation, Storage, Camera), Checkout SDK for payments, design guidelines, and development tools. Use when building Mini Apps, using ZaUI components, calling Zalo APIs, integrating payments, converting web apps to Mini Apps, or following Zalo design standards.
pump-token-incentives
Volume-based PUMP token reward system with day-indexed epochs, pro-rata distribution, accumulator tracking, and cross-program claiming on Solana.
pump-sdk-core
Build and extend the core Pump SDK — an offline-first TypeScript SDK that constructs Solana TransactionInstructions for token creation, buying, selling, migration, and creator fee collection across three on-chain programs (Pump, PumpAMM, PumpFees).
yii2-expert
Deep expertise in Yii 2 framework internals — modules, debug module architecture, component system, DI container, event system, request lifecycle, and extension points. Use when implementing or modifying the Yii 2 adapter, writing collectors, or debugging integration issues.
symfony-expert
Deep expertise in Symfony internals — DI container compilation, bundles, compiler passes, event dispatcher, profiler/toolbar architecture, config tree builder, and how to integrate without breaking user config. Use when implementing or modifying the Symfony adapter.
library-implementer-python
Python library implementation skill for creating modules in lib/. Use when user says "create library", "implement module", "add to lib/", "python library", "helper functions", "utility module", "layer module", "python module", "shared utilities", "create helper".
nextjs-app
生成Next.js 14+ App Router组件,包括服务端组件、客户端组件、API路由、中间件和数据获取模式。
migrate-to-addfox
Migrate existing browser extension projects from WXT, Plasmo, Extension.js, or no-framework (vanilla) to the Addfox framework. Use when the user wants to migrate an extension to Addfox or asks about converting from WXT/Plasmo/Extension.js/vanilla to addfox.
pump-website
PumpOS — static HTML/CSS/JS web desktop for the Pump SDK with 169 Pump-Store apps, live token dashboards, interactive DeFi tools, PWA support, and Vercel deployment.
pump-build-release
Build and release pipeline for the Pump SDK — tsup TypeScript builds, Cargo release profiles, semantic release with commitizen, npm publishing, linting, Makefile targets, Vercel deployment, and MCP server distribution.
ce-release-finalize
Execute the PyPI release checklist for calibrated-explanations: version bumps, changelog, build, validation, tagging, RTD publication, and PyPI upload.