Toolverse

Find the best skills for

tachograph-infringement-triage-root-cause-uk

by openclaw

Triages tachograph infringements, identifies common patterns, and outputs “what to check next” prompts and weekly review notes. USE WHEN doing weekly tacho/WTD reviews.

Security
1

tailored-resume-generator

by ComposioHQ

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

Frontend
236

tailwind-4

by Gentleman-Programming

Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind - cn(), theme variables, no var() in className.

Frontend
14

tailwind-best-practices

by mastra-ai

Tailwind CSS styling guidelines for Mastra Playground UI. This skill should be used when writing, reviewing, or refactoring styling code in packages/playground-ui and packages/playground to ensure design system consistency. Triggers on tasks involving Tailwind classes, component

Frontend
545

tailwind-design-system

by wshobson

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

Frontend
2676

tailwind-patterns

by davila7

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.

Frontend
636

tailwindcss-development

by spatie

Styles applications using Tailwind CSS v4 utilities. Activates when adding styles, restyling components, working with gradients, spacing, layout, flex, grid, responsive design, dark mode, colors, typography, or borders; or when the user mentions CSS, styling, classes, Tailwind,

Frontend
47

takopi-release

by banteg

Prepare and ship a Takopi release. Use when asked to cut a release, bump release versions, update changelog/spec/readme, tag vu003cmajor.minor.patchu003e, or trigger the GitHub release workflow.

DevOps
1

tally

by openclaw

Create and edit Tally forms via API. Use when building surveys, feedback forms, or questionnaires programmatically. Supports all question types including text inputs, multiple choice, checkboxes, ratings (via workaround), and more.

Security
514

tamagui

by tamagui

Universal React UI framework for web and native. Use when building cross-platform apps with Tamagui,\ncreating styled components with `styled()`, configuring design tokens/themes, using Tamagui UI components,\nor working with animations. Triggers: \

Frontend
741

tandoor-recipes

by openclaw

Manage recipes, meal plans, and shopping lists in Tandoor Recipe Manager. Use when the user wants to create recipes, plan meals, search for recipes, or manage their shopping list.

Backend
230

tanstack-form

by exceptionless

TanStack Form with Zod validation in Svelte 5. Form state management, field validation,\nerror handling, and ProblemDetails integration.\nKeywords: TanStack Form, createForm, Field, form validation, zod schema, form errors,\nonSubmit, onSubmitAsync, problemDetailsToFormErrors

Frontend
640

tanstack-query

by exceptionless

Data fetching and caching with TanStack Query in Svelte. Query patterns, mutations,\ncache invalidation, WebSocket-driven updates, and optimistic updates.\nKeywords: createQuery, createMutation, TanStack Query, query keys, cache invalidation,\noptimistic updates, refetch, stale

Frontend
435

tanstack-router-migration

by redpanda-data

Migrate React applications from React Router to TanStack Router with file-based routing. Use when user requests: (1) Router migration, (2) TanStack Router setup, (3) File-based routing implementation, (4) React Router replacement, (5) Type-safe routing, or mentions 'migrate

Frontend
11

task

by openclaw

Tasker docstore task management via tool-dispatch. Use for task lists, due today/overdue, week planning, add/move/complete, or explicit /task commands.

Backend
35

task-analyzer

by shinpr

Metacognitive task analysis and skill selection. Analyzes task essence, estimates scale, and returns appropriate skills with metadata.

Backend
574

task-breakdown

by jasonkneen

Convert technical designs into actionable, sequenced implementation tasks. Create clear coding tasks that enable incremental progress, respect dependencies, and provide a roadmap for systematic feature development.

Security
17

task-coordination-strategies

by wshobson

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

DevOps
227

task-management

by anthropics

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

Backend
348

task-master

by sfc-gh-dflippo

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

DevOps
14126

task-status

by openclaw

Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message

DevOps

task-tracker

by openclaw

