数据库
数据库管理与查询
postgres-patterns
joneqian
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
backend-patterns
joneqian
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, NestJS, FastAPI, and Next.js API routes.
second-brain
leegonzales
Personal intelligence system for capturing thoughts, managing knowledge, and surfacing insights. Use when user wants to capture an idea, task, or note during conversation; query their knowledge base; check their inbox; review digests; or update task status. Triggers include "remember this," "add a task," "what did I say about," "show my inbox," or "mark complete."
Sales and CRM Management
ShunsukeHayashi
Complete sales funnel design, B2B sales playbook, CRM setup, and customer success management. Use when building sales processes or reducing churn.
notebooklm
leegonzales
Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.
tanstack-query
tanstack-skills
Powerful asynchronous state management, server-state utilities, and data fetching for TS/JS, React, Vue, Solid, Svelte & Angular.
goals-graph
leegonzales
Query and update Lee's goals graph through natural language. Translates conversational questions and updates into goals_query.py commands.
tanstack-db
tanstack-skills
Reactive client-first store for your API with collections, live queries, and optimistic mutations.
silicon-doppelganger
leegonzales
Build psychometrically accurate personal proxy agents for the PAIRL Conductor system. Extracts personality, decision heuristics, and values into portable schemas that enable AI agents to negotiate, filter, and act on a principal's behalf.
tanstack-cli
tanstack-skills
Project scaffolding CLI with 30+ integrations, custom templates, and MCP server for AI agents.
Sales and CRM Management
ShunsukeHayashi
Complete sales funnel design, B2B sales playbook, CRM setup, and customer success management. Use when building sales processes or reducing churn.
sql-expert
AutumnsGrove
"Expert SQL query writing, optimization, and database schema design with support for PostgreSQL, MySQL, SQLite, and SQL Server. Use when working with databases for: (1) Writing complex SQL queries with joins, subqueries, and window functions, (2) Optimizing slow queries and analyzing execution plans, (3) Designing database schemas with proper normalization, (4) Creating indexes and improving query performance, (5) Writing migrations and handling schema changes, (6) Debugging SQL errors and query issues"
performance
outfitter-dev
This skill should be used when profiling code, optimizing bottlenecks, benchmarking, or when "performance", "profiling", "optimization", or "--perf" are mentioned.
django-app-development
KentoShimizu
"Django application development workflow for production-grade app changes. Use when Django-specific code (models, views, serializers/forms, routing, settings, middleware, auth flows) must be implemented or revised with framework runtime behavior in scope; do not use for repository-wide architecture governance or release management policy."
api-design-graphql
KentoShimizu
GraphQL schema and resolver contract design for type boundaries, nullability, authz, and query-cost safety. Trigger when SDL, resolver behavior, field contracts, or query safety controls are added/changed, and their contract impact is not yet explicitly specified. Do not use for REST/OpenAPI endpoint design, API version lifecycle governance, or standalone error taxonomy design.
sushiswap-api
Demerzels-lab
REST API for optimized token swapping (including executable transaction generation), swap quoting, and pricing using the SushiSwap Aggregator. Use this skill when the user wants to: - Get a swap quote between two tokens on 40+ evm networks - Generate executable swap transaction data - Fetch token prices for a specific network or token - Retrieve token metadata - Discover supported AMM liquidity sources - Integrate SushiSwap swapping or pricing logic via HTTP/REST (and not the SushiSwap Javascript API)
database
Demerzels-lab
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
LOF Arbiter - 套利精灵 Skill
yiji1100
v0.1 2026-03-28 初始版本
testing-strategy
CsHeng
Comprehensive testing strategies and coverage standards. Use when testing strategy guidance is required.
binance
Demerzels-lab
Binance exchange integration. Trade spot, futures, and manage portfolio on the world's largest crypto exchange.
drupal-backend
Omedia
Drupal Back End Specialist skill for custom module development, hooks, APIs, and PHP programming (Drupal 8-11+). Use when building custom modules, implementing hooks, working with entities, forms, plugins, or services.
deployment-checker
CuriousLearner
Pre-deployment validation checklist and automated readiness assessment.
code-review-pro
gked2121
Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.
query-optimizer
CuriousLearner
Analyze and optimize SQL queries for better performance and efficiency.