Skip to content

Erni/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Agent Skills

Specialized skills for AI agents β€” works with Claude, Claude Code, Cursor, GitHub Copilot, VS Code, OpenAI Codex, and 20+ other platforms.

A collection (single-skill so far) of Agent Skills following the open Agent Skills standard. Each skill is a self-contained folder that teaches an AI agent how to complete a specialized task reliably β€” no copy-pasting prompts, no repeated context setup. Write once, use everywhere.

Skills

πŸ” elasticsearch-expert

An expert-level Elasticsearch agent covering the full spectrum of search infrastructure β€” from first index to production cluster.

Triggers when you ask about:

  • Index mapping design and field type selection
  • Query DSL, aggregations, and search performance
  • Cluster architecture, shard sizing, and ILM policies
  • Data streams, index templates, and ingest pipelines
  • Vector search, kNN, ELSER, and semantic search
  • Solr β†’ Elasticsearch migrations
  • ES|QL and Kibana queries

This skill searches the web to stay current with the latest Elasticsearch releases, so answers reflect the current version β€” not a training data snapshot.

How Skills Work

Skills use progressive disclosure to stay lightweight on your context window:

  1. Discovery β€” At startup, the agent scans only skill names and descriptions (~30–50 tokens each).
  2. Activation β€” When a task matches, the full SKILL.md instructions are loaded.
  3. On demand β€” Supporting scripts/, references/, and assets/ are fetched only as needed.

You can keep dozens of skills available without burning your context budget.

Resources


Always test skills in your own environment before using them in critical workflows.

Releases

No releases published

Packages

 
 
 

Contributors