AI SummaryElastic-Claude provides local search infrastructure to index and retrieve project knowledge, helping developers quickly find related prior work and context when starting new tasks or ingesting documents.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "elastic-claude" skill in my project. Repository: https://github.com/majiayu000/claude-skill-registry Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
Description
Index and search project knowledge. Use when starting a new task to find related prior work, when ingesting documents or chats, or when searching project history for context.
Elastic-Claude
Local search infrastructure for project knowledge.
From file path (preferred - Rust reads the file)
elastic-claude add -t <type> -p <file_path> [-m '<json_metadata>']
Inline content (for small content)
elastic-claude add -t <type> -c "<content>" [-m '<json_metadata>']
From stdin
cat <file> | elastic-claude add -t <type> [-m '<json_metadata>'] ` Arguments: • -t, --entry-type: Entry type (e.g., "document", "chat", "code") • -p, --path: Read content from file (also sets file_path in DB) • -c, --content: Inline content (conflicts with -p) • -m, --metadata: JSON metadata (optional) Example: `bash elastic-claude add -t document -p /path/to/file.md -m '{"project": "my-project", "title": "My Doc", "category": "docs"}' `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster