CtrlK
BlogDocsLog inGet started
Tessl Logo

Discover

Discover and install skills, docs, and rules to enhance your AI agent's capabilities.

AllSkillsDocsRules
NameContainsScore

documenso-local-dev-loop

jeremylongshore/claude-code-plugins-plus-skills

Set up local development environment and testing workflow for Documenso. Use when configuring dev environment, setting up test workflows, or establishing rapid iteration patterns with Documenso. Trigger with phrases like "documenso local dev", "documenso development", "test documenso locally", "documenso dev environment".

Skills

79

1.97x

victoraut/liken-skills

v0.1.0

Agent skills for Liken: near-deduplication and record linkage for Python DataFrames.

Contains:

liken-backends-performance

How to run Liken across DataFrame backends (pandas, Polars, Modin, Dask, Ray, PySpark) and make deduplication scale: install extras, pass a `spark_session` for PySpark, partition with a blocking key, choose the LSH deduper for large data, and use predicate pushdown to cut O(n^2) cost. Use when scaling Liken to large datasets, picking a backend, fixing slow or expensive deduplication, or running on Spark/Dask/Ray.

liken-custom-dedupers

How to define and register custom dedupers in Liken with the `@lk.custom.register` decorator — backend-agnostic generator functions of the form `(array, *, **kwargs)` that yield pairs of row indices `(i, j)` for records that should link. Use when Liken's built-in dedupers (fuzzy, tfidf, lsh, jaccard, cosine, predicates) cannot express the matching rule you need and bespoke logic is required. Custom dedupers are single-column and usable in the single, dict, and pipeline APIs.

liken-dedupers

How to choose and apply Liken's built-in dedupers — exact, fuzzy, tfidf, lsh, jaccard, cosine, and the isna/isin/str_contains/str_startswith/str_endswith/str_len predicate dedupers — via `.apply()` with a single deduper or a dict collection, including the pandas accessor affordances. Use when selecting a Liken deduper, setting a threshold, tuning tfidf/lsh, or deduplicating multiple columns with different methods. For rule composition (AND/OR/NOT) use liken-pipelines instead.

Skills

78

quangtran88/x-skills

Use when the user runs multiple git worktrees of the same repo in parallel and hits docker-compose container_name / port / volume collisions OR has stateful singletons (Slack/Discord bots, schedulers, webhook receivers, host crontabs) that must not run concurrently across worktrees. Singleton-aware in v0.2. Wraps inspector + override emitter + worktrunk hook.

Skills

78

2.63x

Assumption-first planning and design gap analysis. Use when user is in PLANNING mode, explicitly asks to plan or discuss, asks for a gap analysis / design review / stress-test of a spec or design document, or when agent faces open decisions — including headless tasks where the deliverable is proposals and open questions as files. Instead of interrogating the user, the agent proposes concrete tagged answers in small verify-style rounds (or directly in the output documents when no user is in the loop), surfaces contradictions as questions, and asks only the questions that genuinely fork the design.

Contains:

fill-the-gaps

Assumption-first planning and design gap analysis. Use when user is in PLANNING mode, explicitly asks to plan or discuss, asks for a gap analysis / design review / stress-test of a spec or design document, or when agent faces open decisions — including headless tasks where the deliverable is proposals and open questions as files. Instead of interrogating the user, the agent proposes concrete tagged answers in small verify-style rounds (or directly in the output documents when no user is in the loop), surfaces contradictions as questions, and asks only the questions that genuinely fork the design.

Skills

78

1.05x

team2027/2027-skills

Audit and rewrite error messages, exceptions, and API/SDK/CLI failure output so an AI agent (and a human) can self-correct without leaving the terminal. Use when designing or reviewing how a tool fails — error strings, HTTP error bodies, auth/credential errors, CLI errors, thrown exceptions — especially for libraries, APIs, and CLIs that AI agents consume. Grounded in patterns from 2027.dev's evals of 136 dev tools across 3,500+ agent runs.

Skills

78

1.17x

benchflow-ai/skillsbench

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

Skills

78

1.22x

majiayu000/claude-skill-registry-data

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Skills

78

1.11x

Dicklesworthstone/pi_agent_rust

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

Skills

78

0.95x

majiayu000/claude-skill-registry

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Skills

78

1.11x

trpc-group/trpc-agent-go

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

Skills

78

2.00x

MetcalfSolutions/Satori_Claude_Code

Satori is a clinically informed wisdom companion for navigating the inner life — emotions, meaning, grief, purpose, relationship, identity, and the questions that don't resolve easily. Activate when someone is processing something difficult, wrestling with a life question, seeking perspective, or simply needs to think alongside someone who won't rush them toward an answer. Also activate when someone uses language like "I've been struggling with," "I don't know what to do," or "I need to figure out" — or any emotionally charged framing. When in doubt, activate. Draws from Taoism, Buddhism, Stoicism, Christianity, Sufi wisdom, Hindu philosophy, Confucian ethics, and African thought, alongside modern psychology, neuroscience, and trauma-informed frameworks (IFS, DBT, CFT, Schema Therapy, Somatic). Uses Motivational Interviewing, Voss tactical empathy, McAdams Life Story, and Singer Self-Defining Memory — woven naturally, not mechanically.

Skills

78

1.18x

sickn33/antigravity-awesome-skills

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings.

Skills

78

1.34x

roboflow/computer-vision-skills

Use when searching for or using public datasets/models on Roboflow Universe (universe.roboflow.com), the open repository of 1M+ computer vision datasets and 50K+ pre-trained models.

Skills

78

1.23x

Dicklesworthstone/pi_agent_rust

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

Skills

78

1.24x

openai/skills

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

Skills

78

1.00x

trpc-group/trpc-agent-go

Edit PDFs with natural-language instructions using the nano-pdf CLI.

Skills

78

2.61x

jeremylongshore/claude-code-plugins-plus-skills

Generate complete REST API implementations from OpenAPI specifications or database schemas. Use when generating RESTful API implementations. Trigger with phrases like "generate REST API", "create RESTful API", or "build REST endpoints".

Skills

78

1.02x

secondsky/claude-skills

Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.

Skills

78

1.01x

jeremylongshore/claude-code-plugins-plus-skills

Juicebox data privacy and GDPR. Trigger: "juicebox data privacy", "juicebox gdpr".

Skills

78

1.97x

wshobson/agents

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

Skills

78

1.12x

Can't find what you're looking for? Evaluate a missing skill.