Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
KO
Manus에서 모든 스킬 실행
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기
$
cd
top
원클릭으로 모든 스킬 실행
NoSQL 데이터베이스 - Agent Skills | SkillsMP
$
pwd:
~
/
categories
/
nosql-databases
NoSQL 데이터베이스
MongoDB, Redis, NoSQL 데이터베이스 시스템을 위한 에이전트 스킬을 탐색하세요. 문서 및 키-값 저장소로 작업하세요.
스타 순
최근 업데이트순
azure-resource-manager-redis-dotnet.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Azure Resource Manager SDK for Redis in .NET.
2026-04-13
vector-index-tuning.md
34.2k
from
"wshobson/agents"
Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
2026-03-07
elasticsearch.md
17.0k
from
"RightNow-AI/openfang"
Elasticsearch expert for queries, mappings, aggregations, index management, and cluster operations
2026-02-25
redis-expert.md
17.0k
from
"RightNow-AI/openfang"
Redis expert for data structures, caching patterns, Lua scripting, and cluster operations
2026-02-25
cache-expert.md
15.7k
from
"dagger/dagger"
Covers Dagger Engine caching internals including cache key derivation, invalidation, and the immutable DAG model. Use when debugging cache misses, unexpected invalidations, or implementing caching-related engine features.
2026-04-22
abp-mongodb.md
14.2k
from
"abpframework/abp"
ABP MongoDB patterns - AbpMongoDbContext, IMongoCollection, MongoDbRepository, no migrations, embedded documents vs references, manual UpdateAsync required. Use when working in MongoDB projects or implementing MongoDB repositories in ABP.
2026-03-09
monorepo-navigator.md
12.6k
from
"alirezarezvani/claude-skills"
Monorepo Navigator
2026-03-11
meilisearch-admin.md
7.1k
from
"civitai/civitai"
Check Meilisearch index status, tasks, health, and settings. Use for debugging search issues, monitoring indexing tasks, and inspecting index configuration. Read-only admin operations.
2026-04-15
redis-inspect.md
7.1k
from
"civitai/civitai"
Inspect Redis cache keys, values, and TTLs for debugging. Supports both main cache and system cache. Use for debugging cache issues, checking cached values, and monitoring cache state. Read-only by default.
2026-01-21
whodb.md
4.7k
from
"clidey/whodb"
Database operations including querying, schema exploration, and data analysis. Activates for tasks involving PostgreSQL, MySQL, MariaDB, TiDB, SQLite, MongoDB, Redis, Elasticsearch, or ClickHouse databases.
2026-04-10
monorepo-navigator.md
4.3k
from
"openclaw/skills"
Monorepo Navigator
2026-03-13
memory-cache.md
4.3k
from
"openclaw/skills"
High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.
2026-02-18
index-at-creation.md
3.7k
from
"parcadei/Continuous-Claude-v3"
Index at Creation Time
2026-01-10
db-core-collection-setup.md
3.7k
from
"TanStack/db"
Creating typed collections with createCollection. Adapter selection: queryCollectionOptions (REST/TanStack Query), electricCollectionOptions (ElectricSQL real-time sync), powerSyncCollectionOptions (PowerSync SQLite), rxdbCollectionOptions (RxDB), trailbaseCollectionOptions (TrailBase), localOnlyCollectionOptions, localStorageCollectionOptions. CollectionConfig options: getKey, schema, sync, gcTime, autoIndex (default off), defaultIndexType, syncMode (eager/on-demand, plus progressive for Electric). StandardSchema validation with Zod/Valibot/ArkType. Collection lifecycle (idle/loading/ready/error). Adapter-specific sync patterns including Electric txid tracking, Query direct writes, and PowerSync query-driven sync with onLoad/onLoadSubset hooks.
2026-03-27
serverpod-caching.md
3.2k
from
"serverpod/serverpod"
Serverpod caching — local and Redis caches, cache keys, lifetime, CacheMissHandler. Use when caching data, optimizing queries, or working with session.caches.
2026-02-26
trail-sense-database-persistence.md
2.6k
from
"kylecorry31/Trail-Sense"
Add new Room database persistence to Trail-Sense Android app. Use when the user asks to create, add, or implement database persistence for a model, including Entity, DAO, Repository, and AppDatabase migration. Covers entity-to-model mapping, index configuration, and standard CRUD operations.
2026-02-07
add-database-engine.md
2.2k
from
"TableProApp/TablePro"
Guided implementation for adding a new database engine to TablePro. Pre-loaded with all integration points, file locations, patterns, and the complete checklist derived from Redis implementation experience. Use when asked to add support for a new database type (e.g., Cassandra, DynamoDB, ClickHouse).
2026-03-07
upstash-ratelimit-ts.md
2.0k
from
"upstash/ratelimit-js"
Lightweight guidance for using the Redis Rate Limit TypeScript SDK, including setup steps, basic usage, and pointers to advanced algorithm, features, pricing, and traffic‑protection docs.
2026-03-02
databases.md
2.0k
from
"mrgoonie/claudekit-skills"
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
2025-11-06
redis-cache-manager.md
2.0k
from
"jeremylongshore/claude-code-plugins-plus-skills"
Manage redis cache manager operations. Auto-activating skill for Backend Development. Triggers on: redis cache manager, redis cache manager Part of the Backend Development skill category. Use when working with redis cache manager functionality. Trigger with phrases like "redis cache manager", "redis manager", "redis".
2026-03-22
managing-api-cache.md
2.0k
from
"jeremylongshore/claude-code-plugins-plus-skills"
Implement intelligent API response caching with Redis, Memcached, and CDN integration. Use when optimizing API performance with caching. Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".
2026-04-03
js-set-map-lookups.md
1.8k
from
"TheOrcDev/8bitcn-ui"
Use Set and Map for O(1) membership lookups instead of array.includes(). Apply when checking membership repeatedly or performing frequent lookups against a collection.
2026-01-16
pgvector-semantic-search.md
1.7k
from
"timescale/pg-aiguide"
Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or IVFFlat indexes for vectors - Implement RAG (Retrieval Augmented Generation) with PostgreSQL - Optimize pgvector performance, recall, or memory usage - Use binary quantization for large vector datasets **Keywords:** pgvector, embeddings, semantic search, vector similarity, HNSW, IVFFlat, halfvec, cosine distance, nearest neighbor, RAG, LLM, AI search Covers: halfvec storage, HNSW index configuration (m, ef_construction, ef_search), quantization strategies, filtered search, bulk loading, and performance tuning.
2026-04-07
start-elasticsearch.md
1.4k
from
"dadoonet/fscrawler"
This skill can help to start Elasticsearch locally, using start-local project from Elastic.
2026-03-24
redis-patterns.md
1.4k
from
"rohitg00/awesome-claude-code-toolkit"
Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
2026-02-04
dust-elasticsearch.md
1.3k
from
"dust-tt/dust"
Create, migrate, or query Elasticsearch indices in `front`. Use when adding a new front Elasticsearch index, changing mappings or settings, wiring indexing logic, or exposing Elasticsearch-backed analytics/search endpoints.
2026-04-17
dynamodb.md
1.1k
from
"itsmostafa/aws-agent-skills"
AWS DynamoDB NoSQL database for scalable data storage. Use when designing table schemas, writing queries, configuring indexes, managing capacity, implementing single-table design, or troubleshooting performance issues.
2026-01-08
redis-js.md
942
from
"upstash/redis-js"
Work with the Upstash Redis JavaScript/TypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash/redis search extension), and all Redis data structures. Supports automatic serialization/deserialization of JavaScript types. Search also available via @upstash/search-redis and @upstash/search-ioredis adapters for TCP clients.
2026-03-21
vercel-storage.md
913
from
"openai/plugins"
Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.
2026-04-21
rag-skills.md
819
from
"llama-farm/llamafarm"
RAG-specific best practices for LlamaIndex, ChromaDB, and Celery workers. Covers ingestion, retrieval, embeddings, and performance.
2026-01-14
caching-strategies.md
776
from
"dadbodgeoff/drift"
Implement multi-layer caching with Redis, in-memory, and HTTP caching. Covers cache invalidation, stampede prevention, and cache-aside patterns.
2026-02-12
asp-enrichment-zh.md
740
from
"FunnyWolf/agentic-soc-platform"
把结构化数据保存为 enrichment,并附加到 case、alert 或 artifact。
2026-04-07
redis-scaffold.md
624
from
"imperugo/StackExchange.Redis.Extensions"
Generate code patterns for StackExchange.Redis.Extensions — Streams, Geo, VectorSet, Hash, Pub/Sub, Sets, Compression
2026-04-11
caching-strategy-selector.md
620
from
"revfactory/harness-100"
캐싱 전략(Cache Aside, Write Through, Write Behind 등) 선택 매트릭스와 Redis/Memcached 활용, TTL 설계, 캐시 무효화 패턴 가이드. '캐싱 전략', 'Redis', '캐시 무효화', 'TTL', 'Cache Aside', 'Write Through', 'CDN 캐싱', '캐시 스탬피드' 등 캐싱 설계 시 이 스킬을 사용한다. optimization-engineer의 캐싱 설계 역량을 강화한다. 단, 전체 성능 프로파일링이나 벤치마크는 이 스킬의 범위가 아니다.
2026-03-22
stacks-cache.md
620
from
"stacksjs/stacks"
Use when implementing caching in Stacks — memory cache, Redis cache, cache-aside pattern (getOrSet), TTL management, cache stats, or cache configuration. Covers @stacksjs/cache and config/cache.ts.
2026-03-22
caching-strategy-selector.md
620
from
"revfactory/harness-100"
caching strategy(Cache Aside, Write Through, Write Behind etc.) optional and Redis/Memcached for, TTL , cache invalid-ize pattern guide. 'caching strategy', 'Redis', 'cache invalid-ize', 'TTL', 'Cache Aside', 'Write Through', 'CDN caching', 'cache ' etc. caching this for. optimization-engineerof caching -ize. , before performance profilingthis benchmark this of scope .
2026-03-22
redis.md
580
from
"sundial-org/awesome-openclaw-skills"
Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
2026-02-01
database.md
580
from
"sundial-org/awesome-openclaw-skills"
Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
2026-02-01
elasticsearch-analysis.md
569
from
"incidentfox/incidentfox"
Elasticsearch/OpenSearch log analysis using Lucene query syntax and Query DSL. Use when investigating issues via ELK stack, OpenSearch, or any Elasticsearch-based logging.
2026-02-19
bkend-data.md
517
from
"popup-studio-ai/bkit-claude-code"
bkend.ai database — CRUD, column types, filtering, sorting, relations, indexing. Triggers: bkend table, CRUD, column, filter, sort, relation, 테이블, 데이터.
2026-04-08
azure-cache-redis.md
503
from
"MicrosoftDocs/Agent-Skills"
Expert knowledge for Azure Cache for Redis development including troubleshooting, best practices, decision making, architecture & design patterns, security, configuration, integrations & coding patterns, and deployment. Use when configuring geo-replication, persistence, Private Link/VNet access, Redis events/webhooks, or ARM/Bicep deployments, and other Azure Cache for Redis related development tasks. Not for Azure Managed Redis (use azure-managed-redis), Azure Cosmos DB (use azure-cosmos-db), Azure Table Storage (use azure-table-storage).
2026-04-09
upgrade-res.md
502
from
"RailsEventStore/ecommerce"
Upgrade RailsEventStore (RES) gems to a newer version
2026-03-30
caching-patterns.md
470
from
"vibeeval/vibecosystem"
Redis caching strategies, cache invalidation, write-through/write-behind, TTL management, and cache stampede protection.
2026-03-14
index-at-creation.md
470
from
"vibeeval/vibecosystem"
Index at Creation Time
2026-03-14
work-logger.md
455
from
"syi0808/screenize"
Document completed work with vector database indexing. Use `/log-work` after completing any significant task (feature, bug fix, refactoring, configuration change) to record what was done, decisions made, and files changed.
2026-02-01
sqlite-vectordb.md
455
from
"syi0808/screenize"
SQLite vector DB for work log storage and semantic search. Use for indexing work logs, generating embeddings, semantic search, and DB maintenance.
2026-02-01
database-redis.md
435
from
"HoangNguyen0403/agent-skills-standard"
Optimize Redis caching, key management, and performance. Use when implementing Redis caching strategies, managing key namespaces, or optimizing Redis performance.
2026-04-22
nestjs-search.md
435
from
"HoangNguyen0403/agent-skills-standard"
Integrate Elasticsearch and implement search index Sync patterns in NestJS. Use when integrating Elasticsearch or implementing search index sync in NestJS.
2026-04-22