auroraview
Lightweight WebView framework for Maya, Houdini, and Blender
All Skills in This Repository (12)
Pure Emerald Level Indicatorspython-testing-patterns
Implement Python testing strategies with pytest, fixtures, mocking, and parameterization.
rust-best-practices
Review Rust code for idiomatic patterns and performance considerations.
rust-async-patterns
Implement async Rust patterns with Tokio for task management and channels.
webapp-testing
Test local web applications with Playwright scripts and capture screenshots.
github-actions-templates
Generate GitHub Actions workflows for testing, building, and deploying applications.
async-python-patterns
Implement asynchronous Python applications using asyncio and async/await patterns.
code-simplifier
Refactor code for clarity and maintainability while preserving exact functionality.
ui-ux-pro-max
Generate design systems with color palettes, font pairings, and stack-specific guidelines.
self-improvement
Log learnings, errors, and feature requests to markdown files.
gallery-mcp-tester
Tests the AuroraView Python API via MCP to detect design defects and code smells iteratively.
mcp-tester
Configure mcp.json and test AuroraView MCP Server tools locally.
architecture-diagnosis
Generate architecture diagnosis reports with subsystem boundaries and refactor roadmaps.
Frequently Asked Questions
FAQPage SchemaHow to install AuroraView skills?โผ
Run `npx skills add loonghao/auroraview --all -g -y` in your terminal to install all skills in this collection globally.
How to add a web UI to Maya or Houdini?โผ
AuroraView lets you embed a native WebView inside DCC hosts with a simple Python API, so you can build panels with React, Vue, or plain HTML instead of Qt widgets.
How to migrate a Qt WebEngine app to AuroraView?โผ
The qt-to-auroraview-migration skill walks through replacing QWebEngineView and QWebChannel with AuroraView's create_webview and event bridge, cutting package size from about 120MB to 5MB.
Can agents control AuroraView windows remotely?โผ
Yes. The built-in MCP server exposes tools like screenshot, click, and evaluate_js so coding agents can drive and debug running WebView windows over the Model Context Protocol.
Does AuroraView work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and ship mirrored copies for Claude Code, Cursor, Windsurf, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core