Personal task management with daily standups and weekly reviews. Use when: (1) User says 'daily standup' or asks what's on their plate, (2) User says 'weekly review' or asks about last week's progress, (3) User wants to add/update/complete tasks, (4) User asks about blockers or

Testing
32

taskmaster

by openclaw

Project manager and task delegation system. Use when you need to break down complex work into smaller tasks, assign appropriate AI models based on complexity, spawn sub-agents for parallel execution, track progress, and manage token budgets. Ideal for research projects,

Data Science
14

tasknotes

by openclaw

Manage tasks in Obsidian via TaskNotes plugin API. Use when user wants to create tasks, list tasks, query by status or project, update task status, delete tasks, or check what they need to do.

Backend
418

tasks

by snarktank

Convert a PRD markdown file to prd.json for execution. Triggers on: convert prd, create tasks, prd to json, generate tasks from prd.

Backend
17

tauri-solidjs

by different-ai

Tauri 2.x + SolidJS stack for OpenWork native app

Mobile
244

tautulli

by openclaw

Monitor Plex activity and stats via Tautulli API. Check who's watching, view history, get library stats, and see server info.

Backend
11

tavily-search

by closedloop-technologies

Use Tavily Search API for optimized, real-time web search results for RAG. Requires TAVILY_API_KEY.

DevOps
8108

tavily-search-pro

by openclaw

Tavily AI search platform with 5 modes: Search (web/news/finance), Extract (URL content), Crawl (website crawling), Map (sitemap discovery), and Research (deep research with citations). Use for: web search with LLM answers, content extraction, site crawling, deep research.

Security
442

tavily-usage

by fcakyon

This skill should be used when user asks to \

Data Science
332

tavily-web

by davila7

Web search, content extraction, crawling, and research capabilities using Tavily API

Backend
222

tcga-bulk-data-preprocessing-with-omicverse

by Starlitnightly

Guide Claude through ingesting TCGA sample sheets, expression archives, and clinical carts into omicverse, initialising survival metadata, and exporting annotated AnnData files.

Mobile
12

tcm-constitution-analyzer

by huifer

分析中医体质数据、识别体质类型、评估体质特征,并提供个性化养生建议。支持与营养、运动、睡眠等健康数据的关联分析。

Data Science
11

tdd-discipline

by openclaw

Test-Driven Development methodology. Use when implementing features or fixing bugs. Write the test first, watch it fail, write minimal code to pass, then refactor. Prevents untested code from shipping.

Testing

tdd-guide

by alirezarezvani

Test-driven development workflow with test generation, coverage analysis, and multi-framework support

Testing
1

tdd-migrate

by parcadei

TDD workflow for migrations - orchestrate agents, zero main context growth

Testing
1

tdd-migration-pipeline

by parcadei

Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation

DevOps
11

tdd-orchestrator

by sickn33

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices. Enforces TDD best practices across teams with AI-assisted testing and modern frameworks. Use PROACTIVELY for TDD

Testing
1

tdd-workflow

by affaan-m

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

Testing
227

tdd-workflows-tdd-cycle

by sickn33

Use when working with tdd workflows tdd cycle

Testing
221

tdd-workflows-tdd-green

by sickn33

Implement the minimal code needed to make failing tests pass in the TDD green phase.

Testing
25

tdd-workflows-tdd-red

by sickn33

Generate failing tests for the TDD red phase to define expected behavior and edge cases.

Testing
1

tdd-workflows-tdd-refactor

by sickn33

Use when working with tdd workflows tdd refactor

Testing
11

team

by Yeachan-Heo

N coordinated agents on shared task list using Claude Code native teams

Data Science
619

team-collaboration-issue

by sickn33

You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an

Backend
25

team-collaboration-standup-notes

by sickn33

You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns.

Backend
11

team-communication-protocols

by wshobson

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing team communication norms, handling plan approvals, or managing team shutdown.

Testing
1

team-composition-analysis

by wshobson

This skill should be used when the user asks to \

UX / Design
221