Skip to main content

这个仓库中的 skills

pmarashian/cursor-agent-skills - 第 2 页

SkillsMP 已收集 pmarashian/cursor-agent-skills 中的 71 个 Skill。打开任一 Skill 可查看来源和详情。

pmarashian/cursor-agent-skills

已展示 31 / 71 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

Standalone test scenes for Phaser UI components. Use when building or testing a Phaser UI component (slider, toggle, HUD, button, modal, volume control). Create one scene per component, boot via ?scene=ComponentNameTestScene, and test in isolation instead of…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test Phaser games and canvas/WebGL applications with deterministic automation. Plan, implement, and debug frontend tests: unit/integration/E2E/visual/a11y for Phaser 3 games. Use agent-browser CLI for browser automation, Vitest/Jest/RTL, flaky test triage, CI…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build 2D games with Phaser 3 framework. Covers scene lifecycle, sprites, physics (Arcade/Matter), tilemaps, animations, input handling, and game architecture. Trigger: "create phaser game", "add phaser scene", "phaser sprite", "phaser physics", "game…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Reusable patterns for implementing HUD elements in Phaser games, including positioning, styling, and test seam integration. Use when creating HUD components, timer displays, score counters, or health bars. Provides templates and patterns for consistent HUD…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Standardized patterns for testing Phaser game movement, including key state handling and collision verification. Use when testing player movement, collision detection, or when movement testing challenges occur. Phaser requires keydown/keyup pattern, not…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Standardized patterns for Phaser scene transitions, navigation testing, and scene lifecycle management. Use when testing scene transitions, navigating between game scenes, or when scene navigation discovery issues occur. Documents scene transition methods,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Standardized Phaser scene template with test seam, lifecycle methods, and common patterns. Use when creating new Phaser scenes to ensure consistency, test seam setup, and proper lifecycle management. Provides template code for new scenes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Common Phaser scene transition patterns, data passing, and test seam integration for scene management. Use when implementing scene navigation, passing data between scenes, or integrating test seams for scene transitions. Reduces scene transition…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Comprehensive guide to Phaser game test seam usage, including discovery, common commands, troubleshooting, and best practices. Use when testing Phaser games, interacting with canvas-rendered content, or when DOM-based testing fails. Test seams are the PRIMARY…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generate pixel art game assets (characters, animations, tilesets) directly from code using PixelLab MCP Server. Use when creating game assets, character sprites, animations, or tilesets for game development.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Check port availability before starting server, provide patterns for killing processes on ports, document automatic port selection strategies, include fallback port ranges, and provide health check patterns. Use when dev server fails to start due to port…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Check if task is already complete, verify dev server status and port, check TypeScript compilation status, verify required dependencies are installed, and load all required skills upfront. Use at the start of every task to ensure proper environment setup and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Verify existing implementations before coding to prevent duplicate work and enable verification-focused workflows. Use before starting any new feature implementation to check if functionality already exists. Saves 20-40% of implementation time by avoiding…

原文语言:英语

更新
职业分类
项目管理专家
描述

Format and structure for progress.txt files, documenting learnings, managing Codebase Patterns section, and when to update progress. Use when documenting work progress, learnings, or codebase patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Systematic approach to code refactoring with pre-analysis, batch planning, and validation checkpoints. Use when refactoring code to reduce refactoring time by 60-70% and improve first-attempt success rate.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Document when to use seeded vs. unseeded RNG, provide patterns for RNG seed management, include examples of deterministic game logic, document seed regeneration patterns, and provide test patterns for RNG behavior. Use when implementing game features that use…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Guide for using AI-powered screenshot analysis to validate UI, game states, and visual elements

原文语言:英语

更新
职业分类
软件开发工程师
描述

Ensures all screenshots are saved to a dedicated screenshots/ folder instead of project root. Use when capturing screenshots via agent-browser, Playwright, Puppeteer, or any other screenshot capture method to maintain project organization.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spatial calculation helpers and UI layout patterns for Phaser games and web applications. Use when positioning UI elements, calculating text widths, or working with coordinate systems. Reduces UI positioning iterations from 3-5 to 1-2 by providing calculation…

原文语言:英语

更新
职业分类
项目管理专家
描述

Comprehensive guide for breaking down Product Requirements Documents (PRDs) into structured, actionable development tasks with dependencies, priorities, and acceptance criteria. Use when generating task breakdowns from PRDs, creating development task lists,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Standardized workflow for verifying task completion, including success criteria validation, testing checklists, and fallback verification methods. Use before marking tasks complete, when progress tracking shows discrepancies, or when browser testing fails.…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Multiple testing approaches when primary methods fail, ensuring verification always completes even when tools are unavailable. Use when browser testing fails, agent-browser is unavailable, or primary testing tools don't work. Ensures 100% verification…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Track execution time, identify operation batching opportunities, and prevent timeout violations. Use when approaching time limits or when performing many sequential operations to optimize execution and prevent 300-second timeout failures.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Efficient patterns for testing time-based game features, including timer manipulation and countdown verification. Use when testing timer functionality, countdown features, or time-based game mechanics. Never wait for natural countdown - use test seam…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Tool selection decision framework, domain validation (visual vs audio), cost awareness, and when to use which tool. Use when deciding which tools to use for a given task, especially when working with MCP servers.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Fast TypeScript error detection patterns and best practices for immediate compilation verification. Use immediately after code edits, before proceeding to testing, or when TypeScript errors are discovered late. Run npx tsc --noEmit immediately after edits to…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Patterns for avoiding common TypeScript errors, proper type definitions, and early type checking workflows. Use when writing TypeScript code, encountering type errors, or before running tests. Prevents 50-60% of compilation errors and reduces fix cycles from…

原文语言:英语

更新
职业分类
软件开发工程师
描述

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Heuristics for visual sizing tasks to reduce refinement iterations. Use when making sprites larger, adjusting UI element sizes, or working with proportional relationships. Provides initial sizing formulas, proportional calculations, and framework-specific…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for configuring Vite projects for AI agents. Use when setting up Vite development servers for agent-browser, Playwright, or other automated browser tools. Ensures proper server configuration to prevent unwanted browser windows from opening during agent…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Provides battle-tested patterns, best practices, and code examples for building Phaser 3 games. Use when writing game code, implementing game mechanics, setting up scenes, handling physics, animations, input, or any Phaser-related development. Covers…

原文语言:英语

更新
已展示 31 / 71 个已收集 Skill。