CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnJobsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Jobs
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. pixijs
  4. /
  5. pixijs-skills
  6. /
  7. Pixijs Application

Pixijs Application

Editor's Note

Wraps the PixiJS v8 Application class, which is the standard entry point that bundles a renderer, stage container, canvas, and ticker into one object. The big change in v8 is that you construct an empty app and pass all config to the async init() call instead of the constructor. Covers the full option set (resizeTo, renderer preference, autoStart, resolution/autoDensity for HiDPI, WebGL/WebGPU overrides), the built-in plugins (resize, ticker, optional culler), and lifecycle methods including destroy with releaseGlobalResources, which you need when tearing down and recreating an app to avoid texture cache ghosts. Use this when you're setting up a PixiJS project from scratch or migrating v7 code to the new async init pattern.

Install

npx skills add https://github.com/pixijs/pixijs-skills --skill pixijs-application
Votes
0
Installs765
GitHub Stars187
Categories
Release ManagementGoGame Development
First SeenMay 16, 2026
View on GitHub

Comments

Login to comment

Related Release Management Skills

View all →
microsoft-foundry

microsoft/azure-skills

0
322.2k
964
End-to-end deployment, evaluation, and management of AI agents on Microsoft Foundry.
azure-deploy

microsoft/azure-skills

0
320.6k
964
Execute Azure deployments for prepared applications with built-in error recovery and validation.
azure-prepare

microsoft/azure-skills

0
320.5k
964
Prepare Azure applications for deployment with infrastructure-as-code, configuration, and containerization.
azure-validate

microsoft/azure-skills

0
320k
964
Pre-deployment validation for Azure infrastructure, configuration, and permissions before deployment.
azure-resource-visualizer

microsoft/azure-skills

0
319.7k
964
Transform Azure resource groups into detailed architecture diagrams showing resource relationships and configurations.
azure-hosted-copilot-sdk

microsoft/azure-skills

0
293.1k
964
Build and deploy GitHub Copilot SDK applications to Azure with flexible model configuration.