jsdoc-generator
Generate JSDoc comments for JavaScript/TypeScript code. Use when the user needs to document functions, classes, or modules with JSDoc annotations.
8803 个 Skills
Generate JSDoc comments for JavaScript/TypeScript code. Use when the user needs to document functions, classes, or modules with JSDoc annotations.
Generate JSON Schema definitions for data validation. Use when the user needs to create schemas for API validation, document data structures, or configure validators.
Generate Kubernetes manifests for deployments. Use when the user needs to create K8s deployments, services, configmaps, or other Kubernetes resources.
Choose and apply open source licenses. Use when the user needs to select a license for their project, understand license implications, or add license files.
Fix linting errors and enforce code style. Use when the user has ESLint, Prettier, or other linter errors and needs help resolving them.
Perform load and performance testing. Use when the user needs to stress test APIs, measure response times, or identify performance bottlenecks.
Configure application logging infrastructure. Use when the user needs to set up logging, add log levels, or integrate with log management services.
Create Makefiles for project automation. Use when the user needs to set up build automation, define project tasks, or create development workflows.
Format and improve Markdown documents. Use when the user needs to clean up markdown, fix formatting issues, or apply consistent styling.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Generate mock data for testing and development. Use when the user needs fake data for tests, seeding databases, or prototyping.
Build modal dialogs and popups. Use when the user needs to create modals, confirmation dialogs, or overlay components.