Phillip Marashian avatar

Phillip Marashian

Community

@pmarashian

1Followers
|
37Public Repos
|
77Published Skills

Agent Skills by Phillip Marashian

Showing 77 vetted skills indexed across 1 GitHub repositories.

pmarashianpmarashian
2

monorepo-backend-layout

Enforce backend code placement under designated monorepo subdirectories.

Community
Basic
pmarashianpmarashian
2

timer-testing-patterns

Manipulate game timers with setTimer() and fastForwardTimer() test seam commands.

Community
Intermediate
pmarashianpmarashian
2

agent-browser

Automate browser navigation, form filling, screenshots, and data extraction.

Community
Advanced
pmarashianpmarashian
2

browser-test-seam-optimization

Implement test seams to reduce browser testing command overhead.

Community
Intermediate
pmarashianpmarashian
2

file-operation-optimization

Cache file contents and batch file operations to reduce I/O overhead.

Community
Intermediate
pmarashianpmarashian
2

create-subagent

Create custom AI subagents with unique system prompts and configurations.

Community
Intermediate
pmarashianpmarashian
2

migrate-to-skills

Convert Cursor rules and slash commands into SKILL.md format.

Community
Intermediate
pmarashianpmarashian
2

error-scenario-testing

Inject and simulate error conditions to test application fault tolerance.

Community
Intermediate
pmarashianpmarashian
2

pre-flight-checklist

Validate the development environment by checking task status, server health, TypeScript compilation, and dependencies.

Community
Intermediate
pmarashianpmarashian
2

pre-implementation-check

Verifies existing implementations and infrastructure readiness before new coding tasks.

Community
Intermediate
pmarashianpmarashian
2

phaser-game-testing

Automate deterministic testing of Phaser 3 games with browser automation and assertions.

Community
Advanced
pmarashianpmarashian
2

spatial-calculation-ui-layout

Calculate UI positions and measure text widths for Phaser games and web apps.

Community
Intermediate
pmarashianpmarashian
2

capacitor-vite-nextjs-backend

Set up a monorepo with Vite React frontend, Capacitor, and Next.js backend API.

Community
Intermediate
pmarashianpmarashian
2

browser-automation-reliability

Implement configurable timeouts, exponential backoff retries, and fallback verification for browser automation.

Community
Advanced
pmarashianpmarashian
2

create-next-app-existing-dir

Scaffold a Next.js app in an existing directory with absolute paths.

Community
Intermediate
pmarashianpmarashian
2

Screenshot Analysis

Analyze screenshots with OpenAI Vision API to validate UI states and game mechanics.

Community
Intermediate
pmarashianpmarashian
2

phaser-scene-template

Create Phaser game scenes with lifecycle methods and a test seam.

Community
Intermediate
pmarashianpmarashian
2

phaser-hud-component-patterns

Implement HUD elements like timers and score counters in Phaser games.

Community
Intermediate
pmarashianpmarashian
2

Writing Phaser 3 Games

Provide Phaser 3 game development patterns for architecture, mechanics, and optimization.

Community
Advanced
pmarashianpmarashian
2

nextjs-params

Fix missing await and Promise types for Next.js 15 route params.

Community
Intermediate
pmarashianpmarashian
2

error-recovery-patterns

Classify errors and apply retry, fallback, and recovery strategies.

Community
Intermediate
pmarashianpmarashian
2

screenshot-handling

Save screenshots to a dedicated screenshots/ directory with automated folder creation.

Community
Basic
pmarashianpmarashian
2

file-edit-batching

Batch independent code edits and apply dependent changes sequentially.

Community
Intermediate
pmarashianpmarashian
2

timeout-prevention-operation-batching

Track elapsed time and batch independent operations to prevent 300-second timeout violations.

Community
Intermediate