open-pr
01Skill Claude CodeCodex
Open a pull request on pascalorg/editor using the repo's PR template. Use when the user asks to open/create a PR, push and PR, or ship a branch in the editor repo.
Skill Claude CodeCodex
Open a pull request on pascalorg/editor using the repo's PR template. Use when the user asks to open/create a PR, push and PR, or ship a branch in the editor repo.
Skill Claude CodeCodex
Review a PR against the Pascal architectural rules — package boundaries (core/viewer/editor/nodes), the registry-driven composition model (def.geometry / def.renderer / def.system), legacy-dispatch regressions, the slots + world-scale-UV convention for new nodes/geometry, hook hygiene (useEditor/useScene/useViewer)…
Settings file Claude Code
Agent settings declaring 1 allowed tools.
Instructions file GitHub Copilot
Instructions for pascalorg/editor, a project described as: Create and share 3D architectural projects.
Instructions file CodexOpenCode
Instructions for pascalorg/editor, covering agent instructions — pascalorg/editor, repo shape, where to look, layer boundaries (read once, internalise) and when making architecture-sensitive changes.
Instructions file
Instructions for pascalorg/editor, a project described as: Create and share 3D architectural projects.
Instructions file Gemini CLI
Instructions for pascalorg/editor, a project described as: Create and share 3D architectural projects.
Skill Claude CodeCodex
Multi-model agent orchestration using specialized agents for planning, coding, research, math/science, visual analysis, and adversarial review. Use when tasks are complex enough to benefit from different models' strengths, when you want adversarial review to catch blind spots, or when coordinating multi-step workflows…
Agent
Finds flaws, security vulnerabilities, edge cases, and logical errors. Assumes the code is broken.
Agent
Implements code changes, writes tests, and fixes bugs following the planner's specifications.
Agent
Quality, architecture, and style review. Balances criticism with recognition of good decisions.
Agent
Decomposes complex tasks, assigns subtasks to specialist agents, evaluates results, and replans when needed.
Agent
Web search, documentation lookup, summarization, and research synthesis.
Agent
Mathematical reasoning, formal proofs, data analysis, and scientific computation.
Agent
Image analysis, UI/UX review, diagram interpretation, and visual reasoning.
Skill Claude CodeCodex
Check color contrast ratios against WCAG AA and AAA accessibility standards. Use when the user wants to verify if their color combinations are accessible, check contrast between text and background colors, or audit a palette for accessibility.
Skill Claude CodeCodex
Extract color palettes from images (screenshots, Figma exports, design mockups) to help implement matching UI. Use when the user shares a screenshot, design image, or asks to "match these colors", "extract colors from this image", "implement this design", or "get the color palette".
Skill Claude CodeCodex
Compare two images pixel-by-pixel and get a visual diff. Use when the user wants to compare their implementation against a design, spot differences between two screenshots, or verify visual regression.
Skill Claude CodeCodex
Extract text from images using OCR. Use when the user shares a screenshot and you need to read the text content, copy UI labels, or extract copy from a design mockup.
Skill Claude CodeCodex
Web design reference for building production-grade interfaces. Covers layout, typography, color, spacing, shadows, animation, accessibility, responsive design, components, performance, and UX psychology. Use when building UI, reviewing design quality, choosing design tokens, or making any visual design decision.