database-postgres
vdevelopment
io.github.latitude-dev/latitude-llm/database-postgres
Drizzle schema, repositories, RLS, SqlClient wiring, Postgres migrations, psql / reset, or platform mappers (toDomain* / toInsertRow).
共 2,719 个资源
vdevelopment
io.github.latitude-dev/latitude-llm/database-postgres
Drizzle schema, repositories, RLS, SqlClient wiring, Postgres migrations, psql / reset, or platform mappers (toDomain* / toInsertRow).
vmain
io.github.vudovn/ag-kit/mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
vmain
io.github.vudovn/ag-kit/mcp-builder
MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.
vmain
io.github.vudovn/ag-kit/frontend-design
Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.
vmain
io.github.vudovn/ag-kit/database-design
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
vmain
io.github.vudovn/ag-kit/deployment-procedures
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
vmain
io.github.vudovn/ag-kit/api-patterns
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
vmain
io.github.vudovn/ag-kit/testing-patterns
Testing patterns and principles. Unit, integration, mocking strategies.
vmain
io.github.vudovn/ag-kit/python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
vmain
io.github.vudovn/ag-kit/nextjs-react-expert
React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.
vmain
io.github.Hmbown/CodeWhale/pdf
Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files with verification of page counts and text extraction.
vmain
io.github.modelscope/AgentJet/docker-install-agentjet-swarm-server
Install and run the AgentJet Swarm Server in a Docker container with NVIDIA GPU support. Use when the user wants to deploy a swarm server on a GPU machine via Docker, including GPU driver setup, Docker mirror configuration, model weight mounting, and server startup.
vmain
io.github.binrogithub/1-3-Cloud-Adoption-Skills/CSS-Code-Search-MCP
Deploy a CSS/OpenSearch code-search MCP server on Huawei Cloud ECS from scratch, so that Claude Code (claude-glm) can search a GitHub repo's code and docs as native MCP tools. Use when the task is to provision a new Huawei Cloud CSS cluster and ECS, index a code repository into CSS, and expose it as a searchable MCP tool for AI coding agents.
vmain
io.github.anthropics/knowledge-work-plugins/review-contract
Reviews a contract in plain English, surfaces red flags with severity ratings, and produces a marked-up docx/PDF with suggested redlines. Accepts optional file path or DocuSign envelope ID.
vmain
io.github.uw-ssec/rse-plugins/css-architecture
Use when starting a new frontend project and choosing a CSS approach, refactoring inconsistent CSS, hitting specificity wars, integrating a component library, adding theming/dark mode, or deciding between BEM, Tailwind, CSS Modules, or CSS-in-JS.
vmain
io.github.affaan-m/ECC/frontend-design-direction
Set an ECC-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing pages, visual tools, or any web UI that needs stronger product-specific design judgment.
vmaster
io.github.prowler-cloud/prowler/react-19
React 19 patterns with React Compiler. Trigger: When writing React 19 components/hooks in .tsx (React Compiler rules, hook patterns, refs as props). If using Next.js App Router/Server Actions, also use nextjs-16.
vmain
io.github.pedronauck/skills/refactoring-analysis
Analyzes codebases to identify refactoring opportunities based on Martin Fowler's catalog of code smells and refactoring techniques. Detects duplicated code, high coupling, complex conditionals, primitive obsession, long functions, and other structural issues. Produces a structured refactoring report with prioritized findings saved to docs/_refacs/. Use when auditing code quality, preparing for a refactoring sprint, or reviewing architectural health. Don't use for style/formatting issues, performance optimization, or security audits.
vmain
io.github.pedronauck/skills/typescript-advanced
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Don't use for plain JavaScript, runtime validation libraries (Zod, Yup), or basic TypeScript syntax questions.
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Database
当用户需要进行数据库设计、SQL 优化或数据库迁移时使用。此 Skill 专注于提供数据库架构设计、性能调优和数据迁移策略的专业指导。
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Python
当用户需要进行 Python 后端开发时使用。此 Skill 提供 FastAPI 开发、异步编程和性能优化等 Python 后端开发全栈能力支持。
vmain
io.github.boshi-xixixi/TraeSkill/05_Backend_Node
当用户需要进行 Node.js 后端开发时使用。此 Skill 提供 Node.js 后端开发的架构模式与最佳实践,涵盖错误处理、中间件设计、异步流控制和依赖注入。
vmain
io.github.alibaba/loongcollector/design-document
Design document writing conventions. Use when writing or reviewing technical design documents.
vmain
io.github.alibaba/loongcollector/security-check
Security scanning before commit/push. Checks for sensitive information like API keys and tokens.