Skills

All Skills

logs

Skills tagged with #logs

@spatie

debugging-output-and-previewing-html-using-ray

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

spatie/laravel-ray
18d ago
3160
@sota-deploy
MCP

Io.Github.Sota Deploy/Sota

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

mcpgithubaiweb
sota-deploy/mcp-server
19d ago
0
@github

awf-debug-tools

Practical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains

github/gh-aw-firewall+2 more
18d ago
440
@yilongmd

zafrida-http-control

Control ZAFrida in PyCharm through local HTTP APIs. Supports project query/switch/create, device and connection mode setup, target/script/extra args setup, run/attach/stop actions, run/attach log path, log content reading, and a summary state endpoint.

yilongmd/zafrida-ui
18d ago
680
@blader

Theorist

You maintain a per-repo narrative document at `THEORY.MD` that captures the operating theory of the work being done. This is not a plan, not a log, not a task list. It is a living essay that describes *why* the work exists, *what* the systematic strategy is, and *how* the current approach connects t

blader/theorist
18d ago
1670
@managedcode

apple-crash-symbolication

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash from an .ips file on any Apple platform, resolving native backtrace frames in libcoreclr or libmonosgen-2.0 to .NET runtime source code, retrieving .ips crash logs from a connected iOS device or iPhone, or investigating EXC_CRASH, EXC_BAD_ACCESS, SIGABRT, or SIGSEGV originating from the .NET runtime. DO NOT USE FOR pure Swift/Objective-C crashes with no .NET components, or Android tombstone files. INVOKES Symbolicate-Crash.ps1 script, atos, dwarfdump, idevicecrashreport.

managedcode/dotnet-skills+92 more
18d ago
3410
@Ramsbaby

openclaw-self-healing

4-tier autonomous self-healing system for OpenClaw Gateway with persistent learning, reasoning logs, and multi-channel alerts. Features Claude Code as Level 3 emergency doctor for AI-powered diagnosis and repair.

Ramsbaby/openclaw-self-healing
18d ago
320
@PanosSalt
MCP

MCP Gateway

Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.

mcpgithub
PanosSalt/MCP-Gateway
19d ago
0
@cphoskins
MCP

Cronometer

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

mcpgithub
cphoskins/cronometer-mcp
19d ago
0
@r3bl-org

analyze-log-files

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

r3bl-org/r3bl-open-core+5 more
18d ago
4630
@ahmadsl
MCP

Kachink

Personal finance tracker — log transactions, view summaries, and browse a dashboard

mcpgithub
ahmadsl/kachink
19d ago
0
@Enreign
MCP

Pagerunner — Authenticated Chrome for AI Agents

Real Chrome profiles for AI agents — already logged in, PII anonymization, encrypted, multi-session

mcpgithubaifile
Enreign/pagerunner.git
19d ago
0
@SawyerHood

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.

SawyerHood/dev-browser
18d ago
3.9K0
@mcollina

fastify-best-practices

Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts.

mcollina/skills+7 more
18d ago
1.4K0
@datadog-labs

agent-skills

Datadog skills for AI agents. Essential monitoring, logging, tracing and observability.

datadog-labs/agent-skills+1 more
18d ago
690
@GreptimeTeam
MCP

Io.Github.GreptimeTeam/Greptimedb Mcp Server

Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries.

mcpgithub
GreptimeTeam/greptimedb-mcp-server
19d ago
0
@gannonh

address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

gannonh/kata+20 more
21h ago
100
@UniversePeak

create-supervisor

Distill a graduate advisor into an AI Skill. Import comments, meeting notes, chat logs, and docs to generate Method Core + Academic Style + Persona + Graduation Playbook, with explicit mode switch and distill strategy switch (strict/hybrid/template-first). Use for /create-supervisor, /update-supervisor, /list-supervisors.

UniversePeak/Supervisor.skill
18d ago
60
@AgriciDaniel

wiki-ingest

Ingest sources into the Obsidian wiki vault. Reads a source, extracts entities and concepts, creates or updates wiki pages, cross-references, and logs the operation. Supports files, URLs, and batch mode. Triggers on: ingest, process this source, add this to the wiki, read and file this, batch ingest, ingest all of these, ingest this url.

AgriciDaniel/claude-obsidian+2 more
18d ago
1260
@kernel

monitoring-feature-observability

Add or adjust monitoring for a Hypeman feature using repository standards for logs, traces, and metrics. Use when a user asks for instrumentation, observability reviews, telemetry consistency changes, metric design, or production-signal improvements.

kernel/hypeman+2 more
19d ago
590
@Kesin11

Verify Composite Expansion

Verify the correctness of composite action expansion by comparing CLI output with actual GitHub Actions logs.

Kesin11/actions-timeline
18d ago
3280
@arpitg1304

robot-bringup

