Find the perfect skill
OpenRouter and Grok Models Research
Development
Research current OpenRouter API specifications and Grok model availability for SFUMATO. Focuses on the vision capability needed for the judge service to analyze generated images, and covers error handling, retry strategies, and integration patterns for the openrouter_tool.py implementation.
Add API Route
Development
Creates a new Next.js API route with TypeScript types, Zod input validation, and proper error handling. Supports optional rate limiting with Arcjet and authentication with Clerk for protected endpoints.
Create a Codeup Action
Development
Create a new Codeup action with custom filter and apply steps. Generate structured action files with built-in utilities for file operations and transformations.
HelixLab Setup
Development
Checks that HelixLab's system dependencies (ffmpeg, ffprobe, bc) are installed and guides the user through installation if anything is missing. It also detects the user's AI coding agent and provides tailored integration instructions. For Claude Code users, reminds them to enable auto-update via the plugin marketplace.
Create Agent Expert
Development
Scaffolds a new agent expert directory with expertise.yaml, question, self-improve, and plan prompts. Helps create a structured expert for a new domain following the Act-Learn-Reuse pattern, including validation and placeholder generation.
Git - Version Control
Development
Provides expert guidance for Git version control operations including commits, branches, merging, rebasing, conflict resolution, and Git workflows. Useful when working with Git repositories, version control, or collaborative development.
Claude Code Skills System Explained
Development
Provides a comprehensive explanation of the Claude Code skills system: how skills work, where to place them, frontmatter configuration, and when to use them. Ideal for developers who want to leverage skills to inject domain knowledge, enforce workflows, and manage complex multi-step tasks efficiently.
Capture Webpage to Figma
Development
Captures a live webpage as a Figma design using Playwright and a configured Figma design MCP. It handles both external sites (by bypassing CSP) and local servers (by injecting a capture script), then polls for completion. Useful for quickly turning any live page into a Figma frame for design review.
Git CLI Agentic Patterns
Development
Provides optimized Git commands with porcelain output for AI agent workflows. Ensures machine-readable, stable output across versions and configurations using flags like --porcelain, --numstat, and custom --format. Best for agents automating version control tasks that require deterministic parsing.
Web Visualization for Coupling Analysis
Development
Interactive web UI for analyzing module coupling. Displays a dependency graph with panels for hotspots, key modules, and filters (strength, distance, volatility, balance score). Supports full impact exploration and PNG export.
Rust Specialist
Development
Expert in Rust development focusing on async services, safe systems programming, and production tooling. Uses Tokio, Axum, SQLx, and enforces clippy-driven quality checks. Ideal when building or refactoring Rust code, especially for ownership/lifetime sensitive tasks.
Fix Repository Conformance
Development
Targets a specific repository to improve its corpus conformance by fixing the cops that contribute the most false positives and false negatives for that repo. It uses investigation scripts to prioritize high-impact cops and dispatches isolated teammates with worktree isolation to apply fixes. Useful when you need to boost match rate for a particular repo rather than globally.