anivar

12 mods across 7 repositories, 43 stars between them.

zod-skill AGENTS.md

01

anivar/zod-skill

Instructions file CodexOpenCode

Instructions for anivar/zod-skill, covering zod v4 — complete guide, abstract, 1. parsing & type safety, rule: use safeparse() for user input and rule: use parseasync for async refinements.

20 24d ago A 4,602 tokens original MIT

zod

02

anivar/zod-skill

Skill Claude CodeCodex

Zod v4 best practices, patterns, and API guidance for schema validation, parsing, error handling, and type inference in TypeScript applications. Covers safeParse, object composition, refinements, transforms, codecs, branded types, v3→v4 migration, and testing schemas with Jest or Vitest. Baseline: zod ^4.3.0. Triggers…

20 24d ago A 138 tokens original MIT

anivar/developer-docs-framework

Skill Claude CodeCodex

Enterprise technical documentation best practices, patterns, and frameworks for developer and partner adoption. Covers content architecture (Diataxis four quadrants), 14 content types (tutorials, how-to guides, API reference, SDK docs, migration guides, changelogs, runbooks, integration guides, troubleshooting…

10 24d ago A 259 tokens

anivar/jest-skill

Instructions file CodexOpenCode

Instructions for anivar/jest-skill, covering jest — complete guide, abstract, 1. mock design, rule: clearallmocks vs resetallmocks vs restoreallmocks and rule: always restore jest.spyon.

6 23d ago A 5,070 tokens original MIT

jest

06

anivar/jest-skill

Skill Claude CodeCodex

Jest best practices, patterns, and API guidance for JavaScript/TypeScript testing. Covers mock design, async testing, matchers, timer mocks, snapshots, module mocking, configuration, and CI optimization. Baseline: jest ^30.0.0. Triggers on: jest imports, describe, it, test, expect, jest.fn, jest.mock, jest.spyOn…

6 23d ago A 97 tokens original MIT

anivar/redux-saga-skill

Instructions file CodexOpenCode

Instructions for anivar/redux-saga-skill, covering redux-saga — complete guide, abstract, 1. effects & yielding, rule: always yield effects and rule: use call() for async functions.

2 23d ago A 3,440 tokens original MIT

redux-saga

08

anivar/redux-saga-skill

Skill Claude CodeCodex

Redux-Saga best practices, patterns, and API guidance for building, testing, and debugging generator-based side-effect middleware in Redux applications. Covers effect creators, fork model, channels, testing with redux-saga-test-plan, concurrency, cancellation, and modern Redux Toolkit integration. Baseline: redux-saga…

2 23d ago A 109 tokens original MIT

zod-testing

09

anivar/zod-testing

Skill Claude CodeCodex

Testing patterns for Zod schemas using Jest and Vitest. Covers schema correctness testing, mock data generation, error assertion patterns, integration testing with API handlers and forms, snapshot testing with z.toJSONSchema(), and property-based testing. Baseline: zod ^4.0.0. Triggers on: test files for Zod schemas…

2 24d ago A 105 tokens original MIT

redux-saga-testing

10

anivar/redux-saga-testing

Skill Claude CodeCodex

Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and Vitest. Triggers on: test files for sagas…

2 24d ago A 104 tokens original MIT

msw-skill AGENTS.md

11

anivar/msw-skill

Instructions file CodexOpenCode

AGENTS.md instructions for anivar/msw-skill, covering msw v2 — complete guide, abstract, 1. handler design, rule: use http namespace instead of rest and rule: never put query parameters in handler url predicates.

1 23d ago A 3,992 tokens original MIT

msw

12

anivar/msw-skill

Skill Claude CodeCodex

MSW (Mock Service Worker) v2 best practices, patterns, and API guidance for API mocking in JavaScript/TypeScript tests and development. Covers handler design, server setup, response construction, testing patterns, GraphQL, and v1-to-v2 migration. Baseline: msw ^2.15.0. Triggers on: msw imports, http.get, http.post…

1 23d ago A 123 tokens original MIT