update-pr
Discovery Protocol
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
Discovery Protocol
Microsoft Agent Framework is a framework for building, orchestrating, and deploying AI agents and multi-agent workflows with graph-based workflows and streaming capabilities.
Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.
An opinionated C# Toolkit on top of Microsoft Agent Framework that makes life easier
summon is a Kotlin Multiplatform UI framework for creating standalone websites or frontends with JVM backend frameworks.
Team is a skill that enables autonomous formation of temporary teams with specialized AI agents to collaborate on tasks, leveraging technologies like agent-framework and multi-agent systems.
10 AI agents with persistent memory, professional knowledge, and file-based coordination. Built for Claude Code.
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, o
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.
frontend-query-mutation is a Dify frontend skill for implementing contract-first query and mutation patterns with TanStack Query and oRPC.
Review backend code for quality, security, maintainability, and best practices based on established checklist rules. Use when the user requests a review, analysis, or improvement of backend files (e.g., `.py`) under the `api/` directory. Do NOT use for frontend files (e.g., `.tsx`, `.ts`, `.js`). Supports pending-change review, code snippets review, and file-focused review.
Guide for implementing oRPC contract-first API patterns in Dify frontend. Trigger when creating or updating contracts in web/contract, wiring router composition, integrating TanStack Query with typed contracts, migrating legacy service calls to oRPC, or deciding whether to call queryOptions directly vs extracting a helper or use-* hook in web/service.