Skip to content
Skill

elastic-claude

by majiayu000

AI Summary

Elastic-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.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/elastic-claude && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/elastic-claude/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/documents/elastic-claude/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/elastic-claude/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/documents/elastic-claude/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
Adoption100+ stars on GitHub
118 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars118
Forks19
Issues1
Updated1mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code