Instructions file
Claude Code instructions for caravanglory/cocos-mcp-server, covering claude.md, project overview, build commands, architecture and key files.
Instructions file
Claude Code instructions for caravanglory/cocos-mcp-server, covering claude.md, project overview, build commands, architecture and key files.
Instructions file CodexOpenCode
Instructions for caravanglory/magehub, covering agents.md -- magehub, build / lint / test commands, running a single test, by file path and by test name pattern (-t flag).
Instructions file
Instructions for caravanglory/magehub, covering claude.md, primary reference: agents.md, common commands, single test and exercising the cli locally after build.
Skill Claude CodeCodex
Build Magento 2 admin grids using UI Component listing XML, data providers, and admin controllers with proper ACL integration.
Skill Claude CodeCodex
Implement Magento 2 GraphQL resolvers — define schema.graphqls types, write query and mutation resolvers, and handle authorization.
Skill Claude CodeCodex
Run Magento 2 CLI commands through Warden's Docker environment: warden shell, bin/magento, composer, Redis/Valkey, Varnish, OpenSearch, RabbitMQ, n98-magerun2, mutagen sync, and env lifecycle.
Skill Claude CodeCodex
Adapt Luma-oriented Magento 2 modules to work with Hyva themes — replace RequireJS and Knockout with Alpine.js, Tailwind CSS, and ViewModels.
Skill Claude CodeCodex
Configure Magento 2 dependency injection — preferences, virtual types, constructor arguments, and proxy generation via di.xml.
Skill Claude CodeCodex
Implement Magento 2 plugins (interceptors) following best practices for before, after, and around method interception.
Skill Claude CodeCodex
Create a new Magento 2 module with the required directory structure, registration files, composer autoloading, and module sequence declarations.
Skill Claude CodeCodex
Implement declarative schema (dbschema.xml), data patches, and schema patches for Magento 2 database structure and data migrations.
Skill Claude CodeCodex
Profile, diagnose, and optimize Magento 2 performance — caching strategies, database query analysis, APM tools (New Relic, Blackfire), and frontend performance auditing.
Skill Claude CodeCodex
Magento 2 structured code review workflow with Fix-First mode, confidence scoring, covering DI, security, performance, frontend, API, caching, and database domains. Run before every merge.
Skill Claude CodeCodex
Follow Magento 2 coding standards — service contracts, strict types, PHPCS rules, repository pattern, and extension attribute conventions.
Skill Claude CodeCodex
Write PHPUnit-based unit tests for Magento 2 — setUp with mocks, assertion patterns, data providers, and exception testing without framework bootstrap.
Skill Claude CodeCodex
Plan and execute Magento 2 upgrades with UCT analysis, dependency waves, compatibility fixes, and verification gates.