Find the perfect skill
LangChain Architecture
Development
Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration.
Trust & Reliability Animation
Development
Guidelines for creating animations that build user trust through predictable, consistent motion. Covers Disney principles, timing, and easing for dependable UI.
AutoSnippet Concepts
Development
Explains the core concepts of AutoSnippet including the knowledge base (知识库), Recipe, Snippet, Candidates, and context storage (向量库). Describes where each component lives and their purposes. Best used when the user asks about '知识库', Recipe, Snippet, vector store, or the overall structure of AutoSnippet project data.
Validate Capability Flow
Development
Validates a capability flow specification against framework schema constraints. Use after designing a process to ensure compliance with framework rules.
Exa Core Workflow B
Development
Execute the secondary Exa workflow (Core Workflow B) for implementing complementary or secondary use cases. Designed to be lower complexity and more performance-optimized than the primary workflow, it requires prior setup of Exa authentication and familiarity with the main workflow. Useful when triggered by phrases like 'exa secondary workflow' to produce completed execution results and error details.
Create GitHub Pull Requests
Development
Automates GitHub PR creation from current branch commits: detects PR templates, generates title and body, runs gh pr create, and monitors Copilot review status.
Global Conventions
Development
Follow project-wide development conventions including structure, documentation, version control, environment configuration, and dependency management.
Commit Message Generator
Development
Generates clear, conventional commit messages from git diffs. It analyzes staged changes to determine the type of change (feat, fix, etc.) and produces a summary line with a detailed description. Use when writing commit messages or reviewing staged changes.
PR Diff and Local Changes
Development
Shows a pull request diff and local changes using an external Git script.
Build & Deploy VisaJobs.xyz Site
Development
Build, preview, and deploy the VisaJobs.xyz Eleventy site with Tailwind CSS, Pagefind search, and GitHub Pages deployment.
Python Package License Compatibility Checker
Development
Assesses Python package license compatibility for redistribution and wheel building using the SPDX.org license database for real-time, authoritative license information.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.