Patterns and best practices for bringing up a complete ROS2-based robotics system on a robot's onboard computer, including systemd services, launch file composition, ordered startup, and production monitoring. Use this skill when configuring a robot to start ROS2 nodes on boot, writing systemd unit files for ROS2 launch, composing layered launch files for full robot stacks, setting up watchdog monitoring, configuring udev rules for deterministic device naming, or debugging boot-time race conditions. Trigger whenever the user mentions robot bringup, robot startup, systemd for ROS2, ROS2 on boot, launch file composition, robot boot sequence, udev rules for cameras or serial ports, watchdog for robot systems, automatic restart for ROS2 nodes, network configuration for multi-machine ROS2, log rotation for robots, graceful shutdown of robot stacks, or SSH-based remote debugging of robots. Also trigger for environment setup in systemd (sourcing workspaces), ordered startup with health checks, deterministic device naming, or any discussion of running ROS2 systems as long-running production services. Covers systemd on Ubuntu 22.04/24.04 with ROS2 Humble, Iron, and Jazzy.

arpitg1304/robotics-agent-skills+6 more
18d ago
1440
@mcp-registry
MCP

Civis

Structured knowledge base for AI agent solutions. Search, explore, and retrieve build logs.

mcpgithubaisearch
19d ago
0
@imatza-rh
MCP

Io.Github.Imatza Rh/Mcp Zuul

Zuul CI — build failure analysis, log search, pipeline status, and job configuration

mcpgithubaisearch
imatza-rh/mcp-zuul
19d ago
0
@EdwinjJ1

prompt-enhancer

Intelligent agent that transforms underspecified requests into expert-grade specifications using 7 specialized strategies, executes the work, and securely logs the result.

EdwinjJ1/chiron-prompt
18d ago
1480
@gagandeeppra
MCP

Mcp Observability Server

MCP server for querying logs from observability platforms with unified search and tracing

mcpgithubsearch
gagandeeppra/mcp-observability-server
19d ago
0
@marcus

td-task-management

Task management for AI agents across context windows. Use when agents need to track work, log progress, hand off state, and maintain context across sessions. Includes workflows for single-issue focus, multi-issue work sessions, and structured handoffs. Essential for AI-assisted development where context windows reset between sessions.

marcus/td
19d ago
1530
@axivo

conversation-log

Technical conversation log with factual accuracy and precision tailored specifically for DEVELOPER and ENGINEER profiles. Provides systematic guidance for capturing decisions, outcomes, and next steps. Use when user asks to create technical conversation logs for reviews, architecture discussions, or implementation sessions.

axivo/claude+2 more
19d ago
600
@behrensd
MCP

mcpwall

iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.

mcpgithub
behrensd/mcp-firewall
19d ago
0
@tantiope
MCP

Io.Github.TANTIOPE/Datadog Mcp

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools

mcpgithubapi
tantiope/datadog-mcp-server
19d ago
0
@astronomer

airflow

Manages Apache Airflow operations including listing, testing, running, and debugging DAGs, viewing task logs, checking connections and variables, and monitoring system health. Use when working with Airflow DAGs, pipelines, workflows, or tasks, or when the user mentions testing dags, running pipelines, debugging workflows, dag failures, task errors, dag status, pipeline status, list dags, show connections, check variables, or airflow health.

astronomer/agents+21 more
18d ago
2810
@googleworkspace

gws-admin-reports

Google Workspace Admin SDK: Audit logs and usage reports.

googleworkspace/cli+90 more
18d ago
20.3K0
@onebrain-ai

wrapup

Wrap up and save the current session summary to the session log. Use at end of session when the user says 'bye', 'wrap up', 'save session', or an end-of-session signal is detected. /wrapup writes to 07-logs/ only. Do NOT use for: promoting insights to memory/ (use recap), synthesizing a topic across sessions (use distill), or teaching a single preference (use learn).

onebrain-ai/onebrain
4d ago
60
@logclaw
MCP

Io.Github.RobelDev/Logclaw Mcp Server

Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.

mcpgithubai
logclaw/logclaw
19d ago
0
@cyhhao

background-watch-hook

Use `vibe watch` to run a background waiter that returns to the same conversation later. Best for reviews, CI, files, logs, and other wait-now-continue-later workflows.

cyhhao/vibe-remote+2 more
18d ago
3710
@lujiafa

houtu-dependencies

houtu-dependencies enterprise-grade Spring Cloud microservice foundational framework complete usage guide. GroupId is io.github.lujiafa, covering unified response, exception handling, parameter parsing, session authentication, permission control, signature verification, anti-replay, distributed lock, rate limiting, database field encryption, config decryption, access logging, canary routing, weighted load balancing, Feign enhancement, Sentinel circuit breaking, service discovery, Swagger documentation, crypto utilities, HTTP client, monitoring metrics, and other enterprise-grade capabilities. When the project build file (pom.xml or build.gradle/build.gradle.kts) contains io.github.lujiafa or houtu-related dependencies, or when the user mentions houtu or houtu-dependencies, this Skill must be read and code must be generated strictly following framework conventions. Even if the user is simply doing regular Spring Boot development (e.g., writing Controller, Service, Feign), as long as the project includes houtu, the houtu approach must be used instead of native Spring. When the user explicitly wants to use the houtu framework and the project has not yet included it, proactively add the BOM and required Starters; when the project already includes it, proactively identify and import required module dependencies based on business scenarios during coding, naturally integrating framework capabilities to enhance business services based on business semantics, rather than waiting for the user to specify each one.

