CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
elastic avatar

Observability Logs Search

elastic/agent-skills
503 starsApache-2.0
Summary

This is a focused tool for iterative log investigation using ES|QL queries against Observability indices. It mirrors the Kibana Discover workflow: start with a broad time range and scope filter, then progressively add NOT clauses to exclude noise patterns until you're left with fewer than 20 distinct log categories. The approach is explicitly funnel-based, keeping each intermediate result small (10-20 samples with minimal fields) to avoid blowing up your context window. What stands out is the emphasis on iteration over one-shot queries. The skill keeps reminding you not to stop after round one, which reflects real incident response where the first query almost never surfaces the root cause. Use it when you need to drill into errors, spikes, or anomalies across services and containers.

Install to Claude Code

npx -y skills add elastic/agent-skills --skill observability-logs-search --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
Categories
DevOps & CI/CDAI & Agent Building
First SeenJun 11, 2026
View on GitHub

More from elastic/agent-skills

All 57 skills →
  • Cloud Manage Project
  • Observability Manage Slos
  • Cloud Network Security
  • Observability Service Health
  • Cloud Setup
  • Kibana Streams
  • Elasticsearch Esql3.3k
  • Kibana Dashboards2.8k
  • Elasticsearch Onboarding2.8k
  • Observability Logs Search2.8k
  • Security Case Management2.7k
  • Elasticsearch Authn2.7k
  • Elasticsearch File Ingest2.6k
  • Kibana Alerting Rules2.6k
  • Elasticsearch Audit2.6k
  • Elasticsearch Authz2.6k
  • Kibana Agent Builder2.6k
  • Kibana Streams2.6k
  • Kibana Connectors2.6k
  • Kibana Vega2.6k
  • Elasticsearch Security Troubleshooting2.6k
  • Observability Service Health2.5k
  • Observability Llm Obs2.5k
  • Kibana Audit2.5k

Recommended

More DevOps & CI/CD →
elastic avatar
observability-manage-slos

elastic/agent-skills

>
503
elastic avatar
observability-service-health

elastic/agent-skills

>
503
elitan avatar
monitor

elitan/frost

Monitor a PR until CI is 100% green, fixing any failures
299
evo-hq avatar
infra-setup

evo-hq/evo

Non-user-invocable provider/setup reference for evo backend switching, prerequisite checks, and auth/install guidance.
1.1k
github avatar
github-actions-efficiency

github/awesome-copilot

Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs.
37.4k
github avatar
github-actions-hardening

github/awesome-copilot

Security hardening reviewer for GitHub Actions workflow files (.github/workflows/*.yml). Reasons about the Actions threat model that pattern matchers and general code linters miss — untrusted-input script injection, privileged triggers running fork code, mutable action references, and over-scoped tokens. Use this skill when asked to review, audit, harden, or secure a GitHub Actions workflow, when writing a new workflow, or for any request like "is this workflow safe?", "review my CI for security issues", "why is pull_request_target dangerous here?", "pin my actions", or "lock down GITHUB_TOKEN permissions". Covers script injection via ${{ }} interpolation, pull_request_target / workflow_run privilege escalation, SHA-pinning of third-party actions, least-privilege permissions, GITHUB_ENV/GITHUB_OUTPUT injection, secret exposure, OIDC over long-lived credentials, and self-hosted runner exposure on public repositories.
37.4k