发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Agent Memory 🧠
Full intelligence layer: vector memory + knowledge graph + structured database.
ClinVar Database Guide
ClinVar is a freely accessible, public archive of reports of the relationships among human variations and phenotypes, with supporting evidence.
Variant Annotation
Query and interpret gene variant clinical significance from ClinVar and dbSNP databases with ACMG guideline support.
UI/UX Pro Max - Design Intelligence
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 9 technology stacks. Searchable database with priority-based recommendations.
Storage Pattern Rules
Unless the user explicitly requests persistence (words like "save", "persist", "database", "storage", "SwiftData"), use **in-memory data with rich dummy data**:
notion
Use the Notion API to create/read/update pages, data sources (databases), and blocks.
Surrealism -- WASM Extensions for SurrealDB
New in SurrealDB 3. Write custom functions in Rust, compile them to WebAssembly (WASM), and deploy them as native database modules callable from SurrealQL.
Surrealism -- WASM Extensions for SurrealDB
New in SurrealDB 3. Write custom functions in Rust, compile them to WebAssembly (WASM), and deploy them as native database modules callable from SurrealQL.
Surreal-Sync -- Data Migration and Synchronization
Surreal-Sync is a CLI tool for migrating data from various database sources to SurrealDB with full and incremental synchronization via Change Data Capture (CDC).
Surrealism -- SurrealDB WASM Extension System
Surrealism is SurrealDB's plugin/extension system, introduced in v3.0.0. It enables developers to write custom functions in Rust, compile them to WebAssembly (WASM), and register them as database modules callable from SurrealQL queries.
Surreal-Sync -- Data Migration and Synchronization
Surreal-Sync is SurrealDB's data migration and synchronization tool. It enables full and incremental data transfer from external databases and streaming sources into SurrealDB, supporting both one-time migrations and continuous synchronization.
SurrealDB Security
SurrealDB has a layered security model built into the database itself, eliminating the need for separate middleware or application-level permission checks in many cases. Authentication, authorization, and row-level security are all defined in SurrealQL and enforced by the database engine.