Tag: javascript
Client-side AI Model Integration for Web Apps
This skill facilitates calling various AI models directly from client-side web applications using the @cloudbase/js-sdk. It supports both text generation and streaming responses, making it ideal for modern SPAs and dashboards without requir…
CloudBase Document Database Web SDK
Provides instructions for implementing CloudBase document database operations in web applications using the JavaScript SDK. It supports CRUD, complex queries, pagination, aggregation, and real-time listeners.
Optimising React Components by Avoiding Effects
Guides best practices for writing React components by identifying when effects are truly necessary. It advises developers to derive state during rendering rather than using useEffect for simple data transformations or calculations.
Comprehensive Frontend Code Quality Review Skill
This skill performs comprehensive code reviews on frontend files (e.g., TSX, JS). It supports both reviewing staged changes and specific files, flagging violations against established checklists for quality, performance, and business logic.
Universal Coding Standards for Modern Web Development
This skill provides universal best practices and architectural guidelines for developing robust applications using TypeScript, JavaScript, React, and Node.js. It covers everything from immutability and type safety to REST API design and com…
Autonomous Digital Library Curator and Importer
This agent autonomously researches, evaluates, and imports historical texts from diverse digital archives, including the Internet Archive and Gallica. It generates a single batch JavaScript script to efficiently process imports, deduplicate…
Mako Code Intelligence for Static Analysis
Provides syntax-aware structural pattern searching and static diagnostics for TypeScript and JavaScript projects. It enables AST-based queries and the extraction of rule templates from code fixes.
Advanced Static Code Analysis and Pattern Matching
This tool provides syntax-aware capabilities for deep code inspection, allowing developers to perform structural pattern searches across various file types. It can also run focused static diagnostics and draft project rules from existing fi…
Turborepo Monorepo Build System Guidance
Provides expert guidance for configuring and managing Turborepo monorepos, including task pipelines, caching strategies, and dependency graphs. It covers best practices for package-specific tasks, CI optimisation, and efficient filtering us…
CloudBase Document Database Web SDK
Provides instructions for implementing CRUD operations, complex queries, and real-time listeners using the CloudBase JavaScript SDK in web applications. It covers handling pagination, aggregation, and geolocation queries while managing auth…
CloudBase Document Database Web SDK
Provides the CloudBase JS SDK for performing NoSQL CRUD operations, complex queries, and real-time data synchronisation within web applications. It supports features such as pagination, aggregation, and geolocation queries.
CloudBase Web SDK Cloud Storage Management
Provides instructions for managing cloud storage objects in web applications using the CloudBase Web SDK. It covers uploading files, generating temporary URLs, and configuring security domains for browser-side operations.
Playwright Web Application Testing Toolkit
This toolkit provides helper scripts and guidance for testing local web applications using Playwright. It supports server lifecycle management, DOM inspection, and automated actions, encouraging users to treat bundled scripts as black boxes…