Cursor rule
Project rules for AuroraView, which divides some parts of the application into Git submodules—separate repositories included inside another repository. They describe each module and how to clone, update, and reference them.
Cursor rule
Project rules for AuroraView, which divides some parts of the application into Git submodules—separate repositories included inside another repository. They describe each module and how to clone, update, and reference them.
Skill Claude CodeCodex
This skill produces an actionable architecture diagnosis report for a codebase. It guides the AI to scan the repository, map subsystem boundaries, identify design flaws with concrete evidence (files/functions), assess risks, and propose a phased refactor roadmap plus future extension scenarios. Use this skill when the…
Skill Claude CodeCodex
Integrates ProofShot visual proof recording with the self-improvement workflow. Use when: (1) E2E tests fail or detect visual regressions, (2) Agent needs to verify UI changes it made, (3) Running self-iteration loops (build → test → fix → retest), (4) Preparing PR proof artifacts for review.
Skill Claude CodeCodex
An iterative testing workflow for AuroraView’s Python API through the Gallery MCP server. MCP is a way for an AI tool to call functions exposed by another service.
Skill Claude CodeCodex
This skill helps test and debug the local development version of AuroraView MCP Server. It guides AI to configure mcp.json, start the local MCP server, run tests, and troubleshoot issues. Use this skill when developing or debugging the auroraview-mcp package.
Skill Claude CodeCodex
This skill helps create RFC (Request for Comments) documents for proposing new features, architectural changes, or significant enhancements to the project. It provides templates, structure guidelines, and best practices for writing effective technical proposals. Use this skill when planning major changes that need…
Skill Claude CodeCodex
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge…
Skill Claude CodeCodex
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page…
Instructions file CodexOpenCode
An AI-friendly navigation guide for AuroraView, a lightweight web-page framework for desktop creative tools such as Maya, Houdini, and Blender. It uses Rust, Python bindings, and embedded WebView2 pages inside a Qt application.
Instructions file
Instructions for loonghao/auroraview, covering claude agent guide — auroraview and 快速链接.
Instructions file Gemini CLI
Instructions for loonghao/auroraview, covering gemini agent guide — auroraview and 快速链接.
Skill Claude CodeCodex
Convert an existing Qt/PySide/PyQt desktop project (QWebEngineView-based UI, QMainWindow browsers, Qt DCC tools) into an AuroraView project so it ships a lighter, Rust-powered WebView and gets full MCP automation for free. Use this skill whenever the user asks to "migrate", "convert", "port" a Qt/PySide/PyQt app to…
MCP server Claude CodeCodexCursor +2
AuroraView: Rust-powered WebView for Python apps & DCC embedding. Runs locally from the auroraview Python package.
loonghao/pypi-query-mcp-server
MCP server Claude CodeCodexCursor +2
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility. Runs locally from the pypi-query-mcp-server Python package. Needs 8 environment variables to run.
MCP server Claude CodeCodexCursor
Multi-protocol IPC adapter layer for DCC software integration with Model Context Protocol. Runs locally from the dcc-mcp-ipc Python package.