Agent skill
orama-integration
Use when integrating with Orama. Links to official docs for search, indexing, answer engine. (project)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/orama-integration
SKILL.md
Orama Integration
For Orama API documentation and detailed integration guidance, refer to the official documentation:
- Official Docs: https://docs.orama.com
- Orama Cloud: https://cloud.orama.com
For library documentation and best practices related to Orama, use the context7 skill to search for library documentation by name or query the Orama documentation directly.
Quick Reference
- Full-text search: Query text indexes for keyword-based results
- Vector search: Semantic search using embeddings
- Hybrid search: Combine full-text and vector search
- Answer engine: AI-powered answer generation from indexed content
- Data sources: Support for static files, REST APIs, and native integrations
See the official documentation for implementation details and examples.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?