ahel is live on Product Hunt today. Upvote

Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Monitoring & ops

2,391 results · page 23 of 80

  • learn-reviewSkillMonitoring & ops

    Review spaced-repetition facts that are due today. Applies SM-2 algorithm to update interval, ease, and next_review in each fact's frontmatter. Updates review-log.jsonl. Use when the user says "revisar", "review facts", "study", or "/learn-review".

    Ready to connect★ 535

    github.com/evolution-foundation/evo-nexus529 stars

    View details
  • mkt-experimentSkillMonitoring & ops

    Autonomous growth experimentation framework. Creates A/B/multivariate experiments with hypotheses, logs data points, runs statistical analysis (bootstrap CI + Mann-Whitney U), auto-promotes winners to a living playbook, and suggests next experiments. Use when creating or managing marketing experimen

    Ready to connect★ 535

    github.com/evolution-foundation/evo-nexus529 stars

    View details
  • mkt-performance-reportSkillMonitoring & ops

    Build a marketing performance report with key metrics, trend analysis, wins and misses, and prioritized optimization recommendations. Use when wrapping a campaign, when preparing weekly, monthly, or quarterly channel summaries for stakeholders, or when you need data translated into an executive summ

    Ready to connect★ 535

    github.com/evolution-foundation/evo-nexus529 stars

    View details
  • cognitive-modesSkillMonitoring & ops

    Thinking mode selection based on task type. 5 modes -- analytical (deep analysis), creative (creative solutions), systematic (step by step), rapid (fast action), debug (error tracing). Each mode uses a different prompt strategy and decision tree.

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • compliance-patternsSkillMonitoring & ops

    GDPR data handling, audit logging, data classification, retention policies, and consent management for regulatory compliance.

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • content-strategySkillMonitoring & ops

    Content marketing strategy - content audit, editorial calendar, SEO optimization, content funnel (TOFU/MOFU/BOFU), performance metrics, developer content, social media planning

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • cto-advisorSkillMonitoring & ops

    CTO-level advisory - build vs buy decisions, tech debt quantification, team scaling, ADRs, technology evaluation (RICE), budget planning, TCO, vendor management, DORA/SPACE metrics

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • experiment-engineSkillMonitoring & ops

    Autonomous experiment loop. Make code changes, measure, compare, accept or revert. Metric-based decision making for performance, size, or quality optimization. Use standalone or with an agent.

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • experiment-loopSkillMonitoring & ops

    Autonomous experiment loop: hypothesize > modify > test > evaluate > keep/discard > repeat. Run N experiments automatically with measurable metrics. Works for performance optimization, A/B testing, prompt engineering, and any measurable improvement task.

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • fp-checkSkillMonitoring & ops

    Systematic false positive verification for security findings. Provides structured methodology to confirm or dismiss scanner results, manual audit findings, and automated alerts. Adapted from Trail of Bits. Use when triaging security scan results or verifying audit findings.

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • harvest-monitorSkillMonitoring & ops

    Web change monitoring - track changes on pages, detect updates, changelog diffs

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • hipaa-complianceSkillMonitoring & ops

    HIPAA compliance - PHI protection, technical/administrative/physical safeguards, minimum necessary standard, BAA requirements, de-identification, access logging

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • incident-response-patternsSkillMonitoring & ops

    Incident severity classification, runbook templates, root cause analysis, and post-incident review

    Ready to connect★ 531

    github.com/vibeeval/vibecosystem531 stars

    View details
  • depot-ciSkillMonitoring & ops

    Read CI logs, test results and failure diagnoses for the `Check` workflow, and retry its failed jobs, using the `depot` CLI against `DEPOT_TOKEN`. Use whenever a `Check / …` check run is red and you need the actual failure — the GitHub API returns empty output for these checks and `depot.dev` links

    Ready to connect★ 520

    github.com/dxos/dxos518 stars

    View details
  • tracingSkillMonitoring & ops

    Architecture and API reference for @dxos/tracing. Use when working with TracingBackend, TRACE_PROCESSOR, @trace.resource(), @trace.span(), @trace.info(), metrics counters, diagnostics, ContextRpcCodec, tracing-types.ts, trace-processor.ts, or api.ts.

    Ready to connect★ 520

    github.com/dxos/dxos518 stars

    View details
  • user-submissionsSkillMonitoring & ops

    Triage a user submission from the Composer feedback form — a Linear issue labelled "Composer Feedback Form" carrying an R2 debug-log path. Use when working a DX-#### issue created from a user report, when an issue body names a `composer-feedback-logs-*` NDJSON bundle, or when asked to find the root

    Ready to connect★ 520

    github.com/dxos/dxos518 stars

    View details
  • debugging-techniquesSkillMonitoring & ops

    Debugging workflows for Python (pdb, debugpy), Go (delve), Rust (lldb), and Node.js, including container debugging (kubectl debug, ephemeral containers) and production-safe debugging techniques with distributed tracing and correlation IDs. Use when setting breakpoints, debugging containers/pods, rem

    Ready to connect★ 518

    github.com/ancoleman/ai-design-components519 stars

    View details
  • implementing-observabilitySkillMonitoring & ops

    Monitoring, logging, and tracing implementation using OpenTelemetry as the unified standard. Use when building production systems requiring visibility into performance, errors, and behavior. Covers OpenTelemetry (metrics, logs, traces), Prometheus, Grafana, Loki, Jaeger, Tempo, structured logging (s

    Ready to connect★ 518

    github.com/ancoleman/ai-design-components519 stars

    View details
  • implementing-realtime-syncSkillMonitoring & ops

    Real-time communication patterns for live updates, collaboration, and presence. Use when building chat applications, collaborative tools, live dashboards, or streaming interfaces (LLM responses, metrics). Covers SSE (server-sent events for one-way streams), WebSocket (bidirectional communication), W

    Ready to connect★ 518

    github.com/ancoleman/ai-design-components519 stars

    View details
  • managing-incidentsSkillMonitoring & ops

    Guide incident response from detection to post-mortem using SRE principles, severity classification, on-call management, blameless culture, and communication protocols. Use when setting up incident processes, designing escalation policies, or conducting post-mortems.

    Ready to connect★ 518

    github.com/ancoleman/ai-design-components519 stars

    View details
  • siem-loggingSkillMonitoring & ops

    Configure security information and event management (SIEM) systems for threat detection, log aggregation, and compliance. Use when implementing centralized security logging, writing detection rules, or meeting audit requirements across cloud and on-premise infrastructure.

    Ready to connect★ 518

    github.com/ancoleman/ai-design-components519 stars

    View details
  • monitoring-pull-requestsSkillMonitoring & ops

    Watches an open pull request's CI until green and fixes failing checks. TRIGGER when: the user wants to watch a pull request's CI, babysit a PR until it goes green, or fix failing CI checks on an open PR. DO NOT TRIGGER when: opening the PR in the first place → pr; rebasing the branch onto its base

    Ready to connect★ 518

    github.com/opsmill/infrahub512 stars

    View details
  • pr-createSkillMonitoring & ops

    Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Activate when the user says "create pr", "make a pr", "open pull request", "submit pr", "pr for these changes", or wants to get their current work into a reviewable PR. Assumes the project uses

    Ready to connect★ 498

    github.com/posit-dev/skills505 stars

    View details
  • tracing-recompositions-at-runtimeSkillMonitoring & ops

    Use this skill to instrument a Jetpack Compose composable with `@TraceRecomposition` from `skydoves/compose-stability-analyzer` so per-recomposition diffs (which state or parameter changed, what value transition) print to logcat under the `Recomposition` tag. Works in release-with-debug-symbols buil

    Ready to connect★ 503

    github.com/skydoves/compose-performance-skills505 stars

    View details
  • ai-slopSkillMonitoring & ops

    Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, esp

    Ready to connect★ 504

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • code-explorerSkillMonitoring & ops

    Deeply analyze an existing codebase feature by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies. Use this skill when you need to understand how a feature works before modifying or extending it, when dispatched as a sub-task d

    Ready to connect★ 504

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • huggingface-trackioSkillMonitoring & ops

    Track and visualize ML training experiments with Trackio. Use when logging metrics during training (Python API), firing alerts for training diagnostics, or retrieving/analyzing logged metrics (CLI). Supports real-time dashboard visualization, alerts with webhooks, HF Space syncing, and JSON output f

    Ready to connect★ 504

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • eval-agentsSkillMonitoring & ops

    Score a review agent (Rex/Hakim/Tariq) against a labeled PR corpus — ground-truth defect-set overlap, never a prose rubric. Headline metric is approve-precision.

    Ready to connect★ 501

    github.com/me2resh/apexyard498 stars

    View details
  • monitoring-auditSkillMonitoring & ops

    Observability audit — logging, error tracking, health endpoints, alerting, runbooks. Deep-dive for /launch-check monitoring.

    Ready to connect★ 501

    github.com/me2resh/apexyard498 stars

    View details
  • researchers-primary-sourceSkillMonitoring & ops

    Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.

    Ready to connect★ 488

    github.com/bitwize-music-studio/claude-ai-music-skills490 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

53,462 of the 53,895 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI