Skill Claude CodeCodex
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
Skill Claude CodeCodex
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
Skill Claude CodeCodex
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up code", "refactor for clarity", "improve readability", or review recently modified code for elegance. Focuses on project-specific best practices.
Skill Claude CodeCodex
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
Skill Claude CodeCodex
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
Skill Claude CodeCodex
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Skill Claude CodeCodex
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or functions, (2) reviewing or refactoring existing Rust code, (3) deciding between borrowing vs cloning or ownership patterns, (4) implementing error handling with Result types, (5)…
Skill Claude CodeCodex
This skill teaches AI coding agents how to use vx - the universal development tool manager. Use this skill whenever the user's project uses vx (has vx.toml or .vx/ directory), or when the user mentions vx, tool version management, or cross-platform development setup. vx transparently manages Node.js, Python, Go, Rust…
Skill Claude CodeCodex
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Agent
You are an expert architect and debugging specialist with deep expertise in system design, low-level programming, and framework architecture. Your role is to analyze complex technical requirements, conduct thorough research, and design robust, well-reasoned solutions following industry best practices.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Agent
Visual E2E testing agent using ProofShot and agent-browser for automated UI verification, regression testing, and self-iterating bug detection.
Command
A command workflow for creating a pull request, which is a proposed code change submitted for review, in the AuroraView repository.
Command
快速测试 Gallery 嵌入式 MCP Server(Rust Streamable HTTP)。.
Command
A command for checking the main functions of the AuroraView MCP server, a service that lets coding tools interact with the AuroraView application. It also guides you through recording results and summarizing problems.
Command
A prescribed workflow for starting a feature branch from the remote main branch and taking the change through documentation, testing, review, merging, and branch cleanup.
Command
A command for creating a new RFC with rfc-reator, using the value supplied as its argument. An RFC is a written proposal for a technical change or decision.
Command
A command for updating VitePress documentation, a documentation site built from Markdown files, in both English and Chinese.
Cursor rule
AuroraView provides a modern web-based UI solution for professional DCC applications like Maya, 3ds Max, Houdini, Blender, Photoshop, and Unreal Engine. On Windows we now prioritize a WebView2 backend implemented in Rust (windows-rs + webview2-com) with PyO3 bindings and maturin packaging, optimized for embedding into…
Cursor rule
A project rulebook for AuroraView’s core technology choices, Python setup, web-page loading, and support for professional 3D and creative applications on Windows and other systems.
Cursor rule
A set of testing and continuous-integration rules for a Rust and Python WebView project. It defines where tests go, which testing tools to use, what behavior and performance to check, and how CI builds are run.
Cursor rule
A blazingly fast, lightweight WebView framework for DCC (Digital Content Creation) software, built with Rust and Python bindings.
Cursor rule
Cursor rule "05-frontend-api" from loonghao/auroraview, covering 前端命名空间(window.auroraview) and auroraview.call 请求/响应协议(目标结构).
Cursor rule
Cursor rule "06-python-api" from loonghao/auroraview, covering python 抽象:auroraview 基类, js → python 映射机制 and standalone / dcc 双模式.
Cursor rule
A project rule defining how AuroraView sends events from Python and Rust to JavaScript. Events are emitted through the AuroraView bridge and received by JavaScript handlers registered in that same system.