lujiafa/houtu-project-skills
16d ago
180
@m81098s

home-assistant-manager

Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.

m81098s/claude-skill-homeassistant
18d ago
20
@jmagar

unraid

This skill should be used when the user mentions Unraid, asks to check server health, monitor array or disk status, list or restart Docker containers, start or stop VMs, read system logs, check parity status, view notifications, manage API keys, configure rclone remotes, check UPS or power status, get live CPU or memory data, force stop a VM, check disk temperatures, or perform any operation on an Unraid NAS server. Also use when the user needs to set up or configure Unraid MCP credentials.

jmagar/unraid-mcp
18d ago
520
@axiomhq

gilfoyle

SRE agent that does what you can't. Queries your observability stack. Finds root causes. Doesn't panic. Doesn't guess. Doesn't care about your feelings. Use for incident response, debugging, root cause analysis, or log analysis.

axiomhq/gilfoyle
18d ago
1960
@dahlia

logtape

Use this skill when writing any code that uses LogTape for logging in JavaScript or TypeScript. Covers getting loggers, the structured message syntax, configuration, library author rules, context, lazy evaluation, testing, and common mistakes to avoid. Trigger whenever the user is adding logging to a project, debugging log output, or integrating LogTape with a framework.

dahlia/logtape
18d ago
1.7K0
@UKGovernmentBEIS

check-trajectories-workflow

Use Inspect Scout to analyze agent trajectories from evaluation log files. Runs default and custom scanners to detect external failures, formatting issues, reward hacking, and ethical refusals. Use when user asks to check/analyze agent trajectories. Trigger when the user asks you to run the "Check Agent Trajectories" workflow.

UKGovernmentBEIS/inspect_evals+11 more
18d ago
4060
@ngvoicu

Spec Mint Core

Turn ephemeral plans into structured, persistent specs built through deep research and iterative interviews. Specs have phases, tasks, acceptance criteria, a registry, resume context, a decision log, and a deviations log. They live in `.specs/` at the project root and work with any AI coding tool th

ngvoicu/specmint-core
18d ago
50
@rog0x
MCP

Io.Github.Rog0x/Log

Log parse, filter, analyze for AI agents

mcpgithubai
rog0x/mcp-log-tools
19d ago
0
@huggingface

add-or-fix-type-checking

Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.

huggingface/transformers
18d ago
158.1K0
@the-momentum

hipaa-compliance

Technical safeguards and architectural patterns for building HIPAA-compliant software on AWS. Use when building healthcare SaaS, handling PHI (Protected Health Information), designing patient data systems, implementing healthcare APIs, setting up HIPAA-eligible AWS infrastructure, reviewing code for PHI exposure, designing audit logging, or when the user mentions patients, medical records, EHR/EMR, health data, HL7, FHIR, or covered entities. Essential for founders and developers building in healthcare or digital health space.

the-momentum/healthstack
18d ago
770
@TheGreatGildo

nerv-ui

NERV Operations Console v2 — Evangelion-inspired UI component library. Data-driven Three.js MAGI visualization (yield surface mesh + organic flow curves + bar columns), blockchain event log terminal, dense metrics grid, vault cards, oracle consensus display, CRT effects, emergency mode. Noto Serif Display (weight 900) + Shippori Mincho B1 + JetBrains Mono. NO HELVETICA. Every pixel conveys information.

TheGreatGildo/nerv-ui+1 more
18d ago
1720
@antoinebou12

mcp-python

Create and extend MCP (Model Context Protocol) servers in Python using FastMCP and the official SDK. Covers tools, resources, prompts, STDIO vs HTTP transports, logging rules for STDIO, and production best practices. Use when building or modifying MCP servers in Python, adding tools/resources/prompts, debugging MCP servers, or choosing transport and client config.

antoinebou12/uml-mcp+2 more
19d ago
740
@searlsco

Inspect prove_it session logs

Session data lives in `~/.claude/prove_it/sessions/`. Two file types per session:

searlsco/prove_it+2 more
19d ago
1490
@okwasniewski

react-native-logs-cli

Use rn-logs to read React Native Metro logs via CDP without MCP overhead. Default output is plain text and safe for non-interactive agent runs.

okwasniewski/react-native-logs-cli
18d ago
620
@conorluddy

crash-debugging

Crash log analysis, symbolication, and debugging workflows for iOS apps. Use when investigating app crashes, analyzing crash reports, symbolicating stack traces, or identifying root causes. Covers crash log retrieval, symbolication with dSYM files, stack trace analysis, and common crash patterns.

conorluddy/xclaude-plugin+5 more
19d ago
1110