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.
Recently indexed
Browse all →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.
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…
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…
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.
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 …
TRPC Router Implementation Guide
A guide for implementing and modifying TRPC routers, focusing on middleware-based model injection and standardised procedure patterns.