16,832 skills sorted by stars.
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things da...
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQu...
{{- / Single page template for Claude skill output / -}}
PowerPoint processing. USE WHEN pptx, PowerPoint, slides. SkillSearch('pptx') for docs.
Purpose: Add workflows or modify an existing skill while maintaining canonical structure and TitleCase naming.
Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use...
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill de...
Step-by-step tutorial for adding new CUDA kernels to FlashInfer
Guide for benchmarking FlashInfer kernels with CUPTI timing
Tutorial for debugging CUDA crashes using API logging
Discover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, o...
|
Design patterns for the Langroid multi-agent LLM framework. Covers
Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals, improving cod...
Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions th...
Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for cod...
Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.
Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to TypeScript, handli...
TypeScript code style, type co-location, constant naming conventions, and arktype patterns. Use when writing TypeScript code, defi...
This skill should be used when developing, debugging, or maintaining Positron Notebooks - the React-based feature-flagged notebook...
Comprehensive code review for GitHub pull requests using parallel agents. Checks bugs, CLAUDE.md compliance, git history, previous...
Build and run LLM-powered data processing pipelines with DocETL. Use when users say "docetl", want to analyze unstructured data, p...
>
Use when you have a plan file ready and need to create an isolated git worktree for implementation - creates worktree in parent di...
Evaluate Clojure code via nREPL using clj-nrepl-eval.
You are analyzing a Java thread dump to identify deadlocks, performance issues, and thread contention.
Best practices for creating ISPC lit tests. Use when writing regression tests, verifying code generation, or checking compiler dia...
Process 流水线核心模块架构总览,涵盖流水线 CRUD、构建执行引擎、事件驱动机制、分层架构设计。当用户开发流水线核心功能、理解 Process 模块、修改构建逻辑或进行流水线相关开发时使用。
YAML 流水线转换指南,涵盖 YAML 与 Model 双向转换、PAC(Pipeline as Code)实现、模板引用、触发器配置。当用户需要解析 YAML 流水线、实现 PAC 模式、处理流水线模板或进行 YAML 语法校验时使用。
Create a new Agent Skill for this codebase
Research libraries, APIs, and patterns using searchGitHub and Exa tools. Finds real-world implementations and saves structured rep...
Review code using Linus Torvalds' "good taste" philosophy. Eliminates defensive code, special cases, and deep nesting. Use when re...
Orientation to facet-format JIT deserialization (tiering, fallbacks, key types/entry points) and where to look when changing or de...
Systematic workflow for debugging by reproducing bugs with real data, reducing test cases to minimal examples, and adding regressi...
Deep analysis and investigation