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 Service Health

elastic/agent-skills
503 starsApache-2.0
Summary

This is your go-to for checking if an APM service is actually healthy or just pretending to be. It pulls from SLOs, firing alerts, ML anomalies, throughput, latency percentiles, error rates, and dependency health to give you a real picture. The interesting bit is the correlations script, which surfaces attributes like host, pod, or service version that are overrepresented in slow or failing transactions. It uses ES|QL against APM traces and metrics indices by default, with fallbacks to Elasticsearch APIs when needed. Built by Elastic, so it knows where to look in their observability stack. Use it when you need to diagnose whether a service degradation is real, what's causing it, and whether infrastructure like OOM kills or CPU throttling is involved.

Install to Claude Code

npx -y skills add elastic/agent-skills --skill observability-service-health --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 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
  • Security Alert Triage2.5k
  • Observability Manage Slos2.5k
  • Security Detection Rule Management2.5k
  • Cloud Network Security2.4k

Recommended

More DevOps & CI/CD →
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
github avatar
incident-postmortem

github/awesome-copilot

Use when an outage, production incident, or significant service degradation has occurred and the team needs to write a structured blameless post-mortem. Triggers on phrases like "write a post-mortem", "incident review", "what went wrong", "outage report", "root cause analysis", or "RCA". Covers timeline reconstruction, contributing factor analysis, impact quantification, and action item generation with owners.
37.4k
hmislk avatar
deploy-qa

hmislk/hmis

>
208