Results for “kv-store”

55 skills
More results
tools-only
035 Bash D35c07d3
Manage Cloudflare D1 SQLite databases and KV key-value stores with setup commands, TypeScript usage patterns, and a decision matrix for choosing between them.
7 · bundle
dsouzaanush
Heroku Key Value Store
Operate Heroku Key-Value Store with a read-only-first workflow. Use when the agent needs to inspect Redis-backed state, review credentials, promote a store, tune maxmemory or timeout policies, configure keyspace notifications, or reason about Heroku Key-Value Store operational guardrails.
0 · bundle
kvn8888
App Store Review
Evaluates iOS, macOS, tvOS, watchOS, and visionOS app code against Apple's App Store Review Guidelines to identify potential rejection issues before submission.
3 · bundle
google
Gke Storage
Configures GKE storage including PVCs, PersistentVolumes, Filestore, and GCS FUSE with best practices for production workloads.
14.4k
microsoft
Zustand Store TS
Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation for React state management.
2.7k · bundle
a5c-ai
Kip Librarian
Canonical kip knowledge-store patterns for any process or agent: recall prior facts before work, assert decisions/gate outcomes/rejections as structured facts after work, resolve entities with explicit --model sonnet, and invoke the CLI Windows-safely via node packages/kip-sdk/dist/cli/kip.js when kip is not on PATH.
1.7k · bundle
lord1egypt
Qmt
Provides guidance on using the QMT quantitative trading terminal, including strategy development, backtesting, and live trading for Chinese securities markets.
2
beriberikix
Storage
Storage management for Zephyr RTOS. Covers Non-Volatile Storage (NVS) for persistent settings, flash partition management in Devicetree, and runtime flash layout access. Trigger when implementing persistent data storage, managing flash wear leveling, or configuring device partitions.
60 · bundle
infometa
Qqmusic
QQ Music — search songs, albums, playlists, music videos, artists; daily recommendations; music charts & rankings; AI-powered playlists; personalized listening reports & music insights. QQ音乐官方智能助手:搜索、每日推荐、排行榜、AI歌单、听歌报告、AI解读。
228 · bundle
conardli
Kb Retriever
Retrieves and answers questions from a local knowledge base directory by navigating hierarchical index files, then progressively searching Markdown, PDF, and Excel files using grep, Read, pdfplumber, and pandas.
9.2k · bundle
qhjqhj00
Pennylane
Train quantum circuits with automatic differentiation and build hybrid quantum-classical models using PennyLane, including VQE, QAOA, and integration with PyTorch, JAX, and TensorFlow.
3 · bundle
ziri22
Agent Retail Tech
Retail tech — magasin connecté, stock, caisse, fidélisation, e-commerce omnicanal DZ
6
intelli-verse-x
Ivx Qv Feature
Plan and implement new features, screens, managers, and systems in QuizVerse.
0 · bundle
heath-gtm
QA Agent
The analyst that watches your other analysts. It reads the trail your reports and workflows leave behind, then surfaces scoring blind spots, CRM hygiene gaps, and workflow drift, and turns every miss into a training signal. Built for GTM teams running any stack of reports, customizable to your process. Trigger on "run QA", "weekly QA report", "system health check", "where are our scoring blind spots", "what should we coach on this week", "audit our workflow performance", or any system-level health or feedback-loop question.
0
tools-only
Kc
Guides users through structured discovery to create a shared knowledge repository capturing company or team distinctiveness, with options to link or extend existing repositories.
7 · bundle
tools-only
014 API F0515c8f
Reference for configuring and using LangChain4j vector stores, covering setup, search, filtering, and ingestion.
7 · bundle
qhjqhj00
Qutip
Simulate open and closed quantum systems with QuTiP, covering master equations, Lindblad dynamics, decoherence, and quantum optics.
3 · bundle
oyi77
Kb Memory
Persists and recalls agent knowledge across sessions using four approaches: static KB, company wiki, persistent memory, and session brain.
10 · bundle
claude-dev-suite
Turbine
Turbine — small Kotlin testing library for kotlinx.coroutines Flows. Provides ergonomic API to test Flow emissions deterministically: awaitItem, expectMostRecentItem, awaitComplete, awaitError. Works with StateFlow, SharedFlow, Channel-backed flows, combine/map/debounce. KMP-friendly. USE WHEN: user mentions "Turbine", "app.cash.turbine", ".test {}", "awaitItem", "Flow testing", "StateFlow test", "SharedFlow test", "expectMostRecentItem", "cancelAndIgnoreRemainingEvents" DO NOT USE FOR: Mobile E2E - use `testing/maestro` DO NOT USE FOR: Compose snapshot - use `testing/compose-snapshot` DO NOT USE FOR: Generic Kotlin testing - use `testing/kotest` DO NOT USE FOR: Suspend function (non-Flow) testing - use `kotlinx-coroutines-test` directly
28
machenjie
Message Queue Design
`task-agent`/`review-agent`: use when broker delivery, ordering, acknowledgement, DLQ, backpressure, or replay changes; skip synchronous retry without message semantics.
4 · bundle
mukul975
Assessing Vector And Embedding Weaknesses
Test vector stores for embedding inversion, cross-tenant leakage, and poisoning.
24.6k · bundle
lord1egypt
Vip
Helps users decide whether Vipshop is the best place for branded discount buying, then assists with browser automation for flash sales, inventory checks, cart operations, and member benefits.
2
claude-dev-suite
Kafka
Apache Kafka event streaming platform. Covers producers, consumers, topics, partitions, Kafka Streams, and Connect. Use for high-throughput event-driven architectures and real-time data pipelines. USE WHEN: user mentions "kafka", "event streaming", "kafka streams", "consumer groups", "topic partitions", asks about "high throughput messaging", "event sourcing", "log aggregation", "real-time pipelines" DO NOT USE FOR: simple queues - use `rabbitmq` or `activemq`; cloud-native lightweight - use `nats`; AWS-native - use `sqs`; Azure-native - use `azure-service-bus`; GCP-native - use `google-pubsub`
28
demerzels-lab
Qveris
Discovers and invokes external APIs and tools dynamically through the QVeris service, covering weather, search, stock data, and more.
10 · bundle
mukul975
Performing Cve Prioritization With Kev Catalog
Integrate the CISA Known Exploited Vulnerabilities catalog with EPSS and CVSS to prioritize CVE remediation based on real-world exploitation evidence.
24.6k · bundle
snoodleboot-io
Feature Store Design
The pitch is often "a central place to store features," which undersells it into
2
kbarbel640-del
Qveris
Discovers and invokes external APIs and tools dynamically through the QVeris service, using natural-language capability searches and parameterized execution.
1 · bundle
jeffallan
Kotlin Specialist
Provides idiomatic Kotlin implementation patterns including coroutine concurrency, Flow stream handling, multiplatform architecture, Compose UI construction, Ktor server setup, and type-safe DSL design.
10.4k · bundle
luokai0
Cvs Health
Provides a concise overview of CVS Health's history, business model, competitive moat, and key metrics.
10 · bundle
levalencia
Qutip
Quantum physics simulation library for open quantum systems. Use when studying master equations, Lindblad dynamics, decoherence, quantum optics, or cavity QED. Best for physics research, open system dynamics, and educational simulations. NOT for circuit-based quantum computing—use qiskit, cirq, or pennylane for quantum algorithms and hardware execution.
3 · bundle
jrennie99-glitch
Turboquant
KV cache compression for LLM inference — 4.4x compression, 2x context capacity, near-lossless quality. ICLR 2026 paper implementation with vLLM integration.
0
georgeqle
Kanban Lite
Lightweight local kanban boards stored in SQLite — track tasks, view board state, create/update/move cards. Syncs across machines via git.
1 · bundle