Skills
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.
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…
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…
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 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 …
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…
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…
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…
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…
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…