widget-generator
Generate customizable widget plugins for the prompts.chat feed system
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
Explore an open directory built around AI Agent Skills, with fast ways to find, compare, and install high-quality skills for Claude Code, Cursor, Windsurf, and other IDEs. From workflow automation and document handling to browser actions and data extraction, this page focuses on installable skills with practical delivery paths.
Generate customizable widget plugins for the prompts.chat feed system
backend-code-review is a skill that reviews backend code for quality, security, maintainability, and best practices based on established checklist rules.
component-refactoring is a skill that simplifies complex React components by reducing complexity and improving code quality
Frontend testing skill for generating Vitest and React Testing Library tests
frontend-code-review is a skill that automates the inspection of frontend code files, such as .tsx, .ts, and .js, using a predefined checklist.
frontend-query-mutation is a guide for implementing Dify frontend query and mutation patterns with TanStack Query and oRPC, focusing on contract management and efficient data handling.
orpc-contract-first is a development approach that keeps contracts as a single source of truth in web/contract, using default query usage and minimal abstractions to preserve TypeScript inference.
Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup
chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.
Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.
Data fetching architecture guide using Service layer + Zustand Store + SWR. Use when implementing data fetching, creating services, working with store hooks, or migrating from useEffect. Triggers on d