Phillip Marashian
Community@pmarashian
Agent Skills by Phillip Marashian
Showing 77 vetted skills indexed across 1 GitHub repositories.
monorepo-backend-layout
Enforce backend code placement under designated monorepo subdirectories.
timer-testing-patterns
Manipulate game timers with setTimer() and fastForwardTimer() test seam commands.
agent-browser
Automate browser navigation, form filling, screenshots, and data extraction.
browser-test-seam-optimization
Implement test seams to reduce browser testing command overhead.
file-operation-optimization
Cache file contents and batch file operations to reduce I/O overhead.
create-subagent
Create custom AI subagents with unique system prompts and configurations.
migrate-to-skills
Convert Cursor rules and slash commands into SKILL.md format.
error-scenario-testing
Inject and simulate error conditions to test application fault tolerance.
pre-flight-checklist
Validate the development environment by checking task status, server health, TypeScript compilation, and dependencies.
pre-implementation-check
Verifies existing implementations and infrastructure readiness before new coding tasks.
phaser-game-testing
Automate deterministic testing of Phaser 3 games with browser automation and assertions.
spatial-calculation-ui-layout
Calculate UI positions and measure text widths for Phaser games and web apps.
capacitor-vite-nextjs-backend
Set up a monorepo with Vite React frontend, Capacitor, and Next.js backend API.
browser-automation-reliability
Implement configurable timeouts, exponential backoff retries, and fallback verification for browser automation.
create-next-app-existing-dir
Scaffold a Next.js app in an existing directory with absolute paths.
Screenshot Analysis
Analyze screenshots with OpenAI Vision API to validate UI states and game mechanics.
phaser-scene-template
Create Phaser game scenes with lifecycle methods and a test seam.
phaser-hud-component-patterns
Implement HUD elements like timers and score counters in Phaser games.
Writing Phaser 3 Games
Provide Phaser 3 game development patterns for architecture, mechanics, and optimization.
nextjs-params
Fix missing await and Promise types for Next.js 15 route params.
error-recovery-patterns
Classify errors and apply retry, fallback, and recovery strategies.
screenshot-handling
Save screenshots to a dedicated screenshots/ directory with automated folder creation.
file-edit-batching
Batch independent code edits and apply dependent changes sequentially.
timeout-prevention-operation-batching
Track elapsed time and batch independent operations to prevent 300-second timeout violations.