Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Prevents directory traversal in Supabase Storage via path validation functions and storage RLS. Contains: storage-path-validation Creates Postgres functions to validate storage path payloads and prevent directory traversal. Enforces tenant-safe file paths via storage RLS bucket policies. Use when configuring Supabase storage buckets, writing storage RLS policies, or implementing tenant-scoped file uploads. | SkillsDocsRules | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Enforces strict isolation of service_role key to server-side contexts only. Contains: service-role-boundary Enforces that service_role key is never exposed to client-side code. Validates admin client isolation, privileged operations routing, and server-only key usage. Use when implementing admin operations, server-side Supabase clients, or auditing service_role key usage. | SkillsDocsRules | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Injects tenant ID and RBAC permissions into JWT via Postgres Auth Hooks during token issuance. Contains: custom-access-token-hook Generates Postgres Auth Hook that injects tenant_id and serialized permissions into JWT app_metadata using jsonb_set. Use when implementing RBAC, multi-tenant JWT claims, custom access token hooks, or permission injection into Supabase auth tokens. | SkillsDocsRules | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Writes and executes JavaScript-based shell scripts using Google's zx library. Use when writing shell scripts, automation, build tools, file processing, CLI tools, deployment scripts, data pipelines, or batch operations. Also covers piping, streams, parallel execution, retries, cross-platform scripting, built-in fs utilities, and minimist argument parsing. Contains: google-zx-scripting Writes and executes JavaScript-based shell scripts using Google's zx library. Use when writing shell scripts, automation, build tools, file processing, CLI tools, deployment scripts, data pipelines, or batch operations. Also covers piping, streams, parallel execution, retries, cross-platform scripting, built-in fs utilities, and minimist argument parsing. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.1.0 |
Splits mixed Server/Client pages into separate files with clean boundaries — extracting client logic into a `<DescriptiveName>Client.tsx` and rewriting `page.tsx` as a pure Server Component — and flags repeated JSX structures for extraction into shared typed components. Apply when working in a Next.js App Router project and you detect `export const metadata` alongside `"use client"`, hooks in a Server Component, a page file that has grown unwieldy (>200–300 LOC) with interactive logic, or the same layout block duplicated inline multiple times. Contains: nextjs-app-refactor Splits mixed Server/Client Next.js pages into clean boundaries — extracts client logic into `*Client.tsx`, rewrites `page.tsx` as a pure Server Component, flags repeated JSX for componentisation, and detects styling inconsistencies across the codebase. Trigger on: refactor requests, mixed Server/Client files, pages >200 LOC with hooks, duplicated JSX, or any style drift between components. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
finkel/mcp-tool-naming v0.1.2 Guidelines for naming MCP tools, describing parameters, and documenting tools in a language- and framework-agnostic manner | Docs | 97 1.02x Agent success vs baseline Impact 97% 1.02xAverage score across 5 eval scenarios Reviewed: Version: 0.1.2 |
catalan-adobe/cmux-setup v0.2.1 BEFORE manually calling cmux set-status or writing chpwd hooks for workspace coloring, use this skill. Manages workspace color rules that auto-apply based on directory patterns. Handles config creation, zsh hook installation, rule management, and on-demand workspace coloring via cmux set-status. Triggers on "cmux setup", "workspace colors", "color this workspace", "add color rule", "project colors", or any request to visually differentiate cmux workspaces. Contains: cmux-setup BEFORE manually calling cmux set-status or writing chpwd hooks for workspace coloring, use this skill. Manages workspace color rules that auto-apply based on directory patterns. Handles config creation, zsh hook installation, rule management, and on-demand workspace coloring via cmux set-status. Triggers on "cmux setup", "workspace colors", "color this workspace", "add color rule", "project colors", or any request to visually differentiate cmux workspaces. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.1 |
kopai/create-dashboard v1.1.0 Create observability dashboards from OTEL metrics, logs, and traces using Kopai. Use when building metric visualizations, monitoring views, KPI panels, or when the user wants to see their telemetry data in a dashboard — even if they don't say "dashboard" explicitly. Also use when other skills or workflows need to present telemetry data visually (e.g. after root cause analysis). Contains: create-dashboard Create observability dashboards from OTEL metrics, logs, and traces using Kopai. Use when building metric visualizations, monitoring views, KPI panels, or when the user wants to see their telemetry data in a dashboard — even if they don't say "dashboard" explicitly. Also use when other skills or workflows need to present telemetry data visually (e.g. after root cause analysis). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.1.0 |
Analyze telemetry data for root cause analysis using Kopai CLI. Use when debugging errors, investigating latency issues, tracing request flows across services, or correlating logs with traces. Also use when users report production issues like "why is my API slow", "getting 500 errors", "service is down", "requests are timing out", or any symptom that needs telemetry-based investigation — even if they don't mention traces or observability explicitly. Contains: root-cause-analysis Analyze telemetry data for root cause analysis using Kopai CLI. Use when debugging errors, investigating latency issues, tracing request flows across services, or correlating logs with traces. Also use when users report production issues like "why is my API slow", "getting 500 errors", "service is down", "requests are timing out", or any symptom that needs telemetry-based investigation — even if they don't mention traces or observability explicitly. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1.1.0 |
experiments/eval-setup v0.3.1 Generate eval scenarios from repo commits, configure multi-agent runs, execute baseline + with-context evals, and compare results — the full setup pipeline before improvement begins Contains: eval-setup Sets up complete evaluation pipelines for Tessl tiles from scratch. Generates eval scenarios from repo commit history, configures single or multi-agent runs, executes baseline and with-context evals, and compares results across agents and scenarios. Use when setting up evaluation pipelines, benchmarking tile performance, comparing agent performance, or generating test scenarios from git history. Also useful when starting a new evaluation workflow, running performance assessments against historical commits, or testing how well a tile improves agent outcomes. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.3.1 |
Comprehensive documentation and best practices for building Terraform providers with terraform-plugin-framework (v1.17.0). Covers providers, resources, schemas, types, validators, testing, and common pitfalls. | DocsRules | 97 1.04x Agent success vs baseline Impact 97% 1.04xAverage score across 5 eval scenarios Reviewed: Version: 0.1.6 |
A mature testing framework for Go designed to help you write expressive specs | Docs | 97 1.12x Agent success vs baseline Impact 97% 1.12xAverage score across 10 eval scenarios Reviewed: Version: 2.27.1 |
tessl/pypi-yacs v0.1.0 A lightweight library for defining and managing system configurations for scientific experimentation. | Docs | 97 1.06x Agent success vs baseline Impact 97% 1.06xAverage score across 10 eval scenarios Reviewed: Version: 0.1.0 |
tessl/pypi-tox-pyenv v1.1.0 tox plugin that makes tox use `pyenv which` to find python executables | Docs | 97 1.03x Agent success vs baseline Impact 97% 1.03xAverage score across 10 eval scenarios Reviewed: Version: 1.1.0 |
tessl/pypi-kedro v1.1.0 Kedro helps you build production-ready data and analytics pipelines | Docs | 97 1.31x Agent success vs baseline Impact 97% 1.31xAverage score across 20 eval scenarios Reviewed: Version: 1.1.0 |
tessl/pypi-bleak v1.1.0 Cross-platform Bluetooth Low Energy GATT client library for asynchronous BLE communication | Docs | 97 1.06x Agent success vs baseline Impact 97% 1.06xAverage score across 10 eval scenarios Reviewed: Version: 1.1.0 |
tessl/pypi-aioredis v2.0.0 asyncio (PEP 3156) Redis support | Docs | 97 1.00x No change in agent success vs baseline Impact 97% 1.00xAverage score across 10 eval scenarios Reviewed: Version: 2.0.0 |
License detector for UglifyJS that identifies and preserves license comments during minification | Docs | 97 1.12x Agent success vs baseline Impact 97% 1.12xAverage score across 10 eval scenarios Reviewed: Version: 0.4.0 |
tessl/npm-scrypt-js v3.0.0 The scrypt password-based key derivation function with sync and cancellable async. | Docs | 97 0.98x Agent success vs baseline Impact 97% 0.98xAverage score across 10 eval scenarios Reviewed: Version: 3.0.0 |
tessl/npm-pixelmatch v7.1.0 The smallest and fastest pixel-level image comparison library with anti-aliasing detection. | Docs | 97 1.12x Agent success vs baseline Impact 97% 1.12xAverage score across 10 eval scenarios Reviewed: Version: 7.1.0 |
Can't find what you're looking for? Evaluate a missing skill.