Browse Claude Code plugin repositories
Page 868 of 1518
AI agent skill for D3.js data visualization. Encodes the enter–update–exit / join pattern, scales and axes, D3 v7 modular imports, SVG vs Canvas rendering, transitions, and responsive charts — correcting the v3/v4-era code patterns language models tend to reproduce.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/d3-consistencyAI agent skill for SQLAlchemy ORM and Core. Enforces SQLAlchemy 2.0 select() syntax over legacy Query API, correct session lifecycle and scoping, relationship loading strategies (selectinload vs joinedload) to kill N+1 queries, async engine usage, and Alembic-friendly model patterns.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/sqlalchemy-consistencyAI agent skill for Ajv JSON Schema validation. Draft 2020-12 vs draft-07 setup, compile-once patterns for performance, ajv-formats for format validation, custom keywords, strict mode errors and how to fix them, TypeScript type inference with JTD/JSONSchemaType, and clear error reporting.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/ajv-consistencyAI agent skill for FastAPI services. Dependency injection patterns, async vs sync route handlers (and what blocks the event loop), Pydantic v2 request/response models, background tasks vs task queues, lifespan events over deprecated startup hooks, auth with OAuth2/JWT, and testing with TestClient.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/fastapi-consistencyAI agent skill for Socket.IO real-time apps. Rooms and namespaces done right, CORS configuration that actually works, reconnection and connection-state recovery, emitting with acknowledgements, scaling with the Redis adapter, auth middleware, and avoiding duplicate-listener leaks on the client.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/socket.io-consistencyAI agent skill for Puppeteer headless Chrome automation. Reliable navigation with waitUntil options, waitForSelector over fixed timeouts, page.evaluate() context boundaries, request interception, PDF/screenshot generation, Docker/serverless launch flags, and avoiding detached frame and timeout errors.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/puppeteer-consistencyAI agent skill for Paramiko SSH in Python. SSHClient setup with sane host-key policies, key-based auth (RSA/Ed25519) and passphrase handling, exec_command stdout/stderr/exit-status reading without deadlocks, SFTP transfers, jump hosts via ProxyCommand/channels, and timeouts plus connection cleanup.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/paramiko-consistencyAI agent skill for Scrapy web crawling. Spider vs CrawlSpider patterns, XPath/CSS selectors, item pipelines and loaders, handling pagination and login flows, AUTOTHROTTLE and politeness settings, async/Twisted gotchas, middleware for proxies and user agents, and exporting clean structured data.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/scrapy-consistencyAI agent skill for GeoPandas geospatial analysis. CRS awareness — reprojecting before area/distance math, EPSG:4326 vs projected CRS, spatial joins (sjoin) and predicates, geometry validity fixes, dissolve/overlay operations, reading shapefiles and GeoJSON, and plotting choropleths correctly.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/geopandas-consistencyAI agent skill for Matplotlib plotting. Consistent object-oriented API (fig, ax) over pyplot state machine, subplots and layout (constrained_layout vs tight_layout), tick/date formatting, legends outside axes, twin axes, colormaps and normalization, and saving publication-quality figures.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/matplotlib-consistencyAI agent skill for Cypress end-to-end testing. Teaches Cypress's async command queue (why you can't use await/return values directly), retry-ability and proper assertions, cy.intercept() for network stubbing, custom commands, fixtures, and anti-flake patterns instead of arbitrary cy.wait() calls.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/cypress-consistencyAI agent skill for the Stripe Node.js SDK. Webhook signature verification with raw request bodies, PaymentIntents and SetupIntents flows, idempotency keys, subscription lifecycle and proration, Checkout vs Elements, test mode patterns, and API versioning — avoiding the classic webhook 400 errors.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/stripe-consistencyAI agent skill for RxJS reactive programming. Covers choosing the right flattening operator (switchMap vs mergeMap vs concatMap vs exhaustMap), avoiding subscription memory leaks, pipeable operators, Subjects vs BehaviorSubjects, error handling with catchError/retry, and Angular interop.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/rxjs-consistencyAI agent skill for GraphQL schema design and serving in Node.js. Resolver patterns, solving N+1 with DataLoader, cursor-based pagination (Relay spec), input types and mutations, error handling conventions, schema-first vs code-first tradeoffs, and subscription setup.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/graphql-consistencyAI agent skill for Jest testing. Correct module mocking (jest.mock hoisting, ESM caveats), async test patterns and done() pitfalls, fake timers, spies vs mocks vs stubs, snapshot testing judiciously, setup/teardown ordering, coverage config, and TypeScript/ts-jest integration.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/jest-consistencyAI agent skill for Zod TypeScript validation. Schema-first design with z.infer type inference, parse vs safeParse error handling, refinements and transforms, discriminated unions, coercion for form/query inputs, recursive schemas with z.lazy, and integration with React Hook Form, tRPC, and API boundaries.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/zod-consistencyAI agent skill for Mongoose ODM with MongoDB. Schema and model design, populate() vs embedding tradeoffs, async/await query patterns (no callback-era code), pre/post hooks and their this-binding gotchas, lean() for performance, unique index caveats, transactions, and connection management.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/mongoose-consistencyAI agent skill for OpenCV in Python (cv2). Encodes BGR-vs-RGB color order, uint8 dtype and range pitfalls, correct contour finding and drawing, VideoCapture resource handling, image coordinates (rows vs cols), thresholding and morphology recipes, and interop with NumPy, Pillow, and matplotlib.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/opencv-python-consistencyAI agent skill for statsmodels statistical modeling. Remembering add_constant for OLS, formula API (R-style) vs arrays, reading summary() output correctly, logistic regression and GLM families, time-series (ARIMA, seasonal decomposition), robust standard errors, and prediction with confidence intervals.
Details0stars0forks1plugins(low signal)/plugin marketplace add Guidogl/statsmodels-consistencyRepository for holding plugin for Claude to interact with the LightSource platform
Details0stars0forks1plugins(low signal)/plugin marketplace add LightSourceAI/lightsource-plugin