tantivy
Fast full-text search engine library with automated PR and changelog workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorsrationalize-deps
Identify Cargo.toml dependencies with unnecessary default features and verify minimal feature sets.
simple-pr
Create a Git pull request from staged changes with an auto-generated commit message.
update-changelog
Updates CHANGELOG.md with categorized merged pull requests from GitHub.
Frequently Asked Questions
FAQPage SchemaHow to install Tantivy?โผ
Run `npx skills add quickwit-oss/tantivy --all -g -y` in your terminal to install all skills in this suite globally.
What is Tantivy used for?โผ
Tantivy is a fast full-text search engine library written in Rust, similar to Apache Lucene, used to build custom search engines with features like BM25 scoring, phrase queries, and faceted search.
How to create a PR with AI in Tantivy?โผ
The simple-pr skill reviews your staged changes, generates a commit message, creates a branch, and opens a pull request automatically after your confirmation.
Can AI update the Tantivy changelog automatically?โผ
Yes. The update-changelog skill finds merged PRs, reviews their actual code diffs, categorizes them, and writes properly formatted changelog entries for your approval.
Does Tantivy work with Claude Code and other AI agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core