Skills

Type: All Skills Tools
skill

UnClick Persistent Memory Protocol Implementation

This skill enforces a mandatory, four-step protocol for managing persistent, cross-session user context via the UnClick MCP server. It ensures the agent proactively loads, searches, saves facts, and saves session summaries to maintain conti…

malamutemayhem/unclick-agent-native-endpoints memory-management context-retrieval session-protocol llm-agent
skill ★ 78,845

Query Netdata Cloud via REST API

This skill enables querying Netdata Cloud via its REST API to retrieve time-series metrics, logs, network flows, and topology data. It provides the necessary procedures for interacting with spaces, rooms, and nodes using an API token.

netdata/netdata netdata rest-api observability monitoring
skill ★ 78,845

Query Netdata Agents via Direct HTTP API

This skill provides methods for querying Netdata agents directly via their HTTP API, enabling access to metrics, logs, and functions. It manages the lifecycle of per-agent bearer tokens, allowing power users to bypass cloud round-trips for …

netdata/netdata netdata api metrics bearer-token
skill ★ 78,845

SonarCloud Findings Triage and Audit

Automates the triage of SonarCloud findings by searching for issues and security hotspots and applying resolutions such as False Positive or Won't Fix. It supports bulk-marking entire rule families via the SonarCloud Web API.

netdata/netdata sonarqube sonarcloud code-quality security-audit
skill ★ 78,845

Triage Netdata agent crashes and system events

This skill facilitates deep bug investigation by querying the agent-events journal namespace for crashes, panics, and fatals. It provides specialized scripts that execute index-friendly queries, allowing developers to efficiently fetch and …

netdata/netdata bug-triage agent-events systemd-journal crash-analysis
skill ★ 78,845

Netdata Collector Development Best Practices Guide

This guide outlines the mandatory mental models and best practices for authoring production-grade data collectors for the Netdata Agent. It covers critical topics such as dashboard shaping via NIDL, maintaining cardinality discipline, and e…

netdata/netdata netdata data-collection monitoring metrics
skill ★ 78,845

Authoring SNMP Profiles for Netdata

Provides comprehensive guidelines for authoring Netdata's SNMP profile YAMLs, covering best practices for index derivation, handling complex structures like topology and BGP, and ensuring compliance with MIB field accessibility rules. Devel…

netdata/netdata snmp profile-authoring netdata mib
skill ★ 78,845

Automated PR Review and Merge Readiness Handler

This skill automates the entire pull request review cycle, iteratively addressing all findings from human reviewers, AI bots, and CI checks until the code is merge-ready. It manages complex tasks such as paranoid pagination, cross-source fi…

netdata/netdata pr-review git-workflow code-quality ci-automation
skill ★ 78,845

Understanding the Netdata Learn Documentation Pipeline

This skill provides an authoritative reference for how content from multiple Netdata repositories is published to learn.netdata.cloud. It details the `map.yaml` source-of-truth, the `ingest.py` orchestrator, and all associated rules for rou…

netdata/netdata documentation-pipeline site-generation content-mapping docusaurus
skill ★ 78,845

triage github codeql security scanning alerts

This skill automates the process of triaging CodeQL security findings by interacting with the GitHub Code Scanning API via the `gh` CLI. It allows developers to list, inspect, and manually dismiss alerts with specific reasons, such as false…

netdata/netdata github-codeql security-triage github-api codeql
skill ★ 78,845

Coverity Scan Defect Triage Skill

Automate the triage of Coverity Scan defects by fetching defect lists and applying classification decisions such as bug, false positive, or intentional. The skill interfaces with the unofficial Coverity JSON API using session-based authenti…

netdata/netdata coverity-scan defect-triage static-analysis security-auditing
skill ★ 78,845

codacy ci audit for pre-push and pr triage

This skill automates local static analysis checks mirroring Codacy CI, enabling pre-push prevention before pushing code. It also provides read-only PR triage by fetching and clustering Codacy issues via the v3 API.

netdata/netdata codacy static-analysis ci-audit pr-triage
skill ★ 61

Three-Layer Memory Retrieval Skill

Implements a hierarchical three-layer workflow for token-efficient retrieval of historical project context, decisions, and error logs. It enables progressive querying from lightweight search indices to temporal timelines and detailed conten…

aitytech/agentkits-memory memory-retrieval context-management agentic-workflow token-efficiency
skill

Persistent Semantic Memory for Context and Knowledge

This system provides persistent, semantic memory storage, allowing agents to retain and retrieve knowledge, architectural decisions, and task context across multiple sessions. It supports structured organization via hierarchies, dedicated T…

agentic-mcp-tools/memora memory knowledge-base context persistence
skill ★ 61

Structured workflow for recalling project history and context

This skill implements a token-efficient, three-layer memory retrieval workflow, allowing agents to search, contextualise, and retrieve past decisions, errors, and project history. It guides the agent through indexed searching, temporal cont…

aitytech/agentkits-memory memory-retrieval context-management history workflow
skill ★ 1

Testing the Edict Compiler

Provides guidance on implementing and executing vitest-based tests for the Edict compiler pipeline. It covers testing patterns for schema validation, type checking, and Z3 contract verification.

Sowiedu/Edict edict-compiler vitest compiler-testing unit-testing
skill ★ 1

Skill Creation and Iterative Improvement Agent

This skill guides users through the entire lifecycle of developing agentic skills. It assists with drafting, running quantitative evaluations, analysing benchmarks, and iteratively refining the skill description for optimal triggering accur…

Sowiedu/Edict skill-creation agent-development skill-optimization evaluation
skill ★ 1

Writing Structured Edict Programs via JSON AST

This skill guides the generation of Edict programs as structured JSON Abstract Syntax Trees (ASTs), rather than traditional source code. It covers the module structure, type system, effect declarations, and contract enforcement necessary fo…

Sowiedu/Edict edict ast-generation json-schema wasm
skill ★ 48

Local Python Multi-Agent Orchestration Skill

A local Python orchestration skill for managing multi-agent workflows via a shared blackboard, permission gating, and token budgeting. It implements a three-layer memory model and task decomposition protocols using only the Python standard …

Jovancoding/Network-AI multi-agent python orchestration local-execution
skill ★ 27,411

Turborepo Monorepo Build System Guidance

Provides expert guidance for configuring and managing Turborepo monorepos, including task pipelines, caching strategies, and dependency graphs. It covers best practices for package-specific tasks, CI optimisation, and efficient filtering us…

langfuse/langfuse turborepo monorepo javascript typescript
skill ★ 27,411

Vercel React and Next.js Performance Guide

This skill provides comprehensive, Vercel-maintained guidelines for optimizing React and Next.js applications. It covers critical patterns across server-side, client-side, and rendering performance to ensure optimal bundle size and load tim…

langfuse/langfuse react nextjs performance optimization
skill ★ 27,411

React Component Architecture and Composition Patterns

This skill provides architectural guidelines for building scalable and maintainable React components. It advises developers on advanced patterns, such as using compound components and lifting state, to avoid boolean prop proliferation and i…

langfuse/langfuse react component-architecture composition state-management
skill ★ 27,411

Guide for Creating Specialized Agentic Skills

This skill provides structured guidance for developing specialized agentic skills, allowing agents to extend core capabilities with domain expertise, complex workflows, and tool integrations. It details best practices for context management…

langfuse/langfuse skill-creation agent-design workflow-engineering llm-skills
skill ★ 27,411

Interactive pnpm dependency upgrade skill

This skill facilitates interactive dependency updates within a pnpm workspace, managing version bumps and checking against minimum release age constraints. It handles transitive dependency resolution and ensures lockfile integrity without m…

langfuse/langfuse pnpm dependency-management package-manager monorepo