FBX model loading patterns with sequential loading for React Three Fiber. Use when loading multiple FBX character models, implementing sequential loading to prevent memory overload, or creating character model components with proper error handling.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →FBX model loading patterns with sequential loading for React Three Fiber. Use when loading multiple FBX character models, implementing sequential loading to prevent memory overload, or creating character model components with proper error handling.
Vite 6 asset loading patterns that avoid '?import' query parameter pollution. Use when working with static assets (FBX models, images, fonts), dealing with Vite 6's new asset handling, or loading assets from public vs src/assets directories.
Autonomous development workflow. Generate detailed specs, plans, and tasks for autonomous agent execution with session memory tracking.
REQUIRED Phase 1 of /dev workflow. Uses Socratic questioning to understand requirements before exploration.
Use dev-browser for browser automation on NixOS. Invoke when user asks to test UI, automate browser interactions, take screenshots, or verify web app behavior.
Browser automation that maintains page state across script executions. Write small, focused scripts to accomplish tasks incrementally. Once you've proven out part of a workflow and there is repeated w
REQUIRED Phase 3 of /dev workflow. Asks targeted questions based on codebase exploration findings.
Guide for developing AIDB dev-cli commands and services. Covers Click
ring:dev-cycle
Master debugging techniques for Vue.js, Pinia, and cached state issues. Identify reactivity problems, memory leaks, performance bottlenecks, and complex state synchronization issues with systematic troubleshooting approaches.
<!-- SKILL CHAINING: After completing debugging work, Claude MUST invoke related skills -->
Internal skill used by dev-implement during Phase 5 of /dev workflow. NOT user-facing - should only be invoked by dev-ralph-loop inside each implementation iteration. Handles Task agent spawning with TDD enforcement and two-stage review (spec compliance + code quality).
Package and dependency management patterns across ecosystems (npm, pip, cargo, maven). Covers lockfiles, semantic versioning, dependency security scanning, update strategies, monorepo workspaces, transitive dependencies, and avoiding dependency hell.
**Announce:** "Using dev-design (Phase 4) to propose implementation approaches and obtain user approval."
Run isolated mux desktop (Electron) instances (temp MUX_ROOT + free ports)
ring:dev-devops
All workspace packages use the `@orient-bot/` namespace:
Standardized development environment configuration including tools, IDE settings, and automation for consistent developer experience.
Unified execution engine for all development workflows. Progressive disclosure for phase execution, quick features, story completion, and scaffolding. Integrates with artifact-tracking and meatycapture-capture. Use when running /dev:execute-phase, /dev:quick-feature, /dev:implement-story, /dev:complete-user-story, or /dev:create-feature commands.
REQUIRED Phase 2 of /dev workflow after dev-brainstorm. This skill should be used when the user asks to 'explore the codebase', 'map architecture', 'find similar features', 'discover test infrastructure', 'trace execution paths', 'identify code patterns', or needs to understand WHERE code lives and HOW it works before implementation. Launches parallel explore agents and returns prioritized key files list.
>-
ring:dev-feedback-loop
MASTER Pinia task store debugging covering synchronization, CRUD operations, state persistence, IndexedDB conflicts, advanced state management, and complex store architecture. Fix when tasks don't save, disappear unexpectedly, don't update in UI, backup systems read wrong data, store actions fail, or advanced performance issues occur. CRITICAL: All store fixes MUST be tested with Playwright before claiming success.
Human-in-the-loop iterative development. Use when requirements will emerge during implementation, decisions need human approval at each step, or work will span multiple sessions with frequent feedback loops. Creates problem statement, decisions log, runbook, and progress tracking.
REQUIRED Phase 5 of /dev workflow. Orchestrates per-task ralph loops with delegated TDD implementation.
ring:dev-implementation
dev_invoke_kimi-cli
FIX ESLint errors safely without breaking code. Prefix unused variables with `_`, fix no-case-declarations, add default props, and verify builds after each batch. Use when lint cleanup is needed for easier refactoring & faster Claude Code editing.
This skill should be used when testing ScreenGraph end-to-end flows (drift detection, agent runs) while monitoring backend and frontend logs in real-time. Use when the user wants to observe system behavior across services, debug live runs, or verify event streaming.
| Item | Value |
Colyseus server setup, room handlers, lifecycle events, and scaling. Use when setting up multiplayer server.
Server-authoritative multiplayer architecture principles. Use when designing multiplayer features.
Create frictionless first-day experiences for new team members.
Phaser game configuration, scenes, and lifecycle management
Arcade physics velocity, acceleration, collision, and bounds
Matter.js physics: realistic bodies, constraints, and simulation
Tilemap loading, parsing, layers, and collision detection
UI containers, text objects, buttons, and DOM element integration
Development Philosophy & Standards. Use it everytime you plan or implement any code.
React Three Fiber core patterns for scene composition and game loop
Physics integration with Rapier for R3F game development
Per-task ralph loop pattern for implementation and debugging. One loop per task, not one loop per feature.
Analyzes codebase against standards and generates refactoring tasks for ring:dev-cycle.
AUTO-ACTIVATE when working in flow-state-refactor worktree or refactoring large components. MANDATORY port 5550 for refactor worktree. Extract Vue composables, split large files, reduce component size, baseline testing, zero regressions. Triggers on keywords refactor, composable, extract, split component, reduce file size, flow-state-refactor directory.
Developer reporting skill for work documentation and communication. Use when writing journals, devlogs, status updates (22A/22B), progress reports, or documenting development work. Generates reports from git history or manual input.
Find existing code patterns before implementing new features
Run multiple isolated mux dev-server instances (temp MUX_ROOT + free ports)
ring:dev-ring:sre
dev-standards-majo
Comprehensive Storybook skill for Vue 3 - story creation, auditing, component discovery, visual testing, and CI integration. Merged from dev-storybook, storybook-audit, and storybook-master.