mercuryPark/oc-setup

2Stars on the repository
37Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-documentation

01

mercuryPark/oc-setup

Skill Claude CodeCodex

Guidance for documenting web APIs with OpenAPI, a standard format for describing endpoints, inputs, outputs, examples, and errors.

2 4mo ago A 27 tokens original MIT

authentication

02

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for adding login and permission controls to an application, including JWT tokens, OAuth 2.0, refresh-token rotation, and role-based access control. Role-based access control means users receive permissions according to assigned roles.

2 4mo ago A 23 tokens original MIT

caching-strategy

03

mercuryPark/oc-setup

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.

2 4mo ago A 27 tokens original MIT

chart-library

04

mercuryPark/oc-setup

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.

2 4mo ago A 33 tokens original MIT

code-review

05

mercuryPark/oc-setup

Skill Claude CodeCodex

A code-review checklist and set of guidelines for checking security, performance, maintainability, and tests in code changes.

2 4mo ago A 31 tokens original MIT

data-fetching

06

mercuryPark/oc-setup

Skill Claude CodeCodex

A collection of patterns for loading and changing data in React applications, using tools such as React Query and SWR. It includes pagination, loading states, and optimistic updates, where the interface changes before the server confirms the change.

2 4mo ago A 22 tokens original MIT

frontend-design

07

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide to building web interfaces with reusable components, accessible markup, and layouts that adapt to different screen sizes.

2 4mo ago A 33 tokens original MIT

inventory-tracking

08

mercuryPark/oc-setup

Skill Claude CodeCodex

Guidance for building a system that records product quantities and updates stock as items are sold or reserved. It addresses database transactions, simultaneous updates, and low-stock alerts.

2 4mo ago A 26 tokens original MIT

media-handling

09

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for processing and optimizing media files, especially images, by resizing them, converting formats, and serving them efficiently.

2 4mo ago A 27 tokens original MIT

order-management

10

mercuryPark/oc-setup

Skill Claude CodeCodex

A design and implementation guide for managing an order’s lifecycle, such as moving from pending to paid, shipped, and delivered. It also covers recording status history and preventing conflicting updates.

2 4mo ago A 27 tokens original MIT

payment-gateway

11

mercuryPark/oc-setup

Skill Claude CodeCodex

Guidance for connecting an application to payment services such as card processors. It covers a common interface for payments, refunds, cancellations, and payment-service callbacks called webhooks.

2 4mo ago A 39 tokens original MIT

rate-limiting

12

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for designing web interfaces, covering components, page layouts, accessibility, and responsive behavior across screen sizes.

2 4mo ago A 22 tokens original MIT

realtime-testing

13

mercuryPark/oc-setup

Skill Claude CodeCodex

A testing guide for real-time features, such as WebSocket connections that keep a live link between a client and server. It covers connection tests, load tests, simulated events, and a testing checklist.

2 4mo ago A 25 tokens original MIT

redis-pubsub

14

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide to Redis Pub/Sub, a messaging pattern where one part of an application publishes a message and other parts listening to a channel receive it immediately.

2 4mo ago A 32 tokens original MIT

rich-text-editor

15

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for adding a rich-text editor, which lets users format content with features such as headings, images, and collaborative editing, to a web application.

2 4mo ago A 31 tokens original MIT

seo-optimization

16

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide to helping websites appear correctly in search engines and social-media previews.

2 4mo ago A 24 tokens original MIT

socket-io

17

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for building real-time web communication with Socket.IO, a library that sends events between browsers and servers without waiting for regular page requests. It covers connections, event handling, errors, reconnection, and multi-server setups.

2 4mo ago A 33 tokens original MIT

testing

18

mercuryPark/oc-setup

Skill Claude CodeCodex

A guide for writing software tests, including tests for individual functions, connected modules, and complete user scenarios. TDD, or test-driven development, means writing tests as part of the development process before or alongside the code.

2 4mo ago A 28 tokens original MIT