Agentic skills & tools, browsable.

Discover what your agent already knows how to do.

We crawl public GitHub for SKILL.md files and agentic tools, summarise them with a local LLM, and let you search by meaning — not keywords.

1,949 skills 677 tools 3,059 repos indexed

Recently indexed

Browse all →
skill ★ 77,350

LobeHub task management and workflow orchestration

This skill provides comprehensive CLI access to manage the entire task lifecycle within LobeHub. Developers can use commands to track progress, manage subtasks and dependencies, and handle associated documents and conversation topics.

lobehub/lobehub task-management workflow cli llm
skill ★ 77,350

Upstash Workflow Implementation Patterns

Provides a structured three-layer architecture for implementing asynchronous workflows using Upstash Workflow and QStash. It covers essential patterns including dry-run modes, fan-out for large batches, and single-task execution to manage r…

lobehub/lobehub upstash qstash async-workflows fan-out
skill ★ 77,350

Advanced Zustand State Management with Class Actions

This skill outlines advanced patterns for managing complex state in Zustand, guiding developers to migrate from simple state creators to class-based actions. It enforces strict conventions for action hierarchy, optimistic updates, and compo…

lobehub/lobehub zustand state-management typescript class-actions
skill ★ 77,350

Automated Version Release Workflow Manager

This skill orchestrates the full software release cycle, managing version bumping, Git tagging, and GitHub Release creation. It routes the process based on PR titles and branch names to ensure accurate minor or patch releases.

lobehub/lobehub version-release ci-cd git-workflow release-notes
skill ★ 77,350

Comprehensive TypeScript Code Style Guide

This guide outlines best practices for writing robust, type-safe TypeScript code, covering advanced topics such as preferred type usage (interface vs type), modern async patterns, and structured module imports. It ensures adherence to high …

lobehub/lobehub typescript code-style type-safety best-practices
skill ★ 77,350

TRPC Router Implementation Guide

A guide for implementing and modifying TRPC routers, focusing on middleware-based model injection and standardised procedure patterns.

lobehub/lobehub trpc typescript api-development backend