
from ordinary-claude-skills234
Practical techniques to speed up and shrink AgentDB vector stores: quantization, HNSW indexing, caching, batch ops, and tuning recipes for different scales.
This skill documents concrete performance optimizations for AgentDB vector databases. It explains quantization strategies (binary, scalar, product), HNSW index tuning, in-memory caching, batch insert/retrieve patterns, memory consolidation and pruning, and monitoring recipes to achieve much faster search and smaller storage at acceptable accuracy trade-offs.
Use these techniques when scaling vector stores from thousands to millions of vectors, when memory is constrained (edge/mobile), or when search latency must be reduced for real-time agent reasoning. Also apply before large migrations or when monitoring shows high search latency or memory pressure.
Useful for agents that can run Node.js tooling, edit code/config, and deploy database changes. Targets developer-facing automation (Copilot, Codex, CLI-capable agents).
This skill has not been reviewed by our automated audit pipeline yet.
Bats Testing Patterns
Practical patterns and examples for writing maintainable unit tests for shell scripts using Bats (Bash Automated Testing System).
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) for CI/CD and TDD workflows.
MatchMS
Python library for mass spectrometry data processing: import/export mzML/MGF/MSP, filter and harmonize metadata, compute spectral similarity (cosine & modified
Bats Testing Patterns
Guidance and patterns for writing production-grade shell tests using Bats (Bash Automated Testing System) — fixtures, assertions, setup/teardown, and CI integra
Writing Hookify Rules
Guidelines and examples for authoring Hookify rule files (.claude/hookify.*.local.md) that detect patterns (bash, file, prompt, stop) and surface warnings or bl
Clojure REPL Development
Guides REPL-driven Clojure/ClojureScript development: small-function workflow, testing in REPL, and conventions for safe refactoring and editing.
PayPal Integration
Implementation guide for PayPal Checkout, subscriptions, IPN/webhook handling, and refund workflows for server and client integrations.