Instructions file CodexOpenCode
Instructions for mercuryPark/oc-setup, covering oc-setup, communication rules, 핵심 원칙, project structure and code standards.
Instructions file CodexOpenCode
Instructions for mercuryPark/oc-setup, covering oc-setup, communication rules, 핵심 원칙, project structure and code standards.
Agent
An API design assistant for planning web interfaces that software uses to exchange data. It focuses on REST conventions, versioning, consistent errors, and OpenAPI documentation.
Agent
A content-management specialist for organizing written content, media, versions, and publishing steps. It covers workflows from draft and review through publishing and archiving.
Agent
An expert guide for presenting data in charts and dashboards using libraries such as Chart.js, D3.js, and Recharts. It also covers responsive layouts and interactive visualizations.
Agent
An inventory-management agent for tracking stock across warehouses and handling simultaneous stock changes.
Agent
An expert guide for building payment systems and connecting them to payment gateways such as Stripe or PayPal. It covers payment processing, refunds, webhooks, and basic fraud controls.
Agent
A planning agent that turns requirements into a detailed implementation plan. It covers architecture, tasks, dependencies, risks, estimates, and testing.
Agent
A database query optimization guide and specialist for making SQL and ORM database operations run more efficiently. It covers indexes, execution plans, joins, aggregations, and the N+1 problem, where one request causes many separate database queries.
Agent
A specialist coding agent for real-time systems, where software must respond quickly while handling many simultaneous users or messages.
Agent
A code-review-focused coding agent that examines software for security, performance, readability, maintainability, and test coverage.
Agent
A security code reviewer that looks for weaknesses such as injection attacks, unsafe input handling, broken access controls, and exposed sensitive data. OWASP is a group that publishes widely used web-security guidance.
Agent
A testing-focused coding agent that writes and runs tests for software. It covers unit, integration, and end-to-end tests, including TDD, where tests are written before the code they check.
Agent
An expert guide for real-time communication with WebSockets and Socket.io, technologies that keep an open connection between an application and its users.
Command
Run the linter and fix any auto-fixable issues. For issues that can't be auto-fixed, explain each one and suggest fixes.
Command
Create a detailed implementation plan for: $FEATURE.
Command
Review the recent changes (git diff HEAD1) for.
Command
Run the full test suite and report results. If any tests fail, analyze the failure and suggest a fix.
Skill Claude CodeCodex
Guidance for documenting web APIs with OpenAPI, a standard format for describing endpoints, inputs, outputs, examples, and errors.
Skill Claude CodeCodex
인증/인가 구현. JWT, OAuth 2.0, RBAC, Refresh Token rotation.
Skill Claude CodeCodex
A guide to caching data in browsers, content delivery networks (CDNs), and Redis, a fast in-memory data store. It also covers cache-aside patterns and ways to remove or refresh outdated cached data.
Skill Claude CodeCodex
A guide for adding charts to web applications with Chart.js, Recharts, or D3.js. It covers choosing a chart library, adapting charts to screen size, handling large datasets, and supporting accessibility.
Skill Claude CodeCodex
A code-review checklist and set of guidelines for checking security, performance, maintainability, and tests in code changes.
Skill Claude CodeCodex
데이터 페칭 패턴. React Query/SWR, Pagination, Optimistic Updates.
Skill Claude CodeCodex
A guide to building web interfaces with reusable components, accessible markup, and layouts that adapt to different screen sizes.