anivar
- 10 skills
- 0 followers
- 10 hours ago last updated
- ▌ Contributor Codebase Analyzer · anivar bundleDeep-dive code analysis with periodic saving. Contributor mode reads every commit diff for annual reviews, accuracy rates, and promotion readiness. Codebase mode maps repository structure, cross-repo relationships, and enterprise governance. Works with GitHub (gh) and GitLab (glab). Saves checkpoints incrementally for resume across sessions.
- ▌ Corrigibility Assess · anivar bundleEvaluate digital and AI infrastructure against the five corrigibility tests (EXIT, CODE, AUDIT, GOVERN, FORK). Use when assessing DPI systems (identity, payments, registries) or EPI systems (AI/ML in public services) for structural corrigibility.
- ▌ Diataxis Docs Framework · anivar bundleEnterprise 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, architecture docs), pluggable writing styles (Diataxis, Google, Microsoft, Stripe, Canonical, Minimal), information architecture, docs-as-code workflows, documentation audit, anti-patterns checklist, and developer experience (DX) strategy. 27 rules, 5 references, 6 style guides. Baseline: Diataxis + Google OpenDocs + Good Docs Project. Triggers on: "write docs", "document this", "API docs", "developer docs", "migration guide", "changelog", "tutorial", "how-to guide", "reference docs", "documentation strategy", "docs audit", "information architecture", "developer experience", "partner docs", "SDK documentation", "runbook", "troubleshooting guide", "integration guide", "quickstart", "getting started", "t
- ▌ India Tax Guru · anivar bundleIndia income-tax planning, salary/CTC restructuring, and ITR-1/2/4 filing-support toolkit for individuals and HUFs. Computes old-vs-new regime comparison, HRA/capital-gains/house-property tax, presumptive business and professional income (s.44AD/44ADA), GST-turnover reconciliation for presumptive filers, advance-tax interest (234B/234C), and optimal CTC splits. Triggers on: India income tax, ITR-1/ITR-2/ITR-4, old vs new tax regime, HRA exemption, CTC structuring/salary restructuring, take-home salary, capital gains tax India, US stocks or foreign-listed RSU sale, freelancer or consultant tax India, shop/small-business presumptive tax, 44AD, 44ADA, GST turnover vs ITR mismatch, HUF taxation, section 87A rebate, Form 16/payslip reconciliation, Form 10-IEA, or advance tax interest questions.
- ▌ Redux Saga Testing · anivar bundleWrite 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, redux-saga-test-plan imports, mentions of "test saga", "saga test", "expectSaga", "testSaga", or "redux-saga-test-plan".
- ▌ Zod Testing · anivar bundleTesting 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, zod-schema-faker imports, mentions of "test schema", "schema test", "zod mock", "zod test", or schema testing patterns.
- ▌ Redux Saga · anivar bundleRedux-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 1.5.1. Triggers on: saga files, redux-saga imports, generator-based middleware, mentions of "saga", "takeEvery", "takeLatest", "fork model", or "channels".
- ▌ Jest · anivar bundleJest 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, mentions of "jest", "unit test", "test suite", or "mock".
- ▌ Msw · anivar bundleMSW (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, HttpResponse, setupServer, setupWorker, graphql.query, sse, ws.link, mentions of "msw", "mock service worker", "api mocking", or "msw v2".
- ▌ Zod · anivar bundleZod 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 on: zod imports, z.object, z.string, z.infer, safeParse, mentions of "zod", "schema validation", "zod v4", "z.enum", or testing a schema — "schema test", "zod mock", zod-schema-faker.