Skill Creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
## Overview This skill provides comprehensive guidance for implementing best practices in production environments. It covers setup, configuration, common patterns, and edge cases that ensure reliable behavior across different project structures. ## Configuration Add the following to your project configuration file: ```yaml skill: name: Skill Creator version: 1 trust_score: 8 ``` ## Best Practices 1. Always validate input parameters before processing 2. Use environment-specific configuration for different 3. Implement proper error handling and fallback strategies 4. Monitor performance metrics and adjust as needed
Full skill content is available after sign in
Get complete instructions, configuration, and best practices
Get AccessRelated skills
Mcp Builder
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).
Webapp Testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.