Loading...
Loading...
Found 48002 skills
Comfy-Org
Automates AI-assisted code changes, bug fixes, and pull requests for Comfy-Org GitHub repositories.
martinemde
Provides a simple test harness for verifying basic functionality of the skillet CLI tool.
martinemde
Tests variable interpolation (e.g., {baseDir}) for path expansion in template strings during development.
getstackit
Manages stacked Git branches for efficient development workflows, including branch navigation, rebasing, and conflict resolution in dependent branch structures.
pacphi
Guides developers through creating Sindri extensions, covering structure, validation, installation methods, and new capabilities like project initialization and authentication.
pacphi
Enables direct debugging of web pages in Chrome using DevTools capabilities through the MCP interface.
pacphi
Toolkit for testing local web applications using Playwright, enabling frontend verification, UI debugging, and browser log analysis.
pacphi
Guides creation of Model Context Protocol (MCP) servers enabling LLMs to interact with external APIs/services via Python (FastMCP) or Node/TypeScript (MCP SDK).
bdambrosio
Evaluates text criteria on each item in a collection to return a filtered subset of matching items.
bdambrosio
Tests the pluck primitive for selecting a single field from JSON or SQL data structures.
bdambrosio
Locates a substring or pattern in text and returns its position with contextual surrounding text.
bdambrosio
Detects visible item entities within configurable radius, forward cone, and line-of-sight constraints.
bdambrosio
Checks if text matches a regex pattern or contains a substring, enabling string validation and processing in code.
bdambrosio
Provides a simple synchronous 1-second delay using Python's time.sleep for pacing actions in code execution.
bdambrosio
Tests the map primitive function behavior when provided with additional operation arguments, ensuring correct functional execution.
bdambrosio
Performs a single adjacent move in a grid-based navigation system and reports the outcome, designed for compositional use in navigation logic.
bdambrosio
Tests a calculation tool's functionality for arithmetic operations, trigonometric functions, and variable substitution.
bdambrosio
Checks if a string is null, empty, or contains only whitespace. Essential for input validation in applications.
bdambrosio
Detects visible entities within a configurable radius (max 7), filtered by view cone and line-of-sight constraints.
bdambrosio
Generates test data for validating JSON and SQL primitive operations in database testing environments.
bdambrosio
Enables a single-step descent to an adjacent lower cell in grid navigation, handling slopes and shallow drops up to 1 block.
bdambrosio
Normalizes agent pose to block center, cardinal yaw, and zero pitch for navigation state initialization.
bdambrosio
Provides a unified API to efficiently fetch Minecraft blocks, entities, and items in a single call.
bdambrosio
Applies a function to each element in a collection, producing a transformed collection of results.