Browse all

Type: All Skills Tools
skill

Multi-AI deliberation council consultation

Initiates a structured, multi-perspective deliberation by querying several advanced AI models in parallel. This process facilitates comprehensive analysis and consensus building on complex technical queries.

agentic-mcp-tools/owlex ai-council deliberation multi-model llm
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
tool ★ 10

Secure Proxy for Managed API Credentials

This proxy routes all external API requests through a secure local endpoint, preventing the agent from ever handling raw API keys. It manages credentials and enforces domain restrictions, ensuring all interactions are audited and securely r…

getaegis/aegis api-proxy credential-management security llm-integration
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
tool ★ 78,845

Local mirror for Netdata source code repositories

This tool maintains a local, comprehensive mirror of the Netdata GitHub organization's source code. It enables rapid, rate-limit-free cross-repository operations, such as code review or pattern searching, crucial for advanced AI assistance.

netdata/netdata netdata git-mirror cross-repo code-review
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
tool ★ 78,845

Preview Learn Documentation from Pull Requests

This tool facilitates the isolated building and inspection of a local Learn documentation site using content from a Pull Request. It executes a full workflow, including dependency installation, content ingestion, static site generation, and…

netdata/netdata documentation site-preview pr-validation static-site
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
tool

Persistent knowledge management and memory server

Memora is an MCP memory server designed for robust, persistent knowledge management and context loading. It facilitates advanced retrieval (semantic/hybrid search) and knowledge absorption, automatically handling supersession, deduplication…

agentic-mcp-tools/memora memory-management knowledge-base context-retrieval mcp
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