Loading...
Loading...
Found 7,071 Skills
Feishu Video Conference: Query meeting records and obtain meeting minute artifacts (summary, todos, chapters, verbatim transcript). 1. Use this skill when querying the number or details of completed meetings (e.g., meetings held yesterday | last week | today, etc.). Use the lark-calendar skill to query upcoming meeting schedules. 2. Support searching meeting records using filter conditions such as keywords, time ranges, organizers, participants, and meeting rooms. 3. Use this skill when obtaining or organizing meeting minutes.
Feishu Minutes: Retrieve basic minutes information (title, cover, duration) and related AI outputs (summary, to-dos, chapters). The URL format of Feishu Minutes is: http(s)://<host>/minutes/<minute-token>
Create custom Skills for lark-cli. Use this when you need to package Feishu API operations into reusable Skills (wrapping atomic APIs or orchestrating multi-step workflows).
Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
Initialize a new Convex backend from scratch with schema, auth, and basic CRUD operations. Use when starting a new project or adding Convex to an existing app.
Design and build Convex components with clear boundaries, isolated state, and app-facing wrappers. Use when creating a new Convex component, extracting reusable backend logic into one, or packaging Convex functionality for reuse across apps.