Tag: javascript

Type: All Skills Tools
skill ★ 1,010

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…

TencentCloudBase/CloudBase-MCP web-frontend ai-model llm javascript
skill ★ 1,010

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.

TencentCloudBase/CloudBase-MCP cloudbase web-sdk nosql javascript
skill ★ 1,357

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.

dust-tt/dust react react-hooks performance javascript
skill ★ 141,907

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.

langgenius/dify code-review frontend typescript javascript
skill ★ 50

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…

tan-yong-sheng/ai-vision-mcp typescript react coding-standards best-practices
tool ★ 2

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…

Embassy-of-the-Free-Mind/sourcelibrary-v2 digital-library archival-research batch-import content-curation
skill ★ 41

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.

drhalto/agentmako ast-grep static-analysis typescript javascript
tool ★ 41

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…

drhalto/agentmako static-analysis code-linting pattern-matching typescript
skill ★ 27,411

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…

langfuse/langfuse turborepo monorepo javascript typescript
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk nosql javascript
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nosql web-sdk javascript
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase web-sdk cloud-storage file-management
skill ★ 136,096

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…

anthropics/skills playwright web-testing automation javascript