loonghaoloonghaoCommunityยท12 Agent Skills Included

auroraview

Lightweight WebView framework for Maya, Houdini, and Blender

Embeds fast Rust-powered WebView interfaces inside DCC applications like Maya, Houdini, Blender, and Unreal Engine. Replaces heavy Qt WebEngine setups with a roughly 5MB package and a simple Python-to-JavaScript bridge. Includes skills for Qt migration, MCP server testing, architecture diagnosis, and automated UI verification.
npx skills add loonghao/auroraview --all -g -y
Available:

Routes the agent to the right reference docs and enforces project rules such as always using vx-prefixed commands, keeping tests in dedicated directories, and treating the CLI skills folder as the single source of truth.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
loonghaoloonghao

python-testing-patterns

Implement Python testing strategies with pytest, fixtures, mocking, and parameterization.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

rust-best-practices

Review Rust code for idiomatic patterns and performance considerations.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

rust-async-patterns

Implement async Rust patterns with Tokio for task management and channels.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

webapp-testing

Test local web applications with Playwright scripts and capture screenshots.

Community
Intermediate
๐Ÿ“ฆ In Repo
loonghaoloonghao

github-actions-templates

Generate GitHub Actions workflows for testing, building, and deploying applications.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

async-python-patterns

Implement asynchronous Python applications using asyncio and async/await patterns.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

code-simplifier

Refactor code for clarity and maintainability while preserving exact functionality.

Community
Intermediate
๐Ÿ“ฆ In Repo
loonghaoloonghao

ui-ux-pro-max

Generate design systems with color palettes, font pairings, and stack-specific guidelines.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

self-improvement

Log learnings, errors, and feature requests to markdown files.

Community
Intermediate
๐Ÿ“ฆ In Repo
loonghaoloonghao

gallery-mcp-tester

Tests the AuroraView Python API via MCP to detect design defects and code smells iteratively.

Community
Intermediate
๐Ÿ“ฆ In Repo
loonghaoloonghao

mcp-tester

Configure mcp.json and test AuroraView MCP Server tools locally.

Community
Advanced
๐Ÿ“ฆ In Repo
loonghaoloonghao

architecture-diagnosis

Generate architecture diagnosis reports with subsystem boundaries and refactor roadmaps.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’