Browse all
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.
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…
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.
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…
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 …
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.
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 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…
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…
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…
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.
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…
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…
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…
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…
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.
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…
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…
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…
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…
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.
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…
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…
